
This code is now in its own standalone library. The library is in a private git repository in the flutter organization because the code is unmaintained. If you're interested in using and maintaining this code, please contact flutter-dev@googlegroups.com for more information.
10 lines
218 B
YAML
10 lines
218 B
YAML
name: flutter_manual_tests
|
|
dependencies:
|
|
flutter:
|
|
path: ../../packages/flutter
|
|
|
|
dev_dependencies:
|
|
test: any # flutter_test provides the version constraints
|
|
flutter_test:
|
|
path: ../../packages/flutter_test
|