1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-25 22:01:51 +00:00

Tidying up add-to-app samples (#160)

This commit is contained in:
Andrew Brogdon
2019-11-05 09:21:39 -08:00
committed by GitHub
parent e184a46ce6
commit 8155d8a777
17 changed files with 146 additions and 38 deletions

View File

@@ -4,13 +4,13 @@ description: An example Flutter module that uses a plugin.
version: 1.0.0+1
environment:
sdk: ">=2.5.0 <3.0.0"
sdk: ">=2.6.0-dev <3.0.0"
dependencies:
flutter:
sdk: flutter
provider: ^3.1.0
url_launcher: ^5.1.6
url_launcher: ^5.2.5
dev_dependencies:
flutter_test: