python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Flutter Mockito Test StreamSubscription onError
I am trying to test a cubit which subscribes to a firebaseAuth listener that is prone to fail and presumably call "onError" on the subscriber.
I am struggling to mock the exception as a subs...
Jacobo Koenig
Votes: 0
Answers: 1
How to cancel cubit old function call?
I am trying to use cubit in my flutter project but i am facing this problem i am trying to call a function its function with future return type so its need time to be done but at the same time i got a...
majd alshalabi
Votes: 0
Answers: 1
Login button will not reset state after second press with Futter/Dart/BLoC
I've been working on trying to build a login page with Flutter/Dart and BLoC. So far I've got a login page with two input fields for a username and password and a login button that is built off of rou...

VanCoon
Votes: 0
Answers: 1
Flutter: How can use RadioListTile with flutter cubit?
I am not able to make RadioListTile works. It isn't selected and unselected on click
Can you help me?
Here is me code
edit
...
final ownedController =TextEditingController();
...
RadioListTile<
...
Laddybug Little
Votes: 0
Answers: 2