Ahmed Ashour

Results 73 comments of Ahmed Ashour

I am trying to create a project with old flutter, to have flavors, but I couldn't. As hinted [here](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36), using the command flutter build --flavor development With the `Channel stable,...

Another question, what happens when the user tries to expose the 'hidden' function, e.g. ```dart import 'dart:math' hide max show min; void f() { max(1, 2); } ``` Should we...

Thanks for explaining. As a humble user, I initially understood it as "lower bound is`