packages icon indicating copy to clipboard operation
packages copied to clipboard

A collection of useful packages maintained by the Flutter team

Results 551 packages issues
Sort by recently updated
recently updated
newest added

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]...

p: in_app_purchase
platform-ios
platform-macos

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

## 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...

p: camera
platform-android
platform-ios
platform-macos
platform-web
platform-windows
federated: partial_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

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...

platform-android
platform-ios
p: webview_flutter
federated: partial_changes

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...

p: pigeon

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...

p: camera
platform-ios
platform-macos

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...

p: google_maps_flutter
platform-ios

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...

p: camera
platform-ios
platform-macos