PackageTrack
Sign in Get early access

loading_more_list

A loading more list which supports ListView,GridView,WaterfallFlow and Slivers.

7.1.0 3.9K downloads/mo #4226 most downloaded on pub.dev fluttercandies/loading_more_list

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Release timing varies

gaps range from 2 weeks to 11 months

Most releases are documented

notes for 41 of 56 stable releases

Nothing withdrawn

no release was ever pulled

8 years old

59 releases · first in 2018

0 releases in the last 12 months

see the full history below

Release timeline

59 releases · Dec 2018 to Aug 2024
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 59
  1. 7.1.0 13 Aug 2024
    Release notes
    • Add SliveLoadingConfig and SliverConfig
    Open source →
  2. 7.0.1 07 Aug 2024
    Release notes
    • One config has no more data, check whether need to load next config
    Open source →
  3. 7.0.0 02 Aug 2024
    Release notes
    • Breaking change: remove [LoadingMoreCustomScrollView.configs]
    • Add [LoadingMoreCustomScrollView.getConfigFromSliverContext] to support [LoadingMoreCustomScrollView.slivers] are not a direct LoadingMoreSliverList.(#59)
    Open source →
  4. 6.1.1 07 Aug 2024

    Nothing published for this version

  5. 6.1.0 31 Jul 2024
    Release notes
    • Add center for LoadingMoreCustomScrollView(#50)
    Open source →
  6. 6.0.0 19 Sep 2023
    Release notes
    • Breaking change: The type of rebuild is changed from Stream<LoadingMoreBase<T>> to Stream<Iterable<T>> in LoadingMoreBase<T>.
    • Add a new method 'wrapData', you can modify the list here.
    Open source →
  7. 5.0.3 13 Feb 2023
    Release notes
    • Fix StreamBuilder not return latest list.
    Open source →
  8. 5.0.2 17 Aug 2022
    Release notes
    • Make LoadingMoreIndicatorBuilder returns nullable widget.
    • Make LoadingMoreListConfig and ListConfig constant.
    Open source →
  9. 5.0.1 08 Aug 2022
    Release notes
    • Add [LoadingMoreCustomScrollView.preloadExtent] to support preload the LoadingMoreBase when user scroll the list
    • Add [SliverListConfig.lock] to support preload the LoadingMoreBase when user scroll the list
    Open source →
  10. 5.0.0 06 Aug 2022
    Release notes
    • Fix Layout error in LoadingMoreCustomScrollView
    • BreakingChange: remove [LoadingMoreCustomScrollView.rebuildCustomScrollView] #45
    • Add [SliverListConfig.showNoMore] if null, it will true only for last SliverListConfig
    • Add [LoadingMoreCustomScrollView.configs] in case your sliver is not a LoadingMoreSliverList
    Open source →
  11. 4.1.2 05 Mar 2022
    Release notes
    • fix lastChildLayoutTypeBuilder is not working
    Open source →
  12. 4.1.1 05 Mar 2022
    Release notes
    • fix null exception when set lastChildLayoutType to LastChildLayoutType.none
    Open source →
  13. 4.1.0 06 Aug 2021
    Release notes
    • add getActualIndex in case child count != source.length
    Open source →
  14. 4.1.0-non-null-safety 06 Aug 2021 pre-release

    Nothing published for this version

  15. 4.0.1 17 Jul 2021
    Release notes
    • fix drag overscroll list jump in iOS [FixedOverscrollBouncingScrollPhysics]
    Open source →
  16. 4.0.1-non-null-safety 17 Jul 2021 pre-release

    Nothing published for this version

  17. 4.0.0 13 Mar 2021
    Release notes
    • support null-safety
    Open source →
  18. 4.0.0-non-null-safety 18 Mar 2021 pre-release

    Nothing published for this version

  19. 3.2.0 14 Jan 2021
    Release notes
    • add childCountBuilder.
    Open source →
  20. 3.1.2 14 Jan 2021
    Release notes
    • fix itemCount/childCount are not working.
    Open source →
  21. 3.1.1 11 Sep 2020
    Release notes
    • fix closeToTrailing issue. extended_list#6.
    Open source →
  22. 3.1.0 08 Sep 2020
    Release notes
    • add autoRefresh (whether auto call sourceList.refresh when first load).
    Open source →
  23. 3.0.1 26 Aug 2020
    Release notes
    • Fix issue that lastChildLayoutType is not work for Sliver.
    Open source →
  24. 3.0.0 17 Jun 2020
    Release notes
    • breaking change: fix typo(fullCrossAxisExtend => fullCrossAxisExtent)
    • breaking change: use extendedListDelegate replace viewportBuilder, collectGarbage, closeToTrailing and waterfallFlowDelegate. You can use WaterfallFlow layout by set extendedListDelegate to SliverWaterfallFlowDelegateWithFixedCrossAxisCount or SliverWaterfallFlowDelegateWithMaxCrossAxisExtent.
    Open source →
  25. 2.0.0 04 Jun 2020
    Release notes
    • Fix analysis_options
    • Support ScrollViewKeyboardDismissBehavior(breaking change 1.17.0)
    • Support DragStartBehavior
    Open source →
  26. 1.0.5 09 Feb 2020
    Release notes
    • Web support
    Open source →
  27. 1.0.4 11 Jan 2020
    Release notes
    • Issues: Fix issue about setState throw exception

    • Improve: Remove io.platform to support web

    Open source →
  28. 1.0.3 20 Dec 2019
    Release notes
    • Issues: Fix issue about empty sliver list throw exception
    Open source →
  29. 1.0.2 07 Dec 2019
    Release notes
    • Issues: Fix issue about LoadingMoreCustomScrollView miss slivers
    Open source →
  30. 1.0.1 02 Dec 2019
    Release notes
    • Features: Support SliverFixedExtentList

    • Breaking change: Change values of IndicatorStatus to lowercase

    • Improve: Extract core codes to loading_more_list_library

    Open source →
  31. 1.0.0 25 Nov 2019
    Release notes
    • Features: Support WaterfallFlow Support to layout no more item as foot Support to track collect garbage Support to track viewport indexes Support to layout close to trailing

    • Issues: Fix issue about reverse is true with LoadingMoreCustomScrollView

    Open source →
  32. 0.3.7 12 Jun 2019
    Release notes
    • set list StreamBuilder's initialData
    • index range check for LoadingMoreBase
    Open source →
  33. 0.3.6 29 May 2019

    Nothing published for this version

  34. 0.3.5 06 May 2019

    Nothing published for this version

  35. 0.3.4 11 Apr 2019
    Release notes
    • set notifyStateChanged default value: false clear list when notifyStateChanged is true.
    Open source →
  36. 0.3.3 10 Apr 2019

    Nothing published for this version

  37. 0.3.2 27 Mar 2019

    Nothing published for this version

  38. 0.3.1 11 Mar 2019

    Nothing published for this version

  39. 0.3.0 20 Feb 2019

    Nothing published for this version

  40. 0.2.9 20 Feb 2019

    Nothing published for this version

  41. 0.2.8 20 Feb 2019

    Nothing published for this version

  42. 0.2.7 15 Feb 2019
    Release notes
    • add notifyStateChanged parameter for LoadingMoreBase's refresh method to notify state changed or not (you can not rebuild ui before complete refresh)
    Open source →
  43. 0.2.6 14 Feb 2019
    Release notes
    • fix LoadingMoreList not listen onScrollNotification
    • add onScrollNotification listen call back for LoadingMoreList and LoadingMoreCustomScrollView
    Open source →
  44. 0.2.5 14 Feb 2019

    Nothing published for this version

  45. 0.2.4 03 Feb 2019

    Nothing published for this version

  46. 0.2.3 24 Jan 2019

    Nothing published for this version

  47. 0.2.2 24 Jan 2019

    Nothing published for this version

  48. 0.2.1 21 Jan 2019

    Nothing published for this version

  49. 0.2.0 10 Jan 2019

    Nothing published for this version

  50. 0.1.9 02 Jan 2019
    Release notes
    • update CustomIndicatorDemo in case sliver indicator.
    Open source →
  51. 0.1.8 20 Dec 2018
    Release notes
    • export 'src/glow_notification_widget.dart'.
    Open source →
  52. 0.1.7 19 Dec 2018
    Release notes
    • add GlowNotificationWidget for overscroll glow.
    Open source →
  53. 0.1.6 15 Dec 2018
    Release notes
    • add isloadMoreAction parameter for LoadData method.
    Open source →
  54. 0.1.5 11 Dec 2018
    Release notes
    • fix issue about full screen status in IndicatorWidget
    Open source →
  55. 0.1.4 10 Dec 2018
    Release notes
    • make all loading_more_list darts as library loading_more_list
    Open source →
  56. 0.1.2 09 Dec 2018
    Release notes
    • Add FullScreenError status.
    • Fix issues for sliver list in NestedScrollView.
    • Add NestedScrollView demo for loading more list
    Open source →
  57. 0.1.1 04 Dec 2018
    Release notes
    • Correct try again when it has error.
    Open source →
  58. 0.1.0 03 Dec 2018
    Release notes
    • Upgrade Some Commments.
    Open source →
  59. 0.0.1 01 Dec 2018
    Release notes
    • Initial Open Source 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