Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 574 Bytes

CHANGELOG.md

File metadata and controls

41 lines (22 loc) · 574 Bytes

[0.1.0]

  • Initial release

[0.1.2]

  • Add delayed (android-like) reordering

[0.1.3]

  • Fix regression for CancellationToken

[0.1.4]

  • Added decoratePlaceholder constructor property to allow customizing placeholder decoration
  • Haptic feedback on reorder is only done on iOS
  • Support SliverPadding

[0.1.5]

  • Fix compatibility with Flutter 1.22.0

[1.0.0]

  • Migrate to NNBD

[1.1.0]

  • Migration to Flutter 2.5

[1.2.0]

  • Migration to Flutter 2.8

[1.3.0]

  • Migration to Flutter 3.0

[1.3.1]

  • Fix compatibility with latest Dart SDK