You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [x] add example app page
- [x] check permissions
- [x] request permissions
- [x] listen to requested result
- [x] smaller buttons on MenuPage
- [x] use the new `PermissionManager` instead a 3rd party package.
val separatedMessageChannelSuffix =if (messageChannelSuffix.isNotEmpty()) ".$messageChannelSuffix"else""
975
+
run {
976
+
val channel =BasicMessageChannel<Any?>(binaryMessenger, "dev.flutter.pigeon.maplibre.PermissionManagerHostApi.requestLocationPermissions$separatedMessageChannelSuffix", codec)
0 commit comments