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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user