mirror of
https://github.com/flutter/samples.git
synced 2026-03-22 04:17:50 +00:00
Migrate form_app to null safety (#925)
This commit is contained in:
@@ -4,15 +4,14 @@ publish_to: "none"
|
||||
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
|
||||
intl: ^0.17.0
|
||||
http: ^0.12.0
|
||||
mockito: ^5.0.0
|
||||
http: ^0.13.0
|
||||
json_annotation: any
|
||||
english_words: ^4.0.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user