1
0
mirror of https://github.com/flutter/samples.git synced 2026-04-19 21:41:43 +00:00
Files
samples/form_app/pubspec.yaml
2026-04-15 13:02:16 -07:00

30 lines
545 B
YAML

name: form_app
description: A sample demonstrating different types of forms and best practices
publish_to: "none"
version: 1.0.0+1
resolution: workspace
environment:
sdk: ^3.9.0-0
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.0
intl: ^0.20.0
http: ^1.0.0
json_annotation: any
english_words: ^4.0.0
go_router: ^16.0.0
dev_dependencies:
analysis_defaults:
path: ../analysis_defaults
flutter_test:
sdk: flutter
json_serializable: ^6.2.0
build_runner: ^2.1.8
flutter:
uses-material-design: true