secure_clipboard_ios 0.1.2 copy "secure_clipboard_ios: ^0.1.2" to clipboard
secure_clipboard_ios: ^0.1.2 copied to clipboard

PlatformiOS

iOS implementation of the secure_clipboard Flutter plugin.

0.1.2 #

  • Added hasText() to check for clipboard content without reading it.
  • Added getData() as a standard way to retrieve clipboard text.
  • Added localOnly option for iOS to prevent Universal Clipboard sync.
  • Renamed changelog file to CHANGELOG.md for better pub.dev compatibility.

0.1.1 #

  • Internal fixes for class modifiers.

0.1.0 #

  • Migrated to Dart 3.
  • Updated SDK constraints and dependencies.

0.0.2 #

  • Added repository and homepage links
  • Fixed pub.dev publishing issues

0.0.1 #

  • Initial release