packages
packages copied to clipboard
A collection of useful packages maintained by the Flutter team
Fixes https://github.com/flutter/flutter/issues/138516 ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [ ] I read the [Tree Hygiene]...
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...
## Platform implementations of federated plugin This is the `platform implementations` part of `camera` PR #3586. `camera_platform_interface: 2.6.0` merged and published in PR #3615. Now repeating steps 3,4 (see [Changing...
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...
Copy of https://github.com/flutter/packages/pull/3695 since it doesn't contain permission to edit from contributors. Part of https://github.com/flutter/flutter/issues/39502 Full PR https://github.com/flutter/packages/pull/3278 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed...
Call out the host implementation setup step more clearly in the USAGE docs. Provide examples. https://github.com/flutter/flutter/issues/140327 ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the...
Several of the physical and logical cameras were missing when discovering available capture devices on iOS, so I completed the list based on Apple's developer documentation: https://developer.apple.com/documentation/avfoundation/avcapturedevice/devicetype @bibaswan-bhawal had previously...
Issue: https://github.com/flutter/flutter/issues/135252 Testing: This adds no new functionality and thus should be covered in tests. The problem is that we are permissive to unsafe platform channel usage in the release...
This PR adds support for discovering external cameras in iOS devices with USB-C i.e. iPad. This should address https://github.com/flutter/flutter/issues/130073 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and...