PackageTrack
Sign in Get early access

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 2026
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 25
  1. 3.0.14 09 Jan 2026
    Release notes
    • 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.swift files.
    • CocoaPods Compatibility: Updated podspec files to work with new SPM structure while maintaining CocoaPods support.
    Open source →
  2. 3.0.13 07 Jan 2026

    Nothing published for this version

  3. 3.0.11 07 Jan 2026

    Nothing published for this version

  4. 3.0.10 04 Jan 2026
    Release notes
    • Web Rich Text Copy Fix: Added web implementation for copyRichText using ClipboardItem API to properly copy both text and HTML formats.
    • iOS Rich Text Copy Fix: Fixed iOS HTML clipboard copy to use setItems with 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.
    Open source →
  5. 3.0.9 01 Jan 2026
    Release notes
    • 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.
    Open source →
  6. 3.0.8 09 Dec 2025
    Release notes
    • 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.
    Open source →
  7. 3.0.7 09 Dec 2025
    Release notes
    • 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.
    Open source →
  8. 3.0.6 09 Dec 2025
    Release notes
    • Web Package Migration: Migrated from dart:html and dart:js_util to the new package:web package for better compatibility and modern JS interop.
    • Conditional Import Update: Changed conditional import from dart.library.html to dart.library.js to 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.
    Open source →
  9. 3.0.5 08 Dec 2025
    Release notes
    • 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.clipboard for copy and read/getType for paste.
    • Web Text/Rich Text Paste: Added readText and HTML extraction via read() + 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.
    Open source →
  10. 3.0.1 08 Dec 2025

    Nothing published for this version

  11. 3.0.0 08 Dec 2025
    Release notes
    • 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, added removeAllListeners() method
    • New Methods: Added copyImage() and pasteImage() 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
    Open source →
  12. 2.0.2 14 Jul 2025
    Release notes
    • 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, added removeAllListeners() method
    • New Methods: Added copyImage() and pasteImage() 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
    Open source →
  13. 2.0.1 14 Jul 2025

    Nothing published for this version

  14. 2.0.0 14 Jul 2025
    Release notes
    • Major Release: Fixed naming conflicts and improved API consistency
    • Class Renaming: Renamed ClipboardData to EnhancedClipboardData to avoid conflicts with Flutter's built-in ClipboardData
    • API Improvements: Better separation between Flutter's native clipboard API and enhanced features
    • Bug Fixes: Fixed all compilation errors and linter issues
    Open source →
  15. 0.1.3 09 Mar 2021
    Release notes
    • Added null safety
    Open source →
  16. 0.1.2 29 Jun 2020
    Release notes
    • No major changes, just a few tweaks in readme, changelog, example director etc.
    Open source →
  17. 0.1.2+1 29 Jun 2020
    Release notes
    • No major changes, just a few tweaks in readme, changelog.
    Open source →
  18. 0.1.2+2 29 Jun 2020
    Release notes
    • No major changes, edited readme, changelog, pubspec.yaml.
    Open source →
  19. 0.1.2+3 29 Jun 2020
    Release notes
    • No major changes, edited readme, changelog, pubspec.yaml.
    Open source →
  20. 0.1.2+4 29 Jun 2020
    Release notes
    • No major changes, edited readme, changelog, pubspec.yaml.
    Open source →
  21. 0.1.2+5 29 Jun 2020
    Release notes
    • No major changes, edited readme, changelog, pubspec.yaml.
    Open source →
  22. 0.1.2+6 30 Jun 2020
    Release notes
    • No major changes, edited readme, changelog, pubspec.yaml.
    Open source →
  23. 0.1.2+7 01 Jul 2020
    Release notes
    • Fixed bug in clipboard class
    • No major changes, edited readme, changelog, pubspec.yaml.
    Open source →
  24. 0.1.2+8 01 Jul 2020
    Release notes
    • Fixed bug in clipboard class
    • No major changes, edited readme, changelog, pubspec.yaml.
    Open source →
  25. 0.1.1 29 Jun 2020
    Release notes
    • First release
    • User can Copy from clipboard
    • User can Paste from cliboard,
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive