mirror of
https://github.com/flutter/samples.git
synced 2026-03-22 04:17:50 +00:00
flutter pub update & various fixes (#627)
This commit is contained in:
@@ -2,17 +2,20 @@ name: form_app
|
||||
description: A sample demonstrating different types of forms and best practices
|
||||
publish_to: 'none'
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.7.0 <3.0.0"
|
||||
sdk: ">=2.10.0 <3.0.0"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
cupertino_icons: ^0.1.3
|
||||
cupertino_icons: ^1.0.0
|
||||
intl: any
|
||||
http: ^0.12.0
|
||||
mockito: 4.1.1
|
||||
mockito: ^4.1.1
|
||||
json_annotation: ^3.0.0
|
||||
english_words: ^3.1.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
Reference in New Issue
Block a user