From 87a51f8db0465276ee1cc0a79ce7b7c05b91b058 Mon Sep 17 00:00:00 2001 From: Matthias Nehlsen Date: Sun, 29 Dec 2024 16:37:07 +0100 Subject: [PATCH] docs: fix typo (#473) --- super_drag_and_drop/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/super_drag_and_drop/README.md b/super_drag_and_drop/README.md index d72c1968..7b25dd9f 100644 --- a/super_drag_and_drop/README.md +++ b/super_drag_and_drop/README.md @@ -194,7 +194,7 @@ class MyDropRegion extends StatelessWidget { } ``` -One desktop platforms full drag data is available in `onDropOver`. On mobile and web platforms, data is only available when the drop is accepted and in `onDropOver` you can only query data format. +On desktop platforms full drag data is available in `onDropOver`. On mobile and web platforms, data is only available when the drop is accepted and in `onDropOver` you can only query data format. Local data is always available.