1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00
Files
samples/form_app/pubspec.yaml
2021-10-05 21:49:11 +10:00

28 lines
503 B
YAML

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.10.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
json_annotation: any
english_words: ^3.1.0
dev_dependencies:
flutter_test:
sdk: flutter
json_serializable: ^4.0.0
build_runner: ^1.11.0
flutter_lints: ^1.0.0
flutter:
uses-material-design: true