moodstubos
moodstubos
After some (more) tests I find out that this change causes the problems: src/mbgl/util/tile_coordinate.hpp https://github.com/maplibre/maplibre-gl-native/commit/fe041b80caca953d5ffbea19b5d2a36484d0286a#diff-0ee83ffd64534bebe9fbe1eff7412f516881e00460b30a21ba4edefae1830441 After reverse this change and recompile all seems to be like it should be. I...
oh sorry, could it be that this commit is relating and fixed it? 135dca679b648f885b9c7273c4b820faf597c826 I only tested latest Android release https://github.com/maplibre/maplibre-gl-native/releases/tag/android-v9.5.1 and not latest MASTER If this is the case...
@mkieselmann yes. I can confirm commit [fe041b8](https://github.com/maplibre/maplibre-gl-native/commit/fe041b80caca953d5ffbea19b5d2a36484d0286a) has also landed in ios-5.12.1 release. So you have to wait for a new release (or compile master yourself). unfortunately i don't know...
@stevecookdev Thanks a lot for your workaround. I am using it and it works perfectly.
hi, @leocavalcante : Thank you very much for you great work! current state: `Encrypted.fromLength(int length) : _bytes = SecureRandom(length).bytes;` and `Encrypted.fromSecureRandom(int length) : _bytes = SecureRandom(length).bytes;` both (**fromLength** + from...
@mohammedX6 That works - thanks you! Perhaps this could be implemented into this package? ``` double precision(double d) { String inString = d.toStringAsFixed(5); return double.parse(inString); } ```
We have the same problem with current Android release: [android-v11.1.0](https://github.com/maplibre/maplibre-native/releases/tag/android-v11.1.0)
This is the fix: https://github.com/hyochan/flutter_inapp_purchase/pull/497
FYI, I noticed the same behavior with a PopupMenuButton. https://github.com/flutter/flutter/issues/178714 (Minimal reproducible example including) maybe this helps.
@xunhuaref for PopupMenuButton try this workaround: https://github.com/flutter/flutter/issues/178714#issuecomment-3546788154