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.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 - 2025-12-14 #

Added #

  • Initial release
  • PasteWrapper widget for intercepting paste events in TextFields
  • Text paste detection with TextPaste
  • Image paste detection with RawImagePaste (raw bytes) or ImagePaste (file paths)
  • acceptedTypes parameter to filter text or images
  • enabled parameter for dynamic enable/disable
  • saveImagesToTempFiles option to save images as temporary files
  • clearTempFiles() method for cleanup

Supported Platforms #

  • iOS
  • Android
  • macOS
  • Linux
  • Windows

Supported Image Formats #

  • PNG
  • JPEG
  • GIF
  • WebP
  • BMP (Windows)
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