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

conver serviceStatus of single stream to multi stream #57

Open skapxd opened 3 years ago

skapxd commented 3 years ago

Hi, I'm new contributing. I ran into a problem when I was listening to the status of the gps "serviceStatus" in multiple pages of my app, so I decided to make the "serviceStatus" be able to broadcast to multiple listeners

I consider that it is a minor change, it should not affect the operation of "serviceStatus"