native_drag_n_drop 0.0.1+3 native_drag_n_drop: ^0.0.1+3 copied to clipboard
A package that allows you to add native drag and drop support into your flutter app.
0.0.1+3 #
- Added metadata object to DropData
- Contains file type for string files
0.0.1+2 #
- Added ability to set the amount of items allowed to be dropped in the view
- Updated the example with different examples of allowed number of items in a dropview widget
- Bug fixes
- BREAKING CHANGE:
- changed
loadingCallback
toloading
- changed
dataReceivedCallback
todataReceived
- changed
0.0.1+1 #
- Added example gif
0.0.1 #
- Support iPadOS 11 and iOS 15 and above
- Only has drop support (can drag data from outside of the app and drop into your flutter application)
- Supports text, urls, images, videos, audio, and pdfs