Skip to content

Commit

Permalink
Port Android Manifest.permission and Manifest.permission_group (#…
Browse files Browse the repository at this point in the history
…1196)

* Port `Manifest.permission` and `Manifest.permission_group`

* Use Dart conventions for `Manifest` variables
  • Loading branch information
JeroenWeener authored Oct 19, 2023
1 parent ff711ee commit 79bdaed
Show file tree
Hide file tree
Showing 2 changed files with 2,533 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export 'src/android_object_mirrors/activity.dart';
export 'src/android_object_mirrors/activity_compat.dart';
export 'src/android_object_mirrors/manifest.dart';

export 'src/android.dart';
export 'src/permission_handler_android.dart';
Loading

0 comments on commit 79bdaed

Please sign in to comment.