Skip to content

Commit 0b7a373

Browse files
authored
docs(readme): improve the note message of quill_super_clipboard and quill_native_bridge
1 parent f85961d commit 0b7a373

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ Create the file `your_project/android/app/src/main/res/xml/file_paths.xml` with
157157
```
158158

159159
> [!NOTE]
160-
> [super_clipboard](https://pub.dev/packages/super_clipboard) is no longer required
161-
> in recent versions of Flutter Quill in `flutter_quill` or `flutter_quill_extensions`.
162-
> [`quill_native_bridge`](https://pub.dev/packages/quill_native_bridge) is a plugin that provide clipboard operations functionality for `flutter_quill`.
160+
> Starting with Flutter Quill `10.8.4`, [super_clipboard](https://pub.dev/packages/super_clipboard) is no longer required in `flutter_quill` or `flutter_quill_extensions`.
161+
> The new default is an internal plugin, [`quill_native_bridge`](https://pub.dev/packages/quill_native_bridge).
162+
> If you want to continue using `super_clipboard`, you can use the [quill_super_clipboard](https://pub.dev/packages/quill_super_clipboard) package (support may be discontinued).
163163

164164
## 🚀 Usage
165165

0 commit comments

Comments
 (0)