An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Infinite ListView for Flutter

[![pub package](https://img.shields.io/pub/v/bloc_infinity_list.svg)](https://pub.dev/packages/bloc_infinity_list)
[![Build Status](https://img.shields.io/github/actions/workflow/status/ristocloud-group/app-lib-bloc-infinity-list/flutter.yml)](https://github.com/ristocloud-group/app-lib-bloc-infinity-list/actions/workflows/flutter.yml)
[![Coverage Status](.github/badges/coverage-badge.svg)](https://ristocloud-group.github.io/app-lib-bloc-infinity-list/)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](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.