https://github.com/webrror/weatherbloc
Flutter example project showcasing API fetch with BLoC
https://github.com/webrror/weatherbloc
bloc example flutter flutter-examples flutterexamples state state-management tutorial
Last synced: 8 months ago
JSON representation
Flutter example project showcasing API fetch with BLoC
- Host: GitHub
- URL: https://github.com/webrror/weatherbloc
- Owner: webrror
- Created: 2023-12-26T17:59:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-26T18:06:22.000Z (almost 2 years ago)
- Last Synced: 2024-04-20T15:25:18.459Z (over 1 year ago)
- Topics: bloc, example, flutter, flutter-examples, flutterexamples, state, state-management, tutorial
- Language: C++
- Homepage:
- Size: 315 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weatherbloc
Flutter example app showcasing Open Weather API fetch/state management using flutter_bloc package.

## Source
The code in this repository is from Flutter Bloc Tutorial For Beginners by Rivaan Ranawat with few changes.
Beginner files/code - RivaanRanawat/flutter_bloc_tutorial