PackageTrack
Sign in Get early access

reorderable_grid_view

Reorderable Grid View

2.2.8 74K downloads/mo #1255 most downloaded on pub.dev huhuang03/reorderable_grid_view

What this package is like to depend on

Last release 2 months ago

28 May 2026

Ships unpredictably

gaps range from 1 weeks to 2.0 years

Nearly every release is documented

notes for 14 of 14 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

45 releases · first in 2021

1 release in the last 12 months

see the full history below

Release timeline

45 releases · Feb 2021 to May 2026
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 45
  1. 2.2.9-alpha.5 28 May 2026 pre-release
    Release notes
    • support horizontal scroll
    Open source →
  2. 2.2.9-alpha.4 04 Jun 2024 pre-release

    Nothing published for this version

  3. 2.2.9-alpha.3 03 Jan 2024 pre-release
    Release notes
    • fix mainAxisExtent param.
    Open source →
  4. 2.2.9-alpha.2 01 Dec 2023 pre-release
    Release notes
    • fix screenshot drag build.
    • try fix Scroll.of(Context).findObject is null, maybe not fixed.
    Open source →
  5. 2.2.9-alpha.1 30 Nov 2023 pre-release
    Release notes
    • add dragEnableConfig which config item drag enable. see https://github.com/huhuang03/reorderable_grid_view/issues/72.
    Open source →
  6. 2.2.8 20 Nov 2023
    Release notes
    • fix dragStartDelay and dragEnabled has lost in ReorderableSliverGridView. see https://github.com/huhuang03/reorderable_grid_view/issues/68.
    Open source →
  7. 2.2.7 06 Aug 2023
    Release notes
    • fix null check warning. see https://github.com/huhuang03/reorderable_grid_view/issues/68.
    Open source →
  8. 2.2.6 23 Feb 2023
    Release notes
    • release 2.2.6
    Open source →
  9. 2.2.6-alpha.14 31 Jan 2023 pre-release

    Nothing published for this version

  10. 2.2.6-alpha.13 30 Jan 2023 pre-release
    Release notes
    • fix Overlay.of(context) and Scrollable.of(context) return option and not option in different flutter version.
    Open source →
  11. 2.2.6-alpha.12 29 Jan 2023 pre-release
    Release notes
    • fix bug #52. How to restrict dragging of widget inside a specific container or a prarent container & not allow dragging all over the phone screen ? But not fix in ReorderableGridView, not ReorderableSliverGridView
    Open source →
  12. 2.2.6-alpha.11 11 Jan 2023 pre-release
    Release notes
    • add DragWidgetBuilderV2
    Open source →
  13. 2.2.6-alpha.10 10 Jan 2023 pre-release
    Release notes
    • revert change in 2.2.6-alpha.9
    Open source →
  14. 2.2.6-alpha.9 10 Jan 2023 pre-release
    Release notes
    • fix pageView save state issue, recoding to https://stackoverflow.com/questions/45944777/losing-widget-state-when-switching-pages-in-a-flutter-pageview
    Open source →
  15. 2.2.6-alpha.8 10 Jan 2023 pre-release
    Release notes
    • decide use child as DragWidget because use screenshot will show a blank widget first.
    Open source →
  16. 2.2.6-alpha.7 09 Jan 2023 pre-release
    Release notes
    • fix bug https://github.com/huhuang03/reorderable_grid_view/pull/58, fix item rebuild when drag issue
    • use Image(widget screenshot) as drag view.
    Open source →
  17. 2.2.6-alpha.6 07 Jan 2023 pre-release
    Release notes
    • remove unused log
    • update demo_reorderable_count, add remove and add method.
    Open source →
  18. 2.2.6-alpha.5 27 Dec 2022 pre-release
    Release notes
    • Expose onDragUpdate callback. https://github.com/huhuang03/reorderable_grid_view/pull/56
    Open source →
  19. 2.2.6-alpha.4 13 Dec 2022 pre-release
    Release notes
    • revert 2.2.6-alpha.3 because it intro a new issue. https://github.com/huhuang03/reorderable_grid_view/issues/54.
    Open source →
  20. 2.2.6-alpha.3 03 Dec 2022 pre-release
    Release notes
    • fix can drag over whole screen issue. https://github.com/huhuang03/reorderable_grid_view/issues/52.
    • fix sliver update for gap child is null issue.
    Open source →
  21. 2.2.6-alpha.2 01 Nov 2022 pre-release
    Release notes
    • fix drag info pos in nested navigator. https://github.com/huhuang03/reorderable_grid_view/issues/49
    Open source →
  22. 2.2.6-alpha.1 29 Oct 2022 pre-release
    Release notes
    • add ReorderableSliverGridView option header and footer. https://github.com/huhuang03/reorderable_grid_view/issues/49
    Open source →
  23. 2.2.5 08 Sep 2022
    Release notes
    • https://github.com/huhuang03/reorderable_grid_view/pull/43
    Open source →
  24. 2.2.4 16 Aug 2022
    Release notes
    • release 2.2.4
    Open source →
  25. 2.2.3-alpha.5 06 Jul 2022 pre-release
    Release notes
    • fix reorderable item find next/previous pos.
    Open source →
  26. 2.2.3-alpha.4 03 Jul 2022 pre-release
    Release notes
    • add option mainAxisExtent by https://github.com/huhuang03/reorderable_grid_view/pull/36
    • add option dragStartDelay by https://github.com/huhuang03/reorderable_grid_view/pull/35
    • add option placeholder by https://github.com/huhuang03/reorderable_grid_view/pull/28
    Open source →
  27. 2.2.3-alpha.3 07 Jun 2022 pre-release
    Release notes
    • add option header in Reorderable.count, and please notice header and footer is only support Reorderable.count
    Open source →
  28. 2.2.3-alpha.2 30 May 2022 pre-release
    Release notes
    • add OnDragStart
    Open source →
  29. 2.2.3-alpha.1 08 May 2022 pre-release
    Release notes
    • add placeholderBuilder
    Open source →
  30. 2.2.2 19 Dec 2021
    Release notes
    • fix bug 24.
    Open source →
  31. 2.2.1 25 Nov 2021
    Release notes
    • seems like 2.2.0 forgot some thing?
    Open source →
  32. 2.2.0 23 Nov 2021
    Release notes
    • remove the unnecessary crossAxisSpacing staff.
    Open source →
  33. 2.0.0-alpha.1 08 Oct 2021 pre-release

    Nothing published for this version

  34. 1.2.0-alpha.1 24 Sep 2021 pre-release
    Release notes
    • look like the official MultiDragGestureRecognizer api has changed after(maybe earlier) flutter 2.5.1
    Open source →
  35. 1.1.0 02 Aug 2021
    Release notes
    • 1.1.0-alpha.4 is ok, release version.
    Open source →
  36. 1.1.0-alpha.4 28 Jul 2021 pre-release
    Release notes
    • support alpha.3. For the merge mistake.
    Open source →
  37. 1.1.0-alpha.3 27 Jul 2021 pre-release
    Release notes
    • update dragWidgetBuilder(child) to dragWidgetBuilder(index, child)
    Open source →
  38. 1.1.0-alpha.2 27 Jul 2021 pre-release
    Release notes
    • add option dragWidgetBuilder, can config custom drag widget.
    • add option scrollSpeedController, can config the scroll speed.
    Open source →
  39. 1.1.0-alpha.1 26 Jul 2021 pre-release
    Release notes
    • fix childAspectRatio bug
    Open source →
  40. 1.1.0-alpha 25 Jul 2021 pre-release
    Release notes
    • use new impl correspond to new reorderable_listview impl
    • add drag scroll ability
    • deprecate option antiMultiDrag
    Open source →
  41. 1.0.0 24 Jun 2021
    Release notes
    • add null-safety
    • add option antiMultiDrag
    Open source →
  42. 0.0.2 04 Feb 2021
    Release notes

    fix grid gap, calculate item position issue.

    Open source →
  43. 0.0.2+1 04 Feb 2021
    Release notes

    fix add footer issue

    Open source →
  44. 0.0.2+2 14 Apr 2021
    Release notes
    • add GridView construct params, like physics etc.
    Open source →
  45. 0.0.1 03 Feb 2021
    Release notes
    • TODO: Describe initial release.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive