Marcelo Glasberg
Marcelo Glasberg
We are having problems in real iPhones. So it's not only in the Simulator.
Flutter v0.9.4. It works in my simulator too. You can reproduce it only in the real phone (Galaxy S7 in my case). I have no idea why.
Can you please provide me with some minimum runnable code (with main method and all) demonstrating the problem? I need to reproduce it to be able to fix it.
@q876625596 Could you please upgrade to version 1.3.0 and tell me if it solved your problem? Please note, in this new version you cannot do Locale("pt_BR") anymore, since this is...
Ok. You still need to provide me with some minimum runnable code (with main method and all) demonstrating the problem. I need to reproduce it to be able to fix...
You already have this sample app in the included `example` directory: https://github.com/marcglasberg/i18n_extension/tree/master/example/lib You must run `main.dart` there.
Can you please provide me with some minimum runnable code (with main method and all) demonstrating the problem? I need to reproduce it to be able to fix it. Please...
@EducatedDeer Please post here a complete example code, as simple as possible to demonstrate the problem, for a single file including a main method. Please follow these guidelines: https://stackoverflow.com/help/minimal-reproducible-example
I like your idea. And yes, I would accept it.
Maybe it has something to do with this issue: https://github.com/flutter/flutter/issues/14128 What do you think?