webcopy 0.0.3
webcopy: ^0.0.3 copied to clipboard
Webcopy extension provides a simple way to extract the source code of any website. By using this extension, you can quickly obtain all the HTML, CSS, and JavaScript code from a given website. This is [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add webcopy
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
webcopy: ^0.0.3
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:webcopy/webcopy.dart';