From a79ea987c80ade007716936142e490c6a9ccb1db Mon Sep 17 00:00:00 2001 From: Ellet Date: Fri, 17 Nov 2023 06:59:25 +0300 Subject: [PATCH] Update flutter_quill_extensions README.md --- flutter_quill_extensions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter_quill_extensions/README.md b/flutter_quill_extensions/README.md index af85514f..58624e2c 100644 --- a/flutter_quill_extensions/README.md +++ b/flutter_quill_extensions/README.md @@ -165,7 +165,7 @@ Define `width`, `height`, `margin`, `alignment` as follows: ### Drag and drop feature Currently, the drag and drop feature is not officially supported, but you can achieve this very easily in the following steps: -1. Drag and drop require native code, you can use any flutter plugin you like, if you want a suggestion we recommend [desktop_drop](https://pub.dev/packages/desktop_drop), it was origanlly developed for desktop but it has support for web as well mobile platforms +1. Drag and drop require native code, you can use any flutter plugin you like, if you want a suggestion we recommend [desktop_drop](https://pub.dev/packages/desktop_drop), it was origanlly developed for desktop but it has support for web as well Android (that is not the case for iOS) 2. Add the dependency in your `pubspec.yaml` using the following command: ```yaml