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

A WebView Parser for Mirai. A wrapper of `webview_flutter` package for Mirai.

Mirai Web View #

A webView support for Mirai.

Usage #

  1. Add mirai_webview as a dependency in your pubspec.yaml file.
  dependencies:
    mirai_webview:
  1. Add MiraiWebViewParser in Mirai initialize.
void main() async {
  await Mirai.initialize(
    parsers: const [
      MiraiWebViewParser(),
    ],
  );

  runApp(const MyApp());
}
  1. Add Mirai WebView widget in your JSONs.
{
  "type": "webView",
  "url": "https://github.com/Securrency-OSS/mirai"
}
6
likes
130
pub points
41%
popularity

Publisher

verified publishersecurrency.com

A WebView Parser for Mirai. A wrapper of `webview_flutter` package for Mirai.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, freezed_annotation, json_annotation, mirai_framework, webview_flutter

More

Packages that depend on mirai_webview