Nabeel Parkar
Nabeel Parkar
Hello @hassanyassiin. I cannot reproduce this issue on a Simulator. Can you confirm if this is only reproducible on a physical device?
Hello @WxqKb. Thank you for filing this issue. Can you please provide the following information? - A [complete and minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example). Ideally, a single `main.dart` file that can be...
Can you provide a sample in the form of a public repo? Also, it would be better if there is no 3rd party libraries. If your issue is with lottie,...
Hello @voidsp. This is not a grey background, but a shadow from the `elevation`. If you want a complete transparent background, set `elevation: 0` as well. This is working as...
## Triage report I can reproduce this issue on `Master (3.7.0-4.0.pre.38)` Code Sample ```dart import 'package:flutter/material.dart'; import 'package:path_provider/path_provider.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const...
@stuartmorgan I am reopening this issue based on https://github.com/flutter/flutter/issues/116659#issuecomment-1343352828. If you wish to close this issue, perhaps your proposals could be extracted to a new issue
Hello @madamoniem. Defining global variables is not recommended. I suggest you use something like `InheritedWidget` or a state management solution like provider or riverpod to manage global, app level variables.
Hello @SwiftyFlow. Thank you for filing this issue. Can you please provide the following information? - A [complete and minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example). Ideally, a single `main.dart` file that can be...
Please provide a code sample as mentioned in https://github.com/flutter/flutter/issues/116709#issuecomment-1342632309
@SwiftyFlow The code you provided is long and complex. Please try to simplify the example you are providing to have the minimal code to reproduce this issue