1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +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

@@ -6,15 +6,15 @@ homepage:
publish_to: none
environment:
sdk: ">=2.7.0 <3.0.0"
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^1.0.2
plugin_platform_interface: ^2.0.0
dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.9.0
pedantic: ^1.11.0