https://github.com/ristocloud-group/app-lib-bloc-infinity-list
Infinite scrolling ListView with BLoC integration for Flutter applications.
https://github.com/ristocloud-group/app-lib-bloc-infinity-list
dart flutter flutterbloc infinity-scroll listview
Last synced: 2 months ago
JSON representation
Infinite scrolling ListView with BLoC integration for Flutter applications.
- Host: GitHub
- URL: https://github.com/ristocloud-group/app-lib-bloc-infinity-list
- Owner: ristocloud-group
- License: mit
- Created: 2024-07-08T13:25:21.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-29T01:02:45.000Z (5 months ago)
- Last Synced: 2025-02-07T23:04:12.512Z (4 months ago)
- Topics: dart, flutter, flutterbloc, infinity-scroll, listview
- Language: Dart
- Homepage: https://pub.dev/packages/bloc_infinity_list
- Size: 485 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Infinite ListView for Flutter
[](https://pub.dev/packages/bloc_infinity_list)
[](https://github.com/ristocloud-group/app-lib-bloc-infinity-list/actions/workflows/flutter.yml)
[](https://ristocloud-group.github.io/app-lib-bloc-infinity-list/)
[](https://opensource.org/licenses/MIT)## Overview
**Infinite ListView for Flutter** is a customizable infinite scrolling list widget, built with BLoC
pattern integration. It simplifies the creation of paginated lists in your Flutter application by
seamlessly loading more items as the user scrolls.## Documentation
For detailed documentation, usage examples, and more, please visit
our [Wiki](https://github.com/ristocloud-group/app-lib-bloc-infinity-list/wiki).## Getting Started
To get started with `bloc_infinity_list`, follow
our [Getting Started guide](https://github.com/ristocloud-group/app-lib-bloc-infinity-list/wiki/Getting-Started)
in the Wiki.## Examples
Check out
various [Examples](https://github.com/ristocloud-group/app-lib-bloc-infinity-list/wiki/Examples) to
see how you can use `bloc_infinity_list` in your Flutter projects.## Contributing
We welcome contributions! Please see
our [Contributing guide](https://github.com/ristocloud-group/app-lib-bloc-infinity-list/blob/main/.github/CONTRIBUTING.md)
for more information.## License
This project is licensed under the MIT License - see
the [License](https://github.com/ristocloud-group/app-lib-bloc-infinity-list/blob/main/LICENSE) file
for details.