bloc
Here are 407 public repositories matching this topic...
-
Updated
Oct 25, 2020 - Dart
-
Updated
Sep 7, 2020
-
Updated
Nov 13, 2019 - Dart
-
Updated
Oct 15, 2020 - Dart
-
Updated
Aug 4, 2020 - Dart
-
Updated
Oct 2, 2020 - Dart
-
Updated
Dec 9, 2019 - TeX
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/
-
Updated
Oct 27, 2020 - Dart
-
Updated
Oct 18, 2019 - Dart
-
Updated
Oct 27, 2020 - Dart
-
Updated
Oct 1, 2020 - Dart
-
Updated
Mar 25, 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
-
Updated
Aug 30, 2020 - Dart
-
Updated
Sep 24, 2020 - TypeScript
-
Updated
Oct 11, 2020 - Dart
-
Updated
Jan 26, 2020 - Dart
-
Updated
May 9, 2019 - Dart
-
Updated
Feb 26, 2020 - Dart
-
Updated
Oct 28, 2020
-
Updated
May 17, 2020 - 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.
Currently, migrating from another library requires you to do a manual comparison of samples from both libraries to fill in the gaps. It would be nice to have documentation for people migrating from other popular state management solutions, such as ChangeNotifier, StateNotifier, MobX, or Redux.
Describe the solution you'd like