clipboard_plus 1.0.3 copy "clipboard_plus: ^1.0.3" to clipboard
clipboard_plus: ^1.0.3 copied to clipboard

A Flutter plugin for enhanced clipboard functionality with iOS UIPasteboard support.

1.0.3 #

  • Updated documentation

1.0.2 #

  • Fixed README image not displaying on pub.dev by using raw GitHub URL

1.0.1 #

  • Added iOS paste permission dialog screenshot to README

1.0.0 #

Initial release of clipboard_plus.

Features #

  • Content Type Detection: Check clipboard contents without triggering iOS paste permission dialog

    • getContentTypes() - Get all content type flags at once
    • hasUrls() - Check for URLs
    • hasStrings() - Check for text content
    • hasImages() - Check for images
    • hasColors() - Check for colors (iOS only)
  • Content Reading: Retrieve clipboard data

    • getUrl() - Get URL from clipboard
    • getText() - Get text from clipboard
    • getImage() - Get image as PNG bytes
  • Content Writing:

    • setText() - Copy text to clipboard
    • clear() - Clear clipboard contents
  • ClipboardContentType: Data class with boolean flags for each content type

Platform Support #

  • iOS: Full support using UIPasteboard APIs
  • Android: Full support using ClipboardManager APIs (colors not supported)
4
likes
150
points
132
downloads

Publisher

verified publisherbnsaed.com

Weekly Downloads

A Flutter plugin for enhanced clipboard functionality with iOS UIPasteboard support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on clipboard_plus

Packages that implement clipboard_plus