packages
packages copied to clipboard
A collection of useful packages maintained by the Flutter team
This PR makes it possible to specify whether the `` should have the attribute `credentialless` set to true or false. * https://github.com/flutter/flutter/issues/151557 ## Pre-launch Checklist - [x] I read the...
Camera plugin was crashing when I tried to set fps to 60 on most media presets (except maybe on 1280x720, although tested device supports 60 fps for up to 1920x1440...
Adds a current state getter that returns `GoRouterState`. I've no idea if this is correct but the added tests seem to be passing. Rebuilding the state may be expensive too...
Support for path based routing (i.e. using `GoRouter.go`) when switching branches in a `StatefulShellRoute`, making routing with StatefulShellRoute less of a special case. This also means that the `goBranch` method...
*not setting volume when muted* *List which issues are fixed by this PR. You must list at least one issue.* Fixes #156444 ## Pre-launch Checklist - [x] I read the...
This PR attempts to solve the current issues of `XFile` by slightly re-architecting it. In this PR: * `XFile` is now an interface that does not have any code, except...
If the argument rotation is passed the player ignore the controller.value.rotationCorrection and rotates the video by an angle (in degrees) specified in the variable. This allows more control over the...
https://github.com/flutter/flutter/issues/144795 ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [ ] I read the [Tree Hygiene] page,...
Adds Swift Package Manager support to `google_sign_in_ios`. This does not migrate the example app's Xcode project to use Swift Package Manager, that's tracked by https://github.com/flutter/flutter/issues/148021. Fixes https://github.com/flutter/flutter/issues/146904 ## Pre-launch Checklist...
Trying to help @jesswrd with gradle stuff. Basically #7786 but trying to do it using `plugins {}` block only.