secure_clipboard_ios 0.1.2
secure_clipboard_ios: ^0.1.2 copied to clipboard
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
localOnlyoption for iOS to prevent Universal Clipboard sync. - Renamed changelog file to
CHANGELOG.mdfor 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