Baseflow / flutter-permission-plugins

This repo contains a collection of permission related Flutter plugins which can be used to request permissions to access device resources in a cross-platform way.
https://baseflow.com
MIT License
52 stars 34 forks source link

Separate plugins for Location, Camera, Storage, etc #12

Open mZadorskii opened 5 years ago

mZadorskii commented 5 years ago

🏗 Enhancement Proposal

  1. Extract/abstract out common pieces to flutter-permission-plugins/packages/permission_handler
  2. location_permissions will then depend on permission_handler and inject/override location specific strings / methods
  3. camera_permissions will depend on permission_handler and inject/override camera+mic specific strings / methods
  4. same for Storage and others

Pitch

I can submit initial PRs later today / tomorrow. Might need little help with iOS side

Platforms affected (mark all that apply)