Nabeel Parkar
Nabeel Parkar
## Triage Report I can reproduce this on the latest master ### Reproducible on - `Master (3.4.0-19.0.pre.307)` ### Info Logs ``` ══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════ The...
I can still reproduce this issue on `Master (3.7.0-24.0.pre.87)`, and I can confirm that it works as expected on Android. Code Sample (Migrated to Flutter 3) ```dart import 'package:flutter/material.dart'; import...
@akarapetsas Why have you closed the issue? Has it been fixed on your end?
Hi @rivella50. Could you give an example on how you'd expect this to work, also including how the code would be generated? And also a [minimal, reproducible example][1] on how...
Thank you for the detailed proposal :)
@cgonzalezandrades Please do thumbs up the [original post](https://github.com/flutter/flutter/issues/105672#issue-1265632446) :)
Hello @Butzlabben. I can reproduce this but before I label this issue, are you proposing a feature request or filing a bug? To me, this seems like a bug rather...
Cool. I can reproduce this on stable and master. Video https://user-images.githubusercontent.com/50555895/176911867-436cb234-c96b-4d84-9f87-73d3f15769d2.mov Code sample ```dart import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({Key? key})...
Please do thumbs up the original comment instead of commenting "same here". See https://github.com/flutter/flutter/wiki/Issue-hygiene#do-not-add-me-too-or-same-or-is-there-an-update-comments-to-bugs
Hello. The URL you used is a private IP. Please provide a reproducible example that we can investigate further