Joonas Kerttula

Results 11 issues of Joonas Kerttula

`Maximum call stack size exceeded` error while encoding `.google.protobuf.Struct` data. Related to this PR: https://github.com/stephenh/ts-proto/pull/762 For following proto structure: ```proto message Metadata { map filter_metadata = 1; } ``` **Generated...

This PR adds and improves marker scaling support for Android, iOS and Web. With this change, custom marker icons are drawn with same logical size on all platforms, keeping the...

p: google_maps_flutter
platform-android
platform-ios
platform-web

This PR introduces support for marker clustering for iOS platform An example usabe is available in the example application at ./packages/google_maps_flutter/google_maps_flutter_ios/example/ios12 on the page `Manage clustering` This is prequel PR...

p: google_maps_flutter
platform-ios

Adds the initial support for the marker clustering for Android, iOS and Web platforms. Clustering is implemented using native google maps utils libraries for [Android](https://github.com/googlemaps/android-maps-utils), [iOS](https://github.com/googlemaps/google-maps-ios-utils) and [Web](https://github.com/googlemaps/js-markerclusterer). The Google...

p: google_maps_flutter
platform-web
federated: all_changes

This PR introduces support for marker clustering for Android platform An example usabe is available in the example application at `./packages/google_maps_flutter/google_maps_flutter_android/example` on the page `Manage clustering` This is prequel PR...

p: google_maps_flutter
platform-android

This PR introduces support for marker clustering for Web platform This is prequel PR for: https://github.com/flutter/packages/pull/4319 and sequel PR for: https://github.com/flutter/packages/pull/6158 Containing only changes to `google_maps_flutter_web` package. Follow up PR...

p: google_maps_flutter
platform-web

## Use case [#4641](https://github.com/flutter/plugins/pull/4641) adds support for camera on Windows platform but is missing implementation for CameraController feature: - **ImageStream** ## Proposal Camera Windows plugin should have support for these...

c: new feature
platform-windows
p: camera
package
a: desktop
P3
team-windows
triaged-windows

Adds ability to configure camera animation duration on Android and iOS. Resolves [#39810](https://github.com/flutter/flutter/issues/39810) Resolves [#44284](https://github.com/flutter/flutter/issues/44284) ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process...

p: google_maps_flutter
platform-android
platform-ios
platform-web

Makes `google_maps_flutter_ios` available as a Swift Package to Flutter for iOS 15+ while maintaining compatibility with CocoaPods for iOS 14+. It follows the same pattern used for other packages in...

p: google_maps_flutter
platform-ios
triage-ios

This PR adds Advanced markers support to the Android implementation of google_maps_flutter. Approved combined PR: https://github.com/flutter/packages/pull/7882 Approved and merged platform interface PR: https://github.com/flutter/packages/pull/9737 Issue: https://github.com/flutter/flutter/issues/155526 ## Pre-Review Checklist - [x]...

p: google_maps_flutter
platform-android
triage-android