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
backspace text field flutter on Android devices not working
when I do backspacing on a text, and then type again, the typing does not show up in the text field and the backspacing itself doesn't work good. I don't know if the problem is with the flutter itself...
Logy
Votes: 0
Answers: 4
How to remove middle numbers in PinFieldAutoFill flutter?
When I entering an OTP it continuously adding numbers from the beginning but how do I change the middle number from entered 6 digit OTP
I have used this in Model Bottom Sheet
Column(
children: [
Sized...

Satha Sivam
Votes: 0
Answers: 0
How to injest javascript in
I'm working on a Flutter web project. The web/index.html file is injecting a JavaScript script which could be simplified as:
<script>
window['dataLayer'] = [];
</script>
So in my flutte...

Valentin Vignal
Votes: 0
Answers: 1