Nabeel Parkar
Nabeel Parkar
Hi @gulceselim, please provide a [minimal, reproducible example][1] and the output of `flutter doctor -v` as well as `flutter run -v`. [1]: https://stackoverflow.com/help/minimal-reproducible-example
Can you provide some information on the screen this is appearing on? For example, what should the page look like, and if you're using any platform views like Google Maps...
Okay, thank you for the information. In #52092's case, it looks like an asset problem. In your case, it also might be an asset problem but why I am not...
I can reproduce this issue on MacOS, and iOS (tested on iOS 15 Simulator). Screenshot Code sample ```dart import 'package:flutter/material.dart'; const Color darkBlue = Color.fromARGB(255, 18, 32, 47); void main()...
Hi @hardikweetech, please provide a [minimal, reproducible example][1] and the output of `flutter doctor -v` as well as `flutter run -v`. [1]: https://stackoverflow.com/help/minimal-reproducible-example
Can you please post a single `main.dart` file that has all the code necessary to reproduce the issue that doesn't require any changes to the code?
Hello @hardikweetech. I cannot reproduce the issue with the code sample you have provided. Can you re-post the error logs you get when running this code? Also, which platform are...
is it possible to show the expected result vs the actual results? You can share a video or gif
I believe this is happening due to you running in debug mode. If you run the app in release mode, `flutter run --release`, you'll find that the animation plays as...
Unfortunately, this issue is not reproducible for me. Can you try on another device? I see from your doctor output, you are running on quite an old device which may...