bloc
Here are 356 public repositories matching this topic...
-
Updated
Jun 22, 2020 - Dart
Minimalist Flutter Todo App, built using BLoC pattern
-
Updated
Nov 13, 2019 - Dart
Wallpaper App made with Flutter with Dynamic Theming.
-
Updated
Aug 4, 2020 - Dart
Refactor NetworkInfo
Remove the interface INetworkInfo and refactor the feature and tests accordingly
Flutter App Developer Roadmap - A complete roadmap to learn Flutter App Development. I tried to learn flutter using this roadmap. If you want to add something please contribute to the project. Happy Learning
-
Updated
Aug 29, 2020
Hello frideos team,
I try to build web application, but it stuck with error:
══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
The following UnsupportedError was thrown building _InheritedState:
Unsupported operation: Platform._operatingSystem
The relevant error-causing widget was:
_InheritedState
file:///Users/macbook/flutter/
A guide aiming to bridge the gap between the absolute Flutter basics and clean, structured Flutter Development
-
Updated
Dec 9, 2019 - TeX
-
Updated
Aug 7, 2020 - Dart
WEB+DB PRESS Vol.106のAndroid・iOSアプリ設計のサンプルをFlutterではどう書くかというサンプル https://www.amazon.co.jp/dp/4774199435?tag=mono0926-22
-
Updated
Aug 16, 2020 - Dart
Provides bloc to descendant widget (O(1)), and the bloc is disposed appropriately by state that the bloc_provider holds internally.
-
Updated
Aug 7, 2020 - Dart
This is a Flutter App with Firebase's Cloud FireStore Database and Google Map. This app represents that Beautiful UI can be implemented with the Best Performance.
-
Updated
Oct 18, 2019 - Dart
A boilerplate project for Flutter
-
Updated
Jul 12, 2020 - Dart
Right now when the user logs out, the Decks widget looses access to the list of decks, making Firebase trigger permission denied events. This results in issue churn:
- https://sentry.io/share/issue/c903ffaafb1d4f09903b614cfc6bdba5/
- https://sentry.io/share/issue/e687924953344d13960ac45ba0794877/
- https://sentry.io/share/issue/a69efe18a23945cbb5cbfe3bf7072340/
We should not receive except
A Flutter Starter Kit (Boilerplate) to kick-start your next Android and iOS app
-
Updated
Mar 25, 2020 - Dart
Lightweight & effective Todo app with Flutter and BLoC pattern 🙆🏻♂️
-
Updated
Aug 30, 2020 - Dart
A predictable state management library that helps implement the BLoC design pattern in JavaScript
-
Updated
Aug 1, 2020 - TypeScript
-
Updated
Jan 26, 2020 - Dart
Implementation of Clean Architecture with Bloc Pattern and RX-Dart in Flutter
-
Updated
May 9, 2019 - Dart
Movie Rating app with flutter Bloc patten
-
Updated
Jul 9, 2020 - Dart
Implement BLoC pattern using flutter_bloc.
-
Updated
Feb 26, 2020 - Dart
Command Line Tool for managing Flutter projects
-
Updated
Nov 6, 2019 - Dart
Improve this page
Add a description, image, and links to the bloc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bloc topic, visit your repo's landing page and select "manage topics."


Hi @felangel ,
I was looking for some examples of Hydrated BloC, I just found this (https://github.com/felangel/hydrated_weather), and even then it seems like it didn't update, would you like to provide some more examples like login App for example.
Thanks for your awasome libraries, these really provide benefits to us.