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
25 lines
324 B
YAML
25 lines
324 B
YAML
name: web_integration
|
|
description: Integration test for web compilation.
|
|
|
|
environment:
|
|
sdk: ^3.10.0-0
|
|
|
|
resolution: workspace
|
|
|
|
flutter:
|
|
assets:
|
|
- lib/a.dart
|
|
- lib/b.dart
|
|
uses-material-design: true
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
web: any
|
|
|
|
collection: any
|
|
meta: any
|
|
|
|
# PUBSPEC CHECKSUM: 920vbf
|