Muhammad Adil
Muhammad Adil
In my case I am facing this issue. I have tried few solutions already but not working, Also few works in debug for simulators but not works for real devices...
Can we have sort of proper fix inside the plugin? @deszip
Hello Arpit, So you mean the image should be displayed as a square? Well this is circular profile avatar, I will think about this suggestion as well. Thanks for reporting....
> @deadsoul44 Your problem is in the csv file Make sure that the English language is present "en" and that the language name is correct Like("en_US, en_UK , ar_DZ, ar_LB...)...
I see problem comes when i use `useFallbackTranslations: true,` below. If i remove that then it works fine .. @mstfkhazaal ``` supportedLocales: [Locale('en', 'US'), Locale('de', 'DE')], path: 'assets/localization/alp_localization.csv', fallbackLocale: Locale('en',...
Thank you for quick response @mstfkhazaal , so problem was `useFallbackTranslations: true,` not sure what connection it has here.
Hey, Thanks for using this library. Right now this library don't have decrement support for numbers.
Good catch! I will take a look as soon as possible. Thank you.
If you are using responsive_framework and getting wrong marker position with flutter_map **Here is the solution to get accurate position.** **FlutterMap** Controller has a method `pointToLatLng` I used that method...
Instead of rescaling flutter map I have actually repositioned where user has actually tapped and this returns accurate LatLng. PS: if you use resizing instead of autoScale in your ResposiveFramework...