flutter_paste_input 1.0.0
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
PasteWrapperwidget for intercepting paste events in TextFields- Text paste detection with
TextPaste - Image paste detection with
RawImagePaste(raw bytes) orImagePaste(file paths) acceptedTypesparameter to filter text or imagesenabledparameter for dynamic enable/disablesaveImagesToTempFilesoption to save images as temporary filesclearTempFiles()method for cleanup
Supported Platforms #
- iOS
- Android
- macOS
- Linux
- Windows
Supported Image Formats #
- PNG
- JPEG
- GIF
- WebP
- BMP (Windows)