krunduev
krunduev
No, we decided not to use the page turn functionality.
Please, add Ukrainian! Language name: Ukrainian language code: uk body: Доступна нова версія додатка {{appName}}! Нова версія: {{currentAppStoreVersion}}, поточна версія: {{currentInstalledVersion}} ignore button: НІ later button: ПІЗНІШЕ update button: ОНОВИТИ...
This is not ok on Android This is ok on iOS: Padding is critically important for my task
In real code I'm using MediaQuery.of(context).padding too. Also I have some widgets in the bottom. This just simplest example that it not working. In iOS everything fine. As you can...
Also if map isn't first screen in Android it's also works. So may be it's some problem in map initialisation.
Look like this: ``` As long as the layout process is not finished, the view's dimension is set to 0. ``` https://stackoverflow.com/questions/22267814/android-change-google-map-padding-at-runtime
Thank you! Calling ``` setState(() {}); ``` on Android on onMapCreated fix the issue.