packages
packages copied to clipboard
A collection of useful packages maintained by the Flutter team
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...
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]...
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...
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...
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...
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...
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...
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....
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...