brewin
brewin
Funny, I was just about to submit this same issue. It does severely limit the use of UIKitView. Setting `interactive = false` makes it scrollable, but of course then it...
Flutter's UIKitView has a `gestureRecognizers` property that allows customizing the gestures that are passed to the UIKit view. https://api.flutter.dev/flutter/widgets/UiKitView/gestureRecognizers.html > For example, with the following setup vertical drags will not...
Any update on this? I just started using koin-compose-viewmodel and ran into this issue. I tried manually adding `version.io.insert-koin.koin-compose-viewmodel=1.2.0-Beta4` in versions.properties, but refreshVersions ignores it in favor of `version.koin=3.6.0-Beta4`.
I don’t think 1.7.0-dev1727 includes the changes. The next dev release will.
There's an `optimized` property that reduces the app size. I don't know exactly what it does though and I've never found any documentation for it. I'm not sure if it's...
Duplicate of https://github.com/maplibre/maplibre-native/issues/1276
With maplibre-android-sdk 11.5.2, I'm getting this error on every launch of an app on an Android 15 emulator. Reverting to 11.5.1 fixes the issue.