Sajid576 / Share-E

A Flutter Application where professional/non-professional people can share their any service and products.
0 stars 0 forks source link

Best package for using Stream Controller #46

Closed Sajid576 closed 4 years ago

Sajid576 commented 4 years ago

https://pub.dev/packages/rxdart

static StreamController<List> AllServicedataController= new BehaviorSubject();

Sajid576 commented 4 years ago

this is the solution of "Bad state: Stream has already been listened to . error "