packages
packages copied to clipboard
A collection of useful packages maintained by the Flutter team
⚠️ _This PR only changes unpublished parts of example apps and tests. I have added the `override: no versioning needed` label._ We added `use_modular_headers!` to our `Podfile`s as we originally...
Bumps com.android.billingclient:billing from 6.2.0 to 7.1.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Fixes preview aspect ratio on Windows on some webcams (See https://github.com/flutter/flutter/issues/122966). Before (main branch 7c1a05c8b12274e940e39adcb42896a32f57df32):  After:  ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed...
Bumps androidx.datastore:datastore from 1.0.0 to 1.1.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
Bumps androidx.datastore:datastore-preferences from 1.0.0 to 1.1.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
Bumps [org.hamcrest:hamcrest](https://github.com/hamcrest/JavaHamcrest) from 2.2 to 3.0. Release notes Sourced from org.hamcrest:hamcrest's releases. Hamcrest v3.0 Breaking Changes From version 3.0, the jar distributed to Maven Central is now compiled to Java...
Adds support for video stabilization to camera_platform_interface, camera_avfoundation, camera_android_camerax and camera packages. The video stabilization modes are defined in the new VideoStabilizationMode enum defined in camera_platform_interface: ```dart /// The possible...
Adds support to the to the camera plugin for streaming frames on windows as implemented in https://github.com/flutter/packages/pull/7067 Fixes https://github.com/flutter/flutter/issues/97542 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and...
part of https://github.com/flutter/flutter/issues/155567 This is a draft PR to see if some part of go_router can be refactored to be more readable. Currently it is hard to know if a...
Add extra details in iOS steps. I found that iOS steps are very confuse, so I've added a extra description to facilitate the configuration *Replace this paragraph with a description...