Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bloc

Is BlocProvider.value redundant?

flutter dart bloc

Where to place custom helper classes in Flutter BLoC architecture

flutter dart architecture bloc

Using PageView with Bloc to programmatically 'swipe' pages. Prevent the bloc builder from building on certain states?

Text fields with validation in the Flutter BLoC library

hydrated_bloc: The parameter 'storageDirectory' is required

flutter dart bloc pubspec

Flutter - cubit - changing boolean value inside cubit

How can I use variable of CubitState inside Cubit? Flutter/Bloc

flutter dart bloc flutter-bloc

how can i access bloc inside my API request class (widget-less class)

flutter dart bloc

What is the best way seperate the routing of different modules in my flutter app

flutter dart routes bloc

Flutter BLoC library: Where to keep the TextEditingController object: in State, in BLoC / Cubit class or in the widget?

How to use dispose with flutter bloc?

flutter dart state bloc

Bloc pattern in situations where immutable state is just not practical

flutter bloc flutter-bloc

can I use Getx and Bloc state management in one project ( Social Network app , big project ) without problems?

Flutter BLoC - Bloc vs Cubit event driven state management advantages

How to set correctly the BlocProvider between two different routes (screens)?

flutter dart bloc

Flutter + Bloc 6.0.6. BlocBuilder's "builder" callback isn't provided with the same state as the "buildWhen" callback

flutter dart bloc flutter-bloc

Flutter BloC Pattern: Update BloC Streams Based Another BloC's Stream

dart flutter bloc

Nesting BlocBuilders to Manage Multiple States on the same Widget

flutter bloc flutter-bloc

Dispatch first bloc event or cubit method, on page start inside StatelessWidget

flutter: Too many positional arguments: 0 expected, but 1 found

flutter nosql bloc