flutter-permission-handler icon indicating copy to clipboard operation
flutter-permission-handler copied to clipboard

Add Stream status

Open Pierre-Monier opened this issue 2 years ago • 1 comments

🏗 Enhancement Proposal

I wanted to add Stream support for permission status

Pitch

I think it will make the use of this plugin more declarative, in build method we could just declare what to display if the user give the permission or not. When the user gives the permission, it will automatically rebuild our widget.

I can create my own Stream but it would be great, if it was included in the package

Platforms affected (mark all that apply)

  • [X] :iphone: iOS
  • [X] :robot: Android

Pierre-Monier avatar Feb 07 '22 15:02 Pierre-Monier

Similar issue: #180.

JeroenWeener avatar Nov 16 '23 11:11 JeroenWeener