mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Bumps [url_launcher](https://github.com/flutter/plugins) from 6.0.20 to 6.1.0. - [Release notes](https://github.com/flutter/plugins/releases) - [Commits](https://github.com/flutter/plugins/compare/url_launcher-v6.0.20...url_launcher-v6.1.0) --- updated-dependencies: - dependency-name: url_launcher dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
28 lines
650 B
YAML
28 lines
650 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.1.0
|
|
url_strategy: ^0.2.0
|
|
window_size:
|
|
git:
|
|
url: https://github.com/google/flutter-desktop-embedding.git
|
|
path: plugins/window_size
|
|
dev_dependencies:
|
|
flutter_lints: ^1.0.0
|
|
flutter_test:
|
|
sdk: flutter
|
|
test: ^1.16.0
|
|
flutter:
|
|
uses-material-design: true
|