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.yaml | |
| parent | 3ad62745af3a23170635ace1c7e29e0df7a8ac13 (diff) | |
| download | daft-launcher-68654e9c7bdecd09d494e1919f5490c430044dfa.tar.gz daft-launcher-68654e9c7bdecd09d494e1919f5490c430044dfa.zip | |
Adds open app settings and uninstall actions
Diffstat (limited to '')
| -rw-r--r-- | pubspec.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pubspec.yaml b/pubspec.yaml index 8c8f88f..3577670 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -25,6 +25,7 @@ dependencies: sdk: flutter intl: ^0.16.1 device_apps: ^1.0.9 + android_intent: ^0.3.7 |
