diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-06-02 23:58:56 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-06-02 23:58:56 +0530 |
| commit | 68654e9c7bdecd09d494e1919f5490c430044dfa (patch) | |
| tree | 8f9b52f95f4289182ef86e3b8ca7ac0fd98d3899 /pubspec.lock | |
| parent | 3ad62745af3a23170635ace1c7e29e0df7a8ac13 (diff) | |
| download | daft-launcher-68654e9c7bdecd09d494e1919f5490c430044dfa.tar.gz daft-launcher-68654e9c7bdecd09d494e1919f5490c430044dfa.zip | |
Adds open app settings and uninstall actions
Diffstat (limited to 'pubspec.lock')
| -rw-r--r-- | pubspec.lock | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/pubspec.lock b/pubspec.lock index 575cf93..abf58a0 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1,6 +1,13 @@ # Generated by pub # See https://dart.dev/tools/pub/glossary#lockfile packages: + android_intent: + dependency: "direct main" + description: + name: android_intent + url: "https://pub.dartlang.org" + source: hosted + version: "0.3.7+2" async: dependency: transitive description: @@ -95,6 +102,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.7.0" + platform: + dependency: transitive + description: + name: platform + url: "https://pub.dartlang.org" + source: hosted + version: "2.2.1" sky_engine: dependency: transitive description: flutter @@ -158,4 +172,4 @@ packages: version: "2.0.8" sdks: dart: ">=2.7.0 <3.0.0" - flutter: ">=1.10.0 <2.0.0" + flutter: ">=1.12.13+hotfix.5 <2.0.0" |
