1
0
mirror of https://github.com/flutter/samples.git synced 2026-04-25 08:22:16 +00:00

veggieseasons: Migrate to null safety (#922)

This commit is contained in:
Brett Morgan
2021-10-12 10:27:54 +11:00
committed by GitHub
parent 994cdb4afa
commit ac2bef7d83
21 changed files with 134 additions and 148 deletions

View File

@@ -4,7 +4,7 @@ description: An iOS app that shows the fruits and veggies currently in season.
version: 1.2.0
environment:
sdk: ">=2.5.0 <3.0.0"
sdk: '>=2.12.0 <3.0.0'
dependencies:
flutter:
@@ -13,7 +13,7 @@ dependencies:
cupertino_icons: ^1.0.2
font_awesome_flutter: ^9.0.0
intl: ^0.17.0
provider: ^5.0.0
provider: ^6.0.1
shared_preferences: ^2.0.5
dev_dependencies: