1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

General cleanup: consistent quoting, sort dependencies, (#859)

single quotes everywhere
fix comment references
This commit is contained in:
Kevin Moore
2021-08-02 10:57:30 -07:00
committed by GitHub
parent 89093cac71
commit b0745a00d4
10 changed files with 29 additions and 33 deletions

View File

@@ -5,19 +5,19 @@ version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
quiver: ^3.0.0
path_to_regexp: ^0.4.0
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:
test: ^1.16.0
flutter_lints: ^1.0.0
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
test: ^1.16.0
flutter:
uses-material-design: true