/webview_flutter

Flutter example using webview_flutter plugin to load webview inside flutter app.

Primary LanguageDart

web_view_flutter

A flutter example showing basic use of webview_fluttter plugin to show webview inside Flutter app.

Getting Started

This flutter example is using web view inside flutter application. In this example, we've used plugin webview_flutter.

A few resources to get you started if this is your first Flutter project:

You may also like to read more on webviews in flutter on following great articles

-Medium: The Power of WebViews in Flutter by: Emily Fortuna another good article

Known Issue: webview_flutter plugin has known issue on Android the soft keyboard does not open when text field is focused. This issue is reported and already in fix by Google team. (flutter/flutter#26226)

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.