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 Cubit Listener Listview data not refreshing when button pressed?
I have two listviews one is horizontal the other is vertical when I click on the horizontal listview button to fetch the data from API and update the value in the vertical listview.
Here API call is h...
kumar
Votes: 0
Answers: 0
How to make a second API call based on the first response in flutter with cubit?
There is a problem with the first call I have to get the value list of values from the first API to make a second API call. how do update the data to UI. I have two listviews one is for loading from t...
kumar
Votes: 0
Answers: 0
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