Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.