Frezyx / talker

☎️ Advanced error handler and logger for dart and flutter apps
https://pub.dev/packages/talker
MIT License
478 stars 57 forks source link

Add multiple TalkerObserver in TalkerFlutter.init() #227

Closed venkata-reddy-dev closed 4 months ago

venkata-reddy-dev commented 4 months ago
TalkerFlutter.init(
  observers: [
     SomeTalkerObserver(),
     SomeOtherTalkerObserver(),
  ],
)
Frezyx commented 4 months ago

Hello @venkata-reddy-dev ! Previously, it was possible to specify a list of observers in the library. But then I found architectural solution in the BloC library

Felix answer: https://github.com/felangel/bloc/issues/3852

And now you can write your own MultipleTalkerObserver