mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Add missing sdk constriants in pubspec.yaml files. * Update tools/android_lint/pubspec.yaml Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com>
9 lines
164 B
YAML
9 lines
164 B
YAML
name: web_sdk_tests
|
|
author: Flutter Authors <flutter-dev@googlegroups.com>
|
|
environment:
|
|
sdk: '>=2.11.0 <3.0.0'
|
|
|
|
dev_dependencies:
|
|
analyzer: ^0.40.6
|
|
test: any
|