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)
Is there a way to simulate a touch on a specific position of a widget or screen?
I want to make a touch or tap somewhere on a widget without making the user explicitly touch the screen at that point. Is there any way to do so?
I've checked SO answers, and some recommend using &quo...
Neo00
Votes: 0
Answers: 1
flutter problem: how to make days dynamic in flutter
In this code I am showing days static in this format "S M T W T F S", But I want to make this dynamic.
this is my code
SingleChildScrollView(
child: Column(
...
Deepak
Votes: 0
Answers: 1
The following assertion was thrown running a test: pumpAndSettle timed out Flutter
══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
The following assertion was thrown running a test:
pumpAndSettle timed out
When the exception was t...
Oluwatosin Solarin
Votes: 0
Answers: 1
Flutter Web Tests: Assertion failed: "Parent #123 has child #115. However, the child is attached to #119."
When I run automated integration tests via flutter gherkin on the Chrome Browser (via Chromedriver), I get the following error:
══╡ EXCEPTION CAUGHT BY SCHEDULER LIBRARY ╞════════════════════════════...

User Rebo
Votes: 0
Answers: 1