darshankawar

Results 1758 comments of darshankawar

Thanks for the repo. Using it, I was able to replicate the reported behavior. ``` stable : 3.29.2 master : 3.31.0-1.0.pre.223 ```

@kadenchoi-halo I just tried running `flutter build appbundle` in a demo app with latest stable version, which succeeded without any errors. See log below: ``` dhs@Dhss-MacBook-Pro macosissuetest % flutter build...

> The command I used was > > **flutter build appbundle --obfuscate --split-debug-info=build/app/outputs/symbols --release** > > and this is when the issue occurs. I tried using this command in a...

> ndk { > debugSymbolLevel 'FULL' > } https://github.com/flutter/flutter/issues/167941#issuecomment-2837893883

@volkanustekidag Your code contains custom and third party implementation. Please provide us only minimal but complete runnable code without third party implementation that still shows the reported behavior. https://stackoverflow.com/help/minimal-reproducible-example

@volkanustekidag It could be occuring because you are using `SingleChildScrollView` but not utilising it properly. It should only have single child but you seem to have more than one, for...

@volkanustekidag Can you try the same on latest beta to check if the reported behavior still persist or not ?

Thanks for the report. I was able to replicate the reported behavior in latest stable wherein I get below log: ``` FAILURE: Build failed with an exception. * What went...

Thanks for the detailed proposal @SynSzakala. Feel free to submit PR as you mentioned above.

Thanks for the report @Zhoucheng133 I was able to replicate this using latest stable, beta and master versions. My mac is running on 12.2.1 version, so this issue doesn't seem...