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
27 lines
456 B
YAML
27 lines
456 B
YAML
name: platform_channels_benchmarks
|
|
description: Test harness for Platform Channel performance tests.
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ^3.10.0-0
|
|
|
|
resolution: workspace
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_test:
|
|
sdk: flutter
|
|
microbenchmarks:
|
|
path: ../microbenchmarks
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
|
|
# PUBSPEC CHECKSUM: vblobb
|