forked from zinwalin/flutter-sotrage-permission-handler
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6fe1276
commit 65d1f06
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: permission_handler | ||
description: Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions. | ||
version: 3.2.1 | ||
version: 3.2.1+1 | ||
authors: | ||
- Baseflow <[email protected]> | ||
- long1eu <[email protected]> | ||
|
@@ -14,7 +14,7 @@ dependencies: | |
flutter: | ||
sdk: flutter | ||
|
||
meta: ^1.1.7 | ||
meta: ^1.1.6 | ||
|
||
flutter: | ||
plugin: | ||
|