brianegan / flutter_redux

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

Passing Store as an argument to MethodChannel and Background Isolate #239

Closed abhineetchandan closed 1 year ago

abhineetchandan commented 2 years ago

I want to pass Redux store as an argument to MethodChannel in Flutter. Here the work of native side is to spawn a new isolate and perform Headless Code execution. This background isolate needs access to the main store which is being updated in main isolate. Any help would be most welcomed. Also I am not using any plugins like WorkManager etc. Thanks