clipboard 0.1.3 copy "clipboard: ^0.1.3" to clipboard
clipboard: ^0.1.3 copied to clipboard

A flutter package that helps copy text to clipboard and paste from clipboard.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add clipboard
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  clipboard: ^0.1.3
copied to clipboard

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:clipboard/clipboard.dart';
copied to clipboard
600
likes
150
points
149k
downloads

Publisher

verified publishersamuelezedi.com

Weekly Downloads

2024.09.11 - 2025.03.26

A flutter package that helps copy text to clipboard and paste from clipboard.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on clipboard