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