zikzak_inappwebview 2.4.8 copy "zikzak_inappwebview: ^2.4.8" to clipboard
zikzak_inappwebview: ^2.4.8 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 zikzak_inappwebview

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

dependencies:
  zikzak_inappwebview: ^2.4.8

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:zikzak_inappwebview/zikzak_inappwebview.dart';