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

Based on feedback from @stuartmorgan, I have refactored my original PRs (#5957 and #5958) to not disrupt the existing functionality of the availableDevices method, while still providing the option to...

p: camera
platform-android
platform-ios
platform-macos
platform-web
platform-windows

Currently, we don't "My Location" widget, so this PR i want support that feature, Thanks Issue: https://github.com/flutter/flutter/issues/64073 Recreating PR from flutter/plugins from https://github.com/flutter/plugins/pull/6868 Demo: https://github.com/flutter/packages/assets/34020090/e966dbde-04a7-4778-b6fe-e03140f3ed39 ## Pre-launch Checklist - [x]...

p: google_maps_flutter
platform-web

Flakiness in packages build block recipe changes very frequently and slows them down. Given that the same recipe is used in all the builds we only need to run one...

Adds initial support for macOS. Known limitations: - Scroll APIs are not supported, and currently throw unimplemented. Longer term we could consider JS polyfills, but we'd probably want to make...

platform-ios
platform-macos
p: webview_flutter
waiting for stable update

Improves README example and updates it to use code excerpts. Fix wording in README Add comments to example/main to aid README explanation Create readme_excerpts file for platform-specific code that is...

p: in_app_purchase

Improves image_picker_for_web README example and updates it to use code excerpts. Part of [flutter/flutter#102679](https://github.com/flutter/flutter/issues/102679) ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there...

p: image_picker
platform-web

Adopts code excerpts in README Part of [#102679](https://github.com/flutter/flutter/issues/102679) ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I...

p: quick_actions

To more easily differentiate between the available cameras on iOS devices, the optional appleCaptureDeviceType parameter can become populated when discovering devices. *List which issues are fixed by this PR. You...

p: camera

This PR is for enabling fps and bitrate control of recorded video. Allow users to more control over recorded video size. `CameraPlatform.createCameraWithSettings` is added, leaving original `CameraPlatform.createCamera` commented as deprecated....

p: camera
platform-android
platform-ios
platform-web
platform-windows
federated: all_changes

Currently the `_OpenContainerRoute.opaque` property is fixed to `true`, this change will add the ability to set this value to `false` if needed. This way we will be able to push...

p: animations