Nabeel Parkar
Nabeel Parkar
@GroovinChip Ahh I see. Didn't know that :) I'll go ahead and label it as I can reproduce the issue with the steps outlined above flutter doctor -v (Stable) ```...
Hello @guplem. Thank you for filing this issue. Can you please provide the following information? - A [complete and minimal, reproducible code sample](https://stackoverflow.com/help/minimal-reproducible-example). Ideally, a single `main.dart` file that can...
@guplem @dJani97 This issue seems to be fixed in the master channel. Since it's already fixed, I am closing this issue. Thank you
Hello @LauDijksterhuis. Could you provide some steps to reproduce this issue, with code samples with applicable? Also, please share the output of `flutter doctor -v`
Hello @yisar. Can you please provide error logs, and more detailed information about the issue instead of linking to a 3 year old issue that might not have updated information...
Hello @rddewan. Thank you for filing this issue. Can you please provide the following information? - A [complete and minimal, reproducible code sample](https://stackoverflow.com/help/minimal-reproducible-example). Ideally, a single `main.dart` file that can...
Hey @rddewan. I cannot reproduce this issue. Here's the simplified code sample I am testing with: ```dart import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget {...
That doesn't really change the output
It does not change the outcome. Can you test my code sample on your device? Also, which simulator are you using?
@SunlightBro Is this reproducible with the default Flutter app for you? Trying on my M1 Macbook Air, I cannot reproduce this crash