Pedro Massango

Results 46 comments of Pedro Massango

Hi @alexanderchmielewski Can you please provide your `flutter doctor -v`, your `pubspec.yaml`, the steps to reproduce the issue, the actual vs expected result and a minimal complete reproducible code sample?...

Issue reproducible on latest version of the `webview` plugin on iOS. flutter doctor ``` /Users/pedromassango/dev/SDKs/flutter_stable/bin/flutter doctor --verbose [✓] Flutter (Channel stable, 1.22.5, on Mac OS X 10.15.7 19H2 darwin-x64, locale...

![Screen Shot 2020-12-03 at 13 54 29](https://user-images.githubusercontent.com/67424416/101020766-475f4500-356f-11eb-9b68-027d89ffd924.png) flutter doctor ``` [✓] Flutter (Channel master, 1.25.0-5.0.pre.45, on Mac OS X 10.15.7 19H2 darwin-x64, locale en) • Flutter version 1.25.0-5.0.pre.45 at /Users/pedromassango/dev/SDKs/flutter_master...

Hi @preethishenoy Can you please elaborate what do you exactly want? It is not clear for me. Thank you

From what you have said and by running the code it is not clear to me what is the issue here. ![gif](https://user-images.githubusercontent.com/67424416/100842109-a1311380-3478-11eb-9647-6a85974378e3.gif)

Thanks, now it is clear what the issue is. flutter doctor -v ``` [✓] Flutter (Channel master, 1.24.0-8.0.pre.406, on Mac OS X 10.15.7 19H2 darwin-x64, locale en) • Flutter version...

Reproducible on stable channel. @benPesso can you elaborate why do you want an animation with zero `milliseconds`? I can't understand how Flutter can animate without a duration. If you want...

Hi @RomanJos Please provide a minimal reproducible code sample. The code you provided is too complex, I need just a minimal code that focus and reproduce the issue. Thank you

flutter doctor -v ``` [✓] Flutter (Channel stable, 1.22.4, on Mac OS X 10.15.7 19H2 darwin-x64, locale en) • Flutter version 1.22.4 at /Users/pedromassango/dev/SDKs/flutter_stable • Framework revision 1aafb3a8b9 (4 days...

I was able to reproduce. Adding regression label because I'm pretty sure that this worked fine before but can't confirm right now, feel free to remove if it is not....