#
bloc
Here are 525 public repositories matching this topic...
-
Updated
Apr 29, 2021 - Dart
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
redux
ios
roadmap
firebase
awesome
cross-platform
android-application
flutter
bloc
rxdart
flutter-plugin
flutter-material
flutter-widget
developer-roadmap
flutter-ui
flutter-app
flutter-awesome
flutter-roadmap
flutter-app-development-roadmap
-
Updated
Sep 7, 2020
Made with Clean architecture + TDD + GraphQL + flutter_bloc + CodeCov + GitHooks + GitHub Actions (CI/CD) and finally with 💙
-
Updated
Mar 12, 2021 - Dart
Minimalist Flutter Todo App, built using BLoC pattern
-
Updated
Nov 11, 2020 - Dart
-
Updated
May 5, 2021 - Dart
Wallpaper App made with Flutter with Dynamic Theming.
-
Updated
Apr 29, 2021 - Dart
A guide aiming to bridge the gap between the absolute Flutter basics and clean, structured Flutter Development
state-management
guide
best-practices
conventions
architecture
flutter
bloc
bloc-pattern
architecture-patterns
-
Updated
Dec 9, 2019 - TeX
WEB+DB PRESS Vol.106のAndroid・iOSアプリ設計のサンプルをFlutterではどう書くかというサンプル https://www.amazon.co.jp/dp/4774199435?tag=mono0926-22
-
Updated
Apr 7, 2021 - Dart
docbohanh
commented
May 15, 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/
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 Flutter Starter Kit (Boilerplate) to kick-start your next Android and iOS app
-
Updated
Jan 21, 2021 - Dart
A boilerplate project for Flutter
-
Updated
Jan 13, 2021 - Dart
A predictable state management library that helps implement the BLoC design pattern in JavaScript
-
Updated
May 8, 2021 - TypeScript
Provides bloc to descendant widget (O(1)), and the bloc is disposed appropriately by state that the bloc_provider holds internally.
-
Updated
Feb 17, 2021 - Dart
-
Updated
Apr 20, 2021
Lightweight & effective Todo app with Flutter and BLoC pattern 🙆🏻♂️
-
Updated
Dec 3, 2020 - Dart
Flutter WhatsClone (with Firebase + Clean Architecture) this app follow clean architecture proposed by our friendly Uncle Bob.
firebase
clean-code
widgets
cloud-storage
clean-architecture
whatsapp
firebase-cloud-messaging
flutter
firebase-auth
bloc
firebase-functions
cloud-firestore
flutter-bloc
flutter-bloc-pattern
cubit
-
Updated
Oct 23, 2020 - Dart
A flutter's implementation of a "clean architecture"
-
Updated
Jan 20, 2021 - Dart
Flutter Dating App
-
Updated
Sep 30, 2020 - Dart
Movie Rating app with flutter Bloc patten
dart
ui
movies
flutter
bloc
flutter-plugin
flutter-apps
flutter-material
flutter-demo
flutter-examples
flutter-widget
flutter-ui
flutter-app
movie-rating
-
Updated
Oct 11, 2020 - Dart
Implement BLoC pattern using flutter_bloc.
-
Updated
Feb 26, 2020 - Dart
Implementation of Clean Architecture with Bloc Pattern and RX-Dart in Flutter
-
Updated
May 9, 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."


Is your feature request related to a problem? Please describe.
Navigator 2.0 and Router have been released and are now the recommended approach:
Currently, there is no recipe for this, there are only recipes for a Navigator-less approach and for the old 1.0 imperative approach:
https://bloclibrary.dev/#/recipesflutternavigation
Describe the solution you'd like
Document a recipe