Questions tagged [cubit]
153 questions
-1
votes
1 answer
i got this Error when trying to consume a cubit
I have create a cubit using bloc provider in the Chapters screen and in another screen I'm trying to consume the same cubit directly without creating another one.
this is the Chapters screen
import 'package:flutter/material.dart';
import…

anikki00
- 11
- 2
-1
votes
1 answer
Can i passing nothing in BlocBuilder with if else statement
I don't want to pass data to text widget if the counterValue number is less than 0. This the code:
main.dart :
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import…
-3
votes
0 answers
Cubit, Bloc, Flutter, Freezed
How can I improve this code semantics, I don't like doing this concatenation.
I'm having a little difficulty with the semantics of the code for dart, map [ ] these things.
.…

geovane
- 1
- 1