https://github.com/flutterquill/quill-super-clipboard
A package for integrating the package super_clipboard with flutter_quill to provide access to the system clipboard.
https://github.com/flutterquill/quill-super-clipboard
clipboard flutter flutter-package
Last synced: 3 months ago
JSON representation
A package for integrating the package super_clipboard with flutter_quill to provide access to the system clipboard.
- Host: GitHub
- URL: https://github.com/flutterquill/quill-super-clipboard
- Owner: FlutterQuill
- License: mit
- Created: 2024-10-15T22:25:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T15:06:36.000Z (8 months ago)
- Last Synced: 2025-01-25T22:22:03.597Z (5 months ago)
- Topics: clipboard, flutter, flutter-package
- Language: Dart
- Homepage: https://pub.dev/packages/quill_super_clipboard
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 🪶 Quill Super Clipboard
A package for integrating the package [`super_clipboard`](https://pub.dev/packages/super_clipboard) with [`flutter_quill`](https://pub.dev/packages/flutter_quill)
to provide seamless access to the system clipboard for rich text operations.> **Caution**
>
> The support of this package might be discontinued in the future versions of [flutter_quill](https://pub.dev/packages/flutter_quill).## Usage
To start using `super_clipboard`, follow the [super_clipboard setup instructions](https://pub.dev/packages/super_clipboard#getting-started).
To use the `super_clipboard` implementation with this package:
```dart
import 'package:quill_super_clipboard/quill_super_clipboard.dart';QuillSuperClipboard.use();
```> **Note**
>
> The default clipboard implementation for `flutter_quill` is now [`quill_native_bridge`](https://pub.dev/packages/quill_native_bridge). It provides full support for all system clipboard features used by `flutter_quill`.