knopp / flutter_reorderable_list

ReorderableList for Flutter
BSD 3-Clause "New" or "Revised" License
335 stars 98 forks source link

flutter 1.22 - error while bulding #24

Closed fehernyul closed 3 years ago

fehernyul commented 3 years ago

Building app with Flutter 1.22.0, there is an error. Please instant fix this.

image

knopp commented 3 years ago

That should be fixed in current master. Until release is published you can include reorderable_list in dependencies by specifying the github URL: https://dart.dev/tools/pub/dependencies

fehernyul commented 3 years ago

Thank you!