- Initial Null-Safety release.
- Fix health suggestions.
- Supports making individual child non-reorderable. See ReorderableColumn example 1.
- Fix: Bad type in onLeave
- Removed dependency of FlutterErrorDetails and other ErrorXXX classes.
- Bugfix: needsLongPressDraggable had no default value.
- Flutter version dependency in pubspec
- ReorderableRow and ReorderableColumn: Set needsLongPressDraggable to false to use Draggable. Provide scrollController if use of external scroller controller is preferred.
- Added onReorderStarted callback in ReorderableWrap
- updated README
- Bugfix: DiagnosticsNode instead of String for newer version of Flutter
- Allows use of CupertinoApp
- Added onNoReorder callback
- Sliver's cross axis alignment defaults to start
- Remove the use of global keys in reorderable sliver to allow nested sliver
- Bugfix: "width is null"
- Bugfix: ReorderableWrap supports nested wraps.
- Improvement: children of ReorderableWrap don't have to have a key anymore.
- Included nested ReorderableWrap example
- Bugfix: couldn't add/remove elements in ReorderableWrap.
- Bugfix: added elements weren't draggable in ReorderableSliverList.
- Merged pull request: flag to choose between long press draggable and the short one.
- Added ReorderableSliverList, ReorderableSliverChildBuilderDelegate, and ReorderableSliverChildListDelegate.
- Bugfix: ReorderableFlex's animation.
- Updated API references and README.
- Bugfix: made ReorderableTable's onReorder required.
- Bugfix: corrected scrollDirection in ReorderableRow.
- Updated API references.
- Alignment bugfix.
- Added column examples.