WebViews in Flutter

WebViews in Flutter

5 years ago
Anonymous $Dftgs0JzgE

https://blog.geekyants.com/webviews-in-flutter-87194714ce3d

Presenting a web view is pretty common in mobile apps. In Flutter, this is done by using the webview_flutter package. This package is part of a larger Github repository github.com/flutter/plugins which serves as a ‘companion repo to the main flutter repo. It contains the source code for Flutter first-party plugins (i.e., plugins developed by the core Flutter team).’

This tutorial, will be pretty simple, we’ll: