Joonas Kerttula
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...
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...
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...
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...
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...
## 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...
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...
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...
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]...