webview_inapp 1.0.3 copy "webview_inapp: ^1.0.3" to clipboard
webview_inapp: ^1.0.3 copied to clipboard

A Flutter plugin that allows you to add an inline webview, to use an headless webview, and to open an in-app browser window.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add webview_inapp

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  webview_inapp: ^1.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:webview_inapp/flutter_inappwebview.dart';
1
likes
150
pub points
75%
popularity

Publisher

unverified uploader

A Flutter plugin that allows you to add an inline webview, to use an headless webview, and to open an in-app browser window.

Homepage
Repository (GitHub)
View/report issues

Topics

#html #webview #webview-flutter #inappwebview #browser

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_inappwebview_ios, flutter_inappwebview_macos, flutter_inappwebview_web, webview_inapp_android, webview_inapp_platform_interface

More

Packages that depend on webview_inapp