mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This version of Dart supports dot shorthands. Follow-up to: https://github.com/flutter/flutter/issues/180607 See also: * https://flutter.dev/go/flutter-style-updates * https://github.com/flutter/flutter/pull/181934
26 lines
438 B
YAML
26 lines
438 B
YAML
name: fuchsia_remote_debug_protocol
|
|
publish_to: none
|
|
description: Provides an API to test/debug Flutter applications on remote Fuchsia devices and emulators.
|
|
homepage: https://flutter.dev
|
|
|
|
environment:
|
|
sdk: ^3.10.0-0
|
|
|
|
resolution: workspace
|
|
|
|
dependencies:
|
|
process: any
|
|
vm_service: any
|
|
|
|
meta: any
|
|
|
|
dev_dependencies:
|
|
test: any
|
|
|
|
|
|
dartdoc:
|
|
# Exclude this package from the hosted API docs.
|
|
nodoc: true
|
|
|
|
# PUBSPEC CHECKSUM: 67t3ss
|