PackageTrack
Sign in Get early access

abstract_bloc

Abstraction for fetching local or remote data via flutter_bloc

3.2.0 salihagic/abstract_bloc

What this package is like to depend on

Last release 2 months ago

02 Jun 2026

Release timing varies

gaps range from 8 days to 2 months

Some releases are documented

notes for 42 of 164 stable releases

Nothing withdrawn

no release was ever pulled

4 years old

164 releases · first in 2022

29 releases in the last 12 months

see the full history below

Release timeline

164 releases · May 2022 to Jun 2026
2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 164
  1. 3.2.0 02 Jun 2026
    Release notes
    • Table view for abstract list
    Open source →
  2. 3.1.1 25 May 2026
    Release notes
    • Updated dependencies
    Open source →
  3. 3.1.0 12 May 2026
    Release notes
    • Feature: Custom pull-to-refresh indicator for AbstractListBuilder

    Added an optional refreshConfiguration (RefreshConfiguration) on both AbstractConfiguration (global default) and AbstractListBuilder (per-instance override). When provided, the default Material RefreshIndicator is replaced by the new AbstractRefreshIndicator, which displays the configured icon — rotating it as the user pulls and spinning it while the refresh callback runs. RefreshConfiguration is the extension point for future refresh-indicator overrides (color, trigger distance, durations, etc.); when null, behavior is unchanged.

    Open source →
  4. 3.0.3 18 Mar 2026
    Release notes
    • Fix: Scroll position reset on pagination load more

    Fixed a bug where loading an additional page caused the list to jump back to scroll position 0. The root cause was that NotificationListener was conditionally added/removed from the widget tree based on the dynamic canLoadMore value. When the last page was loaded and hasMoreItems became false, the widget tree structure changed depth, causing Flutter to remount the ListView from scratch. The fix keeps NotificationListener permanently in the tree (conditioned on the static enableLoadMore flag) and moves the canLoadMore check inside the scroll notification callback.

    Open source →
  5. 3.0.2 13 Mar 2026
    Release notes
    • Updated dependencies
    Open source →
  6. 3.0.1 24 Feb 2026
    Release notes
    • responsiveContentMaxWidth
    Open source →
  7. 3.0.0 14 Feb 2026

    Nothing published for this version

  8. 2.2.10 11 Feb 2026
    Release notes
    • Updated dependencies
    Open source →
  9. 2.2.9 01 Feb 2026
    Release notes
    • Horizontal list expanded transition item
    Open source →
  10. 2.2.8 31 Jan 2026
    Release notes
    • loadMore completer
    Open source →
  11. 2.2.7 28 Jan 2026
    Release notes
    • shrinkwrap false
    Open source →
  12. 2.2.6 23 Jan 2026
    Release notes
    • Added transitionItemExpanded flag to AbstractListBuilder
    Open source →
  13. 2.2.5 16 Jan 2026
    Release notes
    • Pull-to-refresh fix when there is no data
    Open source →
  14. 2.2.4 15 Jan 2026
    Release notes
    • Pull-to-refresh fix
    Open source →
  15. 2.2.3 14 Jan 2026
    Release notes
    • Docs updated
    Open source →
  16. 2.2.2 14 Jan 2026
    Release notes
    • Docs updated
    Open source →
  17. 2.2.1 14 Jan 2026
    Release notes
    • Fixed refresh indicator
    Open source →
  18. 2.2.0 11 Jan 2026
    Release notes
    • Removed pull_to_refresh dependency
    • Built-in flutter refresh indicator
    • Load more triggers when scrolls to the end of the list
    Open source →
  19. 2.1.0 01 Jan 2026
    Release notes
    • Updated dependencies and comments
    Open source →
  20. 2.0.9 09 Dec 2025
    Release notes
    • load method searchModel parameter fix
    Open source →
  21. 2.0.8 28 Nov 2025
    Release notes
    • Pagination reset() fix
    Open source →
  22. 2.0.7 28 Nov 2025
    Release notes
    • Docs updated
    Open source →
  23. 2.0.6 28 Nov 2025
    Release notes
    • Pagination reset() fix
    Open source →
  24. 2.0.5 25 Nov 2025
    Release notes
    • Added support for temporary search model for abstract_list_cubit and abstract_item_cubit
    Open source →
  25. 2.0.4 22 Nov 2025
    Release notes
    • Updated dependencies
    Open source →
  26. 2.0.3 22 Nov 2025
    Release notes
    • Updated dependencies
    Open source →
  27. 2.0.2 21 Nov 2025
    Release notes
    • Updated dependencies
    Open source →
  28. 2.0.1 21 Nov 2025
    Release notes
    • Updated dependencies
    Open source →
  29. 2.0.0 20 Oct 2025
    Release notes
    • Revised and updated
    Open source →
  30. 1.4.15 28 Jun 2025
    Release notes
    • AbstractList headerScrollBehaviour default fixed
    Open source →
  31. 1.4.14 24 Jun 2025
    Release notes
    • Updated dependencies
    Open source →
  32. 1.4.13 07 May 2025
    Release notes
    • Updated dependencies
    Open source →
  33. 1.4.12 06 May 2025
    Release notes
    • Updated dependencies
    Open source →
  34. 1.4.11 06 May 2025
    Release notes
    • Updated dependencies
    Open source →
  35. 1.4.10 11 Apr 2025
    Release notes
    • Updated dependencies
    Open source →
  36. 1.4.9 04 Apr 2025
    Release notes
    • Updated dependencies
    Open source →
  37. 1.4.8 19 Mar 2025
    Release notes
    • Separator builder fix
    Open source →
  38. 1.4.7 19 Mar 2025
    Release notes
    • BlocProvider fix
    Open source →
  39. 1.4.6 18 Mar 2025
    Release notes
    • Fixed sudden twitch/refresh of the header in AbstractListBuilder
    Open source →
  40. 1.4.5 18 Mar 2025
    Release notes
    • Fixed sudden twitch/refresh of the header in AbstractListBuilder
    Open source →
  41. 1.4.4 17 Mar 2025
    Release notes
    • Updated dependencies
    Open source →
  42. 1.4.3 17 Mar 2025
    Release notes
    • Docs updated
    Open source →
  43. 1.4.2 17 Mar 2025
    Release notes
    • Shrunk example size
    Open source →
  44. 1.4.1 17 Mar 2025

    Nothing published for this version

  45. 1.4.0 17 Mar 2025

    Nothing published for this version

  46. 1.3.25 15 Mar 2025

    Nothing published for this version

  47. 1.3.24 04 Mar 2025

    Nothing published for this version

  48. 1.3.23 04 Mar 2025

    Nothing published for this version

  49. 1.3.22 04 Mar 2025

    Nothing published for this version

  50. 1.3.21 03 Mar 2025

    Nothing published for this version

  51. 1.3.20 26 Feb 2025

    Nothing published for this version

  52. 1.3.19 16 Feb 2025

    Nothing published for this version

  53. 1.3.18 14 Feb 2025

    Nothing published for this version

  54. 1.3.17 13 Feb 2025

    Nothing published for this version

  55. 1.3.16 13 Jan 2025

    Nothing published for this version

  56. 1.3.15 26 Nov 2024

    Nothing published for this version

  57. 1.3.14 21 Nov 2024

    Nothing published for this version

  58. 1.3.13 21 Nov 2024

    Nothing published for this version

  59. 1.3.12 28 Oct 2024

    Nothing published for this version

  60. 1.3.11 15 Oct 2024

    Nothing published for this version

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