24 lines
323 B
YAML
24 lines
323 B
YAML
name: web_integration
|
|
description: Integration test for web compilation.
|
|
|
|
environment:
|
|
sdk: ^3.9.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
|