uipasteboard 0.1.2 copy "uipasteboard: ^0.1.2" to clipboard
uipasteboard: ^0.1.2 copied to clipboard

PlatformiOS

A Flutter plugin to interact with UIPasteboard on iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add uipasteboard

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

dependencies:
  uipasteboard: ^0.1.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:uipasteboard/uipasteboard.dart';
2
likes
160
points
805
downloads

Publisher

verified publisherliplum.net

Weekly Downloads

A Flutter plugin to interact with UIPasteboard on iOS.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on uipasteboard

Packages that implement uipasteboard