Search code examples
flutterchromium

Embed chromium in flutter


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?


Solution

  • 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