andreamainella98 / phone_state

Flutter plugin
BSD 3-Clause "New" or "Revised" License
9 stars 18 forks source link

fix: BroadcastStream #34

Closed Penguin-Lin closed 2 weeks ago

andreamainella98 commented 3 months ago

Hi @Penguin-Lin, why did you want to set a static variable instead of having a get function?🤔

Penguin-Lin commented 3 months ago

static variable

Because it is a broadcast stream, every time a stream is used, a new broadcast stream is obtained, and the listening of the previous broadcast stream is invalid. Static variable maybe not a good idea, please ignore it.

andreamainella98 commented 2 weeks ago

Integrated on version 2.0.0, Thanks 🫶🏼