Skip to content

Releases: alexrabin/FlutterNativeDragAndDrop

v0.0.5

12 Jan 14:03
9c9d844

Choose a tag to compare

Fixed images from always being saved as jpegs on iOS.

v0.0.4

02 Feb 05:02
4d86121

Choose a tag to compare

Android support.

Thanks @getBoolean for helping!

v0.0.3+4

26 Jan 05:50
a64b705

Choose a tag to compare

Fixed image and text data being sent correctly with DropDataType.file

Fixed Issues #7 & #8
Images/videos are being sent correctly from safari and messages
Text is sent as a string instead of a text file when DropDataType == .file

v0.0.3+3

25 Jan 04:47

Choose a tag to compare

Fixed crash when allowedFileExtensions was null

Stable version of native_drag_n_drop

25 Jan 00:15

Choose a tag to compare

  • Programmers can add the ability to allow certain data types or custom file extensions.
  • There is an option to allow other data types as long as one of the dragged items is allowed (thank you @getBoolean).
  • Can add a limit of how many items can be dropped at once. There is no limit by default.
  • Only has iPadOS 11 and iOS 15 and above support