Issue Title
|
State
|
Comments
|
Created Date
|
Updated Date
|
Closed Date
|
Multiple same page cause Bloc context issue
|
open
|
1 |
2023-03-22 |
2023-03-22 |
- |
Flutter - Encountered a Error at an unrecoverable point. Failure was:
|
open
|
0 |
2023-03-21 |
2023-03-22 |
- |
docs: Naming convention for bloc states and events
|
open
|
1 |
2023-03-18 |
2023-03-22 |
- |
fix: BlocBuilder rebuilds on navigation return but there is no event in the logs about it
|
open
|
1 |
2023-03-18 |
2023-03-22 |
- |
[question] VSCode extension generating code with 'part of'
|
closed
|
2 |
2023-03-17 |
2023-03-22 |
2023-03-17 |
Using different boxes for different users so that it does not show data of one user to another user
|
open
|
2 |
2023-03-16 |
2023-03-22 |
- |
question: ListView with Blocs for each entry - Best practise for maintain the state?
|
open
|
0 |
2023-03-16 |
2023-03-22 |
- |
fix: after the update requires to implement the interface @override NavState get state => throw UnimplementedError();
|
open
|
9 |
2023-03-14 |
2023-03-22 |
- |
Bloc listener not triggered
|
closed
|
9 |
2023-03-10 |
2023-03-22 |
2023-03-15 |
feat: add initialize() to all blocs, similarly as close()
|
closed
|
7 |
2023-03-09 |
2023-03-22 |
2023-03-11 |
feat: create a Repository class which all the repositories can inherit from
|
open
|
6 |
2023-03-09 |
2023-03-22 |
- |
[question]: Cancel an active event from other event event handler
|
open
|
6 |
2023-03-07 |
2023-03-22 |
- |
Bad state: Cannot emit new states after calling close
|
open
|
3 |
2023-03-07 |
2023-03-22 |
- |
docs: fluttercountertutorial wrong example
|
closed
|
1 |
2023-03-05 |
2023-03-22 |
2023-03-06 |
fix: Test times out after 30 seconds
|
closed
|
5 |
2023-02-28 |
2023-03-22 |
2023-03-07 |
[question]: How to handle few states on the same feature screen?
|
closed
|
11 |
2023-02-28 |
2023-03-22 |
2023-03-21 |
fix: ListFieldBloc don't trigger redraw after add an Item
|
closed
|
2 |
2023-02-23 |
2023-03-22 |
2023-02-23 |
[Question - not a bug] What is the best way to handle navigations and URLs with bloc pattern
|
closed
|
1 |
2023-02-21 |
2023-03-22 |
2023-02-26 |
[Question][go_router] Reactive redirection using go_router and bloc
|
open
|
7 |
2023-02-21 |
2023-03-22 |
- |
feat: Include hydrated_bloc in flutter_bloc
|
closed
|
4 |
2023-02-20 |
2023-03-22 |
2023-02-20 |
refactor: adding child parameter to bloc consumer/listener/builder
|
open
|
3 |
2023-02-19 |
2023-03-22 |
- |
Why Bloc need BuildContext?
|
closed
|
1 |
2023-02-17 |
2023-03-14 |
2023-02-18 |
fix: DefaultTabControllers and CustomScrollViews aren't reseting their index or scrolling when passed through bloc provider
|
closed
|
2 |
2023-02-16 |
2023-03-14 |
2023-02-20 |
Flutter BloC repeat an event again after dio request time out
|
closed
|
6 |
2023-02-15 |
2023-03-14 |
2023-02-16 |
fix: website is not working properly on windows machine
|
closed
|
8 |
2023-02-13 |
2023-03-14 |
2023-02-25 |
feat: Add hooks for easy performance tracing
|
open
|
0 |
2023-02-09 |
2023-03-14 |
- |
fix: Generator Callbacks without yield or emit
|
closed
|
2 |
2023-02-08 |
2023-03-14 |
2023-02-12 |
fix: MultiBlocProvider in specific level in flutter tree widget
|
closed
|
4 |
2023-02-08 |
2023-03-14 |
2023-02-11 |
feat: make MultiBlocProvider child property nullable as it done in BlocProvider
|
closed
|
7 |
2023-02-06 |
2023-03-14 |
2023-02-06 |
hydrated_bloc keep rebuilding the widget if overriding ID for the bloc
|
closed
|
7 |
2023-02-04 |
2023-03-14 |
2023-03-09 |
Discussion: Events - Using named constructors instead of subclasses
|
closed
|
5 |
2023-02-04 |
2023-03-14 |
2023-02-16 |
refactor: `BlocObserver` could have a const constructor
|
closed
|
0 |
2023-02-02 |
2023-03-14 |
2023-02-05 |
TextFormField is losing focus when typing
|
closed
|
3 |
2023-01-31 |
2023-03-14 |
2023-02-05 |
Navigator starts creating new bloc before old bloc closes
|
closed
|
1 |
2023-01-29 |
2023-03-14 |
2023-02-02 |
fix: flutter_bloc is not resetting its Cubit Model values when we try to push the same screen more than one time
|
closed
|
3 |
2023-01-28 |
2023-03-14 |
2023-02-15 |
Wrapping widgets ruin string interpolation (VS Code Extension)
|
closed
|
2 |
2023-01-25 |
2023-03-14 |
2023-03-11 |
style(example): prune deprecated analysis options
|
closed
|
0 |
2023-01-25 |
2023-03-14 |
2023-01-30 |
fix: Cubit (but not Bloc) state behavior is incorrect during 1st frame build
|
open
|
5 |
2023-01-19 |
2023-03-14 |
- |
fix: TimeoutException when running tests with stream in close method
|
closed
|
6 |
2023-01-19 |
2023-03-14 |
2023-03-06 |
How to control multiple bloc builder on different screen ( buildwhen doesn't work everytime )
|
closed
|
2 |
2023-01-18 |
2023-03-14 |
2023-02-25 |
chore: questions about good using
|
closed
|
2 |
2023-01-18 |
2023-03-14 |
2023-02-25 |
fix: Using dart_code_metrics and bloc_test creates a dependency problem
|
closed
|
1 |
2023-01-16 |
2023-03-14 |
2023-01-22 |
fix: Version solving failed while using `dart_mappable_builder` and `bloc_test`.
|
closed
|
4 |
2023-01-16 |
2023-03-14 |
2023-01-26 |
fix: Stack overflow exception on IOS simulator
|
closed
|
7 |
2023-01-12 |
2023-03-14 |
2023-01-29 |
Question/Feature: Is it possible to eliminate the redundant emit(newState) within the `on<Event>(...)`
|
closed
|
3 |
2023-01-07 |
2023-03-14 |
2023-01-24 |
issue: bloc_test is incompatible with freezed(Package) without overriding dependencies
|
closed
|
1 |
2023-01-02 |
2023-03-14 |
2023-01-02 |
Bloc state data retaining for all pages
|
closed
|
4 |
2022-12-28 |
2023-03-14 |
2023-01-04 |
feat: ability to override a bloc/cubit/repository in the tree.
|
closed
|
3 |
2022-12-25 |
2023-02-28 |
2022-12-27 |
fix: Ignore emit to closed stream in release mode
|
closed
|
2 |
2022-12-20 |
2023-02-28 |
2022-12-29 |
How to initialize camera controller after opening view every time?
|
closed
|
0 |
2022-12-19 |
2023-02-28 |
2022-12-19 |