flutter_paste_input 1.0.0 copy "flutter_paste_input: ^1.0.0" to clipboard
flutter_paste_input: ^1.0.0 copied to clipboard

A Flutter plugin for intercepting paste events in TextFields, supporting text and image content across all platforms.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_paste_input

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

dependencies:
  flutter_paste_input: ^1.0.0

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:flutter_paste_input/flutter_paste_input.dart';
1
likes
150
points
75
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for intercepting paste events in TextFields, supporting text and image content across all platforms.

Repository (GitHub)
View/report issues
Contributing

Topics

#clipboard #paste #images #text-input #textfield

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path_provider

More

Packages that depend on flutter_paste_input

Packages that implement flutter_paste_input