Nabeel Parkar
Nabeel Parkar
This might be an issue with a plugin you're using but I do not have the tools to symbolize the stack trace. @alexmarkov If you could symbolize, please do as...
@SunlightBro Are you using the init constructor using contructor tear-off? If so, there might be a related issue https://github.com/flutter/flutter/issues/118368
Interesting. Could you isolate the issue into a code sample and share it?
You could try `flutter build apk -vv` (--release is default for build commands)
I have labeled the issue for more visibility. Hopefully @SunlightBro you can provide a code sample that reproduces this issue so that it's easier to debug :)
Hello @Harsh1052. 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...
Hello @Harsh1052. Could you provide a complete example, that can be directly run in `main.dart` and detailed steps to reproduce the issue as well?
## Triage report I can reproduce this issue on `Master (3.7.0-27.0.pre.25)` on Windows 11. I tested 125% and 100% and noticed a slight change in how much is scrolled with...
## Triage report I can reproduce this issue on `Master (3.7.0-27.0.pre.25)`. Code Sample ```dart import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); @override...
Hello @sokpheng. Could you try to reproduce this issue on the latest stable 3.3.7? If it does, please provide a [complete and minimal, reproducible code sample](https://stackoverflow.com/help/minimal-reproducible-example) so that I can...