brianegan / flutter_redux

A library that connects Widgets to a Redux Store
MIT License
1.65k stars 219 forks source link

How can I dispatch actions from flutter interceptors like dio interceptors? #218

Closed nikhilgoswami closed 2 years ago

nikhilgoswami commented 3 years ago

If you could provide an example it would be great.

yan-064 commented 2 years ago

Hi,

You can inject the store with getIt for example. It works well.