1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00
Files
samples/navigation_and_routing/pubspec.yaml
Kevin Moore b0745a00d4 General cleanup: consistent quoting, sort dependencies, (#859)
single quotes everywhere
fix comment references
2021-08-02 10:57:30 -07:00

24 lines
527 B
YAML

name: bookstore
description: Navigation and routing sample app
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
adaptive_navigation: ^0.0.3
collection: ^1.15.0
cupertino_icons: ^1.0.2
flutter:
sdk: flutter
path_to_regexp: ^0.4.0
quiver: ^3.0.0
url_launcher: ^6.0.0
url_strategy: ^0.2.0
dev_dependencies:
flutter_lints: ^1.0.0
flutter_test:
sdk: flutter
test: ^1.16.0
flutter:
uses-material-design: true