co_flutter_webview 0.0.13 copy "co_flutter_webview: ^0.0.13" to clipboard
co_flutter_webview: ^0.0.13 copied to clipboard

A Flutter plugin that you can easilly develop for co_flutter_webview.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add co_flutter_webview

With Flutter:

 $ flutter pub add co_flutter_webview

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

dependencies:
  co_flutter_webview: ^0.0.13

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