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.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'app.dart';

void main() {
  runApp(const MyApp());
}
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