super_clipboard_syncme 0.9.0-dev.2 super_clipboard_syncme: ^0.9.0-dev.2 copied to clipboard
Comprehensive clipboard access package for Flutter. Supports reading and writing of rich text, images and other formats.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add super_clipboard_syncme
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
super_clipboard_syncme: ^0.9.0-dev.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:super_clipboard_syncme/super_clipboard.dart';
import 'package:super_clipboard_syncme/super_clipboard_internal.dart';