Skip to content

A drag-and-drop Flutter plugin (Web). Only web and only from outside into Flutter.

Notifications You must be signed in to change notification settings

Johan-glitch1412/flutter_dropzone

 
 

Repository files navigation

See the README files of the individual subprojects:

Breaking changes

4.1.0 deprecates onDrop and all other functions using dynamic type because the newer Flutter JS support enforces stricter type checking. onDrop will be removed in a coming version. Use onDropFile and onDropString instead.

4.0.x is compatible with Flutter 3.13 (stable) and later. If you're not yet ready to upgrade from a previous version of Flutter, stay with the latest 3.0.x version of flutter_dropzone. See the README of the web implementation for details.

3.0.x is compatible with Flutter 2.5 (stable) and later. If you're not yet ready to upgrade from a previous version of Flutter, stay with the latest 2.0.x version of flutter_dropzone. See the README of the web implementation for details.

About

A drag-and-drop Flutter plugin (Web). Only web and only from outside into Flutter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 83.9%
  • JavaScript 11.3%
  • Ruby 3.0%
  • HTML 1.8%