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
- Host: GitHub
- URL: https://github.com/hacker1649/flutter-infinite-list
- Owner: hacker1649
- Created: 2024-04-23T05:18:03.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-23T05:36:15.000Z (about 1 year ago)
- Last Synced: 2024-12-31T15:50:08.047Z (6 months ago)
- Topics: bloc, dart, flutter, flutterbloc, library, state-management
- Language: C++
- Homepage: https://bloclibrary.dev/
- Size: 270 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.