mirror of
https://github.com/flutter/samples.git
synced 2026-04-01 17:23:18 +00:00
[testing_app] Migrate to null safety (#800)
This commit is contained in:
committed by
GitHub
parent
2809a7c89c
commit
c0d3d0cf04
@@ -4,21 +4,22 @@ description: A sample that shows testing in Flutter.
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.10.0 <3.0.0"
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
cupertino_icons: ^1.0.0
|
||||
provider: ^4.1.3
|
||||
cupertino_icons: ^1.0.3
|
||||
provider: ^5.0.0
|
||||
|
||||
dev_dependencies:
|
||||
integration_test: ^1.0.1
|
||||
integration_test:
|
||||
sdk: flutter
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
test: ^1.14.4
|
||||
pedantic: ^1.9.0
|
||||
test: ^1.16.8
|
||||
pedantic: ^1.11.0
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
|
||||
Reference in New Issue
Block a user