alan_langlois

Results 19 comments of alan_langlois

I had to do the same, I ended up using Bloc (Already used for other stuff in my app) I created a `NavigationBloc`, with a `ChangeTabEvent`, and listening for this...

Sure, It's a lot of file, I'll make it short if you have any struggle with my explaination let me know. I have a NavigationBloc (Using [Freezed](https://pub.dev/packages/freezed) to minimize the...

Any workaround? Got the same issue. Sounds like this package is no more maintained :/ I'll give a try to alternative, just in case

I don't know yet if it's gonna work, but I successfully built on Android removing question mark here: ` override fun onNewIntent(intent: Intent?): Boolean {` This way it builds: `...

Getting the same issue when using data stored with persistStore. Works fine when data are not keep from one session to another.