Embed chromium in flutter

949

I was researching on this and I believe you can using this package. You can even send events from the web page to Flutter and back which is pretty cool. pub.dev/packages/webview_flutter_plus/example

Share:
949
Jesper Bylund
Author by

Jesper Bylund

User Experience designer with a fondness for web, gadgets and games. Founded @blankpageapp. #gamification #design #gameDesign

Updated on December 20, 2022

Comments

  • Jesper Bylund
    Jesper Bylund over 1 year

    I have a client with a web app wrapper that needs to work on old android devices. The thing is, these android devices are so old they don’t have chrome. Today we solve this my using a Xamarin wrapper that has an embedded chromium version. We’d like to move to flutter though.

    Is there are way to use an embedded chromium version as the web view in Flutter?