webcontent_converter 0.0.6+2 webcontent_converter: ^0.0.6+2 copied to clipboard
This plugin was made for developer to convert 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_converter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
webcontent_converter: ^0.0.6+2
Alternatively, 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_converter/webcontent_converter.dart';