Nabeel Parkar
Nabeel Parkar
Hello @SijuKJ . 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...
I cannot reproduce this issue with my device. Though, I see this proposal as a valid one, so I'll label the issue for insights from the team
Based on https://github.com/flutter/flutter/issues/116537#issuecomment-1350134115, I am closing this issue. Please follow the instructions and raise an issue in the Dart SDK repo instead. Thank you
Hello @khainke. I cannot reproduce this issue. I created 2 `CHANGELOG.md` files, one in the project root and one in `test_dir`. I can see the contents of the one in...
In the `flutter_assets` directory, `test_dir` does not exist for me. The CHANGELOG.md` file I ran `cat` on is the one from the root of the project as specified in `pubspec.yaml`....
I'll label this issue for further investigation from the team as I cannot reproduce it
@synchronisator Could you try re-creating a new project and reproducing it on there with the code sample you provided?
You might have reduced animations set on the OS level. Could you check this? I am not familiar with the MATE desktop environment but maybe a quick Google search might...
If you see the [documentation](https://master-api.flutter.dev/flutter/semantics/SemanticsBinding/disableAnimations.html) for `SemanticsBinding.instance.disableAnimations`, it quotes: > The platform is requesting that animations be disabled or simplified. This doesn't appear to be a Flutter issue since this...
Hello @bambinoua. 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...