webcontent_converter2 0.0.7+1
webcontent_converter2: ^0.0.7+1 copied to clipboard
Pluigin for converting any webcontent, web uri to image bitmap or pdf file. This plugin use WebView on android, WKWebView on Ios and chromium for desktop support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add webcontent_converter2This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
webcontent_converter2: ^0.0.7+1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:webcontent_converter2/webcontent_converter2.dart';