clipboard
Flutter clipboard with text, Rich Text (HTML), and image support.
3.0.14
125K downloads/mo
#1030 most downloaded on pub.dev
samuelezedi/flutter_clipboard
What this package is like to depend on
Last release 7 months ago
09 Jan 2026
Ships unpredictably
gaps range from 8 days to 4.3 years
Most releases are documented
notes for 21 of 25 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
25 releases · first in 2020
11 releases in the last 12 months
see the full history below
Release timeline
25 releases · Jun 2020 to Jan 2026Releases
latest 25-
3.0.1409 Jan 2026Release notes
Open source →- Swift Package Manager Support: Migrated iOS and macOS plugins from CocoaPods to Swift Package Manager (SPM) for better compatibility and future-proofing.
- Dual Support: Plugin now supports both CocoaPods (via updated podspec) and Swift Package Manager, ensuring backward compatibility.
- Modern Package Structure: Reorganized plugin structure to follow Swift Package Manager conventions with
Package.swiftfiles. - CocoaPods Compatibility: Updated podspec files to work with new SPM structure while maintaining CocoaPods support.
-
3.0.1307 Jan 2026Nothing published for this version
-
3.0.1107 Jan 2026Nothing published for this version
-
3.0.1004 Jan 2026Release notes
Open source →- Web Rich Text Copy Fix: Added web implementation for
copyRichTextusing ClipboardItem API to properly copy both text and HTML formats. - iOS Rich Text Copy Fix: Fixed iOS HTML clipboard copy to use
setItemswith Data objects for proper HTML preservation. - Android Image Copy Fix: Fixed Android image copy to use MediaStore API instead of FileProvider for better compatibility.
- Plugin Structure Fix: Moved all native code from example folder to proper plugin directories for correct plugin registration.
- iOS AppDelegate Cleanup: Removed manual plugin registration from example iOS app to prevent crashes.
- Web Rich Text Copy Fix: Added web implementation for
-
3.0.901 Jan 2026Release notes
Open source →- Windows Platform Support: Added complete Windows platform support with native C++ implementation.
- Windows Clipboard Operations: Full support for copy/paste of text, rich text (HTML), and images on Windows.
- Windows Image Support: Implemented PNG image copy/paste using GDI+ for conversion between PNG and DIB formats.
- Windows Rich Text: Added HTML Format clipboard support for rich text operations on Windows.
- Cross-Platform Coverage: Package now supports Android, iOS, Web, and Windows platforms with consistent API.
-
3.0.809 Dec 2025Release notes
Open source →- Code Formatting: Improved code formatting and readability with better line breaks and consistent formatting.
- Code Quality: Removed trailing whitespace and fixed indentation issues for better code maintainability.
-
3.0.709 Dec 2025Release notes
Open source →- Fixed JSString Type Issues: Fixed type compatibility issues in web clipboard implementation by properly converting Dart Strings to JSString for type comparisons.
- Analyzer Fixes: Resolved all static analysis warnings and errors for pub.dev compliance.
- Code Cleanup: Removed unnecessary imports and fixed analysis configuration issues.
-
3.0.609 Dec 2025Release notes
Open source →- Web Package Migration: Migrated from
dart:htmlanddart:js_utilto the newpackage:webpackage for better compatibility and modern JS interop. - Conditional Import Update: Changed conditional import from
dart.library.htmltodart.library.jsto align with the new web package. - JS Interop Improvements: Updated web clipboard implementation to use modern JS interop APIs (
dart:js_interop) for better type safety and performance.
- Web Package Migration: Migrated from
-
3.0.508 Dec 2025Release notes
Open source →- Web Clipboard Fixes: Added full web support for copy/paste of text, rich text (HTML), and images using the browser Clipboard API with conditional imports.
- Web Image Copy/Paste: Implemented web-side image handling with
ClipboardItem/navigator.clipboardfor copy andread/getTypefor paste. - Web Text/Rich Text Paste: Added
readTextand HTML extraction viaread()+getType('text/html'). - Example App: Updated to avoid early clipboard reads; paste dialogs no longer show on launch.
- Lint/Build: Resolved analyzer issues after web additions.
-
3.0.108 Dec 2025Nothing published for this version
-
3.0.008 Dec 2025Release notes
Open source →- Major Release: Complete rewrite with platform channel support for true multi-format clipboard
- Platform Channels: Added native Android (Kotlin) and iOS (Objective-C) implementations for enhanced features
- True Rich Text Support: HTML clipboard support now works via platform channels, not just in-memory storage
- Image Support: Full image copy/paste support for PNG images on Android and iOS
- Native Clipboard Monitoring: Real-time clipboard change detection using platform APIs (Android clipboard listeners, iOS notification center)
- Memory Management: Fixed listener memory leaks by using Set instead of List and adding cleanup mechanisms
- Enhanced Error Handling: Improved error handling with graceful fallbacks to Flutter's Clipboard API
- Better Listener Management:
addListener()now returns a cleanup function, addedremoveAllListeners()method - New Methods: Added
copyImage()andpasteImage()for direct image clipboard operations - Production Ready: Comprehensive fallback mechanisms ensure reliability across all platforms
- Documentation: Updated README with accurate feature descriptions, image examples, and platform setup instructions
- Code Quality: Improved code structure, better separation of concerns, and comprehensive error handling
- Breaking Changes: This is a major version bump due to significant architectural improvements and platform channel integration
-
2.0.214 Jul 2025Release notes
Open source →- Major Improvements: Complete rewrite with platform channel support for true multi-format clipboard
- Platform Channels: Added native Android (Kotlin) and iOS (Swift) implementations for enhanced features
- True Rich Text Support: HTML clipboard support now works via platform channels, not just in-memory storage
- Image Support: Full image copy/paste support for PNG images on Android and iOS
- Native Clipboard Monitoring: Real-time clipboard change detection using platform APIs (Android clipboard listeners)
- Memory Management: Fixed listener memory leaks by using Set instead of List and adding cleanup mechanisms
- Enhanced Error Handling: Improved error handling with graceful fallbacks to Flutter's Clipboard API
- Better Listener Management:
addListener()now returns a cleanup function, addedremoveAllListeners()method - New Methods: Added
copyImage()andpasteImage()for direct image clipboard operations - Production Ready: Comprehensive fallback mechanisms ensure reliability across all platforms
- Documentation: Updated README with accurate feature descriptions, image examples, and platform setup instructions
- Code Quality: Improved code structure, better separation of concerns, and comprehensive error handling
-
2.0.114 Jul 2025Nothing published for this version
-
2.0.014 Jul 2025Release notes
Open source →- Major Release: Fixed naming conflicts and improved API consistency
- Class Renaming: Renamed
ClipboardDatatoEnhancedClipboardDatato avoid conflicts with Flutter's built-inClipboardData - API Improvements: Better separation between Flutter's native clipboard API and enhanced features
- Bug Fixes: Fixed all compilation errors and linter issues
-
0.1.309 Mar 2021 -
0.1.229 Jun 2020Release notes
Open source →- No major changes, just a few tweaks in readme, changelog, example director etc.
-
0.1.2+129 Jun 2020 -
0.1.2+229 Jun 2020 -
0.1.2+329 Jun 2020 -
0.1.2+429 Jun 2020 -
0.1.2+529 Jun 2020 -
0.1.2+630 Jun 2020 -
0.1.2+701 Jul 2020Release notes
Open source →- Fixed bug in clipboard class
- No major changes, edited readme, changelog, pubspec.yaml.
-
0.1.2+801 Jul 2020Release notes
Open source →- Fixed bug in clipboard class
- No major changes, edited readme, changelog, pubspec.yaml.
-
0.1.129 Jun 2020Release notes
Open source →- First release
- User can Copy from clipboard
- User can Paste from cliboard,