samplepac

Creator: coderz1093

Last updated:

0 purchases

samplepac Image
samplepac Images
Add to Cart

Description:

samplepac

A dummy package project on webview for pratices
Features #
The package can be used for customised webview
Getting started #
Start using this package only for pratice
Usage #
Example for how to use this package
WebView(
initialUrl: initialUrl,
allowsInlineMediaPlayback: true,
backgroundColor: Colors.green,
onWebViewCreated: (controller) {},
javascriptMode: JavascriptMode.unrestricted,
onPageStarted: (url) {
print('page started loading:$url');
},
onPageFinished: (String url) {
print('page loaded:$url');
},
),
Additional information #
Thats it

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.

Related Products

More From This Creator