custom_webview 0.0.1 copy "custom_webview: ^0.0.1" to clipboard
custom_webview: ^0.0.1 copied to clipboard

PlatformiOS

Custom webview to improve feature - Fix open link pdf in android device - Add list url and open default launcher

Features #

Custom webview to improve feature

  • Fix open link pdf in android device
  • Add list url and open default launcher

Usage #

Add library to project

flutter pub add custom_webview

List url and open default launcher

List<String> urlLauncher = [
    'https://play.google.com',
    'https://apps.apple.com'
];
  

Use widget

CustomWebView(
    'https://pub-e1c1c97ce246453790aed20554092539.r2.dev/ATTACHMENTS/a0G1e000005dbx6EAA/Tho%CC%82ng-bao-cap-nhat-phien-ba-1.0.4.pdf',
    urlLauncher: urlLauncher
)
4
likes
160
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

Custom webview to improve feature - Fix open link pdf in android device - Add list url and open default launcher

Repository (GitHub)

Documentation

API reference

License

Unlicense (license)

Dependencies

flutter, flutter_pdfview, http, path, path_provider, url_launcher, webview_flutter, webview_flutter_wkwebview

More

Packages that depend on custom_webview