python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Undefined name 'state' for flutter bloc version 8.0.0
I am trying to access bloc (using newest version of flutter_bloc: 8.0.0) state value within BlocBuilder, but I keep getting error that state is undefined. I found this answer to similar question, but ...

rdev
Votes: 0
Answers: 1
Flutter Bloc - Populate form fields based on selected dropdown item
I'm trying to use flutter bloc to allow a user select an employee name from a dropdown menu and then populate the form fields on the same screen based on the selected employee. These fields could then...
Subtley_Wild
Votes: 0
Answers: 0
How to handle validation and navigation situation on Cubit right way?
In my application I have AddServerScreen Page which allows me to add Servers to Cubit. The server object has two properties, alias and address. If the alias of the server to be added matches one of th...

Emil Mammadov
Votes: 0
Answers: 0
Flutter - How can I pass a Bloc as a parameter in a reusable Widget?
I'm building a login page, and I have created what I intend to be used as a fully dynamic TextField widget.
I now need to create 2 instances of that widget (email and password inputs) and send paramet...
solacking
Votes: 0
Answers: 1