1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00
Files
samples/testing_app/pubspec.yaml
Miguel Beltran 616aa8d6be Migrate testing_app to go_router (#1541)
* add go_router

* migrate testing_app to go_router
2022-12-21 02:53:39 +10:00

27 lines
407 B
YAML

name: testing_app
description: A sample that shows testing in Flutter.
version: 1.0.0+1
environment:
sdk: ">=2.17.0-0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.3
provider: ^6.0.2
go_router: ^6.0.0
dev_dependencies:
integration_test:
sdk: flutter
flutter_test:
sdk: flutter
test: ^1.16.8
flutter_lints: ^2.0.1
flutter:
uses-material-design: true