asset_webview 0.0.2 copy "asset_webview: ^0.0.2" to clipboard
asset_webview: ^0.0.2 copied to clipboard

outdated

A Flutter plug-in providing a native web view that loads Flutter assets. Useful for embdding HTML content in your application, for example to display help content.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add asset_webview

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

dependencies:
  asset_webview: ^0.0.2

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:asset_webview/asset_webview.dart';
16
likes
0
pub points
79%
popularity

Publisher

verified publishergreensopinion.com

A Flutter plug-in providing a native web view that loads Flutter assets. Useful for embdding HTML content in your application, for example to display help content.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on asset_webview