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

https://github.com/hacker1649/flutter-infinite-list

Classwork #7 - Bloc
https://github.com/hacker1649/flutter-infinite-list

bloc dart flutter flutterbloc library state-management

Last synced: 4 months ago
JSON representation

Classwork #7 - Bloc

Awesome Lists containing this project

README

        

# flutter_infinite_list

A new Flutter project.

It is an example of how to use the bloc and flutter_bloc packages to implement an infinite scrolling list.

In this code repository, we have developed an application that fetches data over the network and dynamically loads it as the user scrolls, utilizing the Flutter framework along with the bloc library.

## Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)

For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.