mirai_webview

Last updated:

0 purchases

mirai_webview Image
mirai_webview Images
Add to Cart

Description:

mirai webview

Mirai Web View #
A webView support for Mirai.
Usage #

Add mirai_webview as a dependency in your pubspec.yaml file.

dependencies:
mirai_webview:
copied to clipboard

Add MiraiWebViewParser in Mirai initialize.

void main() async {
await Mirai.initialize(
parsers: const [
MiraiWebViewParser(),
],
);

runApp(const MyApp());
}
copied to clipboard

Add Mirai WebView widget in your JSONs.

{
"type": "webView",
"url": "https://github.com/Securrency-OSS/mirai"
}
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.