zikzak_inappwebview_web 1.0.0 zikzak_inappwebview_web: ^1.0.0 copied to clipboard
Web implementation of the zikzak_inappwebview plugin.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add zikzak_inappwebview_web
With Flutter:
$ flutter pub add zikzak_inappwebview_web
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
zikzak_inappwebview_web: ^1.0.0
Alternatively, your editor might support dart pub get
or 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_web/flutter_inappwebview_web.dart';
import 'package:zikzak_inappwebview_web/web/headless_in_app_web_view_web_element.dart';
import 'package:zikzak_inappwebview_web/web/headless_inappwebview_manager.dart';
import 'package:zikzak_inappwebview_web/web/in_app_web_view_web_element.dart';
import 'package:zikzak_inappwebview_web/web/main.dart';
import 'package:zikzak_inappwebview_web/web/platform_util.dart';
import 'package:zikzak_inappwebview_web/web/shims/platform_view_registry.dart';
import 'package:zikzak_inappwebview_web/web/shims/platform_view_registry_dart_ui.dart';
import 'package:zikzak_inappwebview_web/web/shims/platform_view_registry_dart_ui_web.dart';
import 'package:zikzak_inappwebview_web/web/web_platform.dart';
import 'package:zikzak_inappwebview_web/web/web_platform_manager.dart';