Upgrading from my old Flutter v1.12.13+hotfix.5 up to Flutter 1.22.0 stable went mostly like a charm. You should go through the 1.12 migration guide. The problems came after upgrading Firebase dependencies.
Continue reading “Flutter 1.12 to 1.22 update and issues with firebase libraries”Flutter
Flutter route navigaton from webview_plugin and back
Got interesting collision while trying to implement flutter navigation while WebviewScaffold rendered on the screen.
My project uses flutter_webview_plugin: ^0.3.9+1.
A named route is pushed onto navigator from an AppBar of the webview_plugin’s WebviewScaffold like this:
Continue reading “Flutter route navigaton from webview_plugin and back”