1
0
mirror of https://github.com/flutter/samples.git synced 2026-04-05 03:01:19 +00:00

[federated_plugin] mirgrate to sound null safety (#781)

This commit is contained in:
Ayush Bherwani
2021-04-06 14:29:58 +05:30
committed by GitHub
parent 9d50bdf494
commit beface247a
25 changed files with 198 additions and 217 deletions

View File

@@ -5,7 +5,7 @@ homepage:
publish_to: none
environment:
sdk: ">=2.7.0 <3.0.0"
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.17.0"
dependencies:
@@ -19,9 +19,10 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
integration_test: ^1.0.1
pedantic: ^1.9.0
mockito: ^4.1.1
integration_test:
sdk: flutter
pedantic: ^1.11.0
mockito: ^5.0.2
flutter:
plugin: