packages
packages copied to clipboard
A collection of useful packages maintained by the Flutter team
(#141938) *Changes included in PR are listed as follows* - As per material guidelines, Drawer shall be dismissed when user taps any destination/item. If drawer is open, and user taps...
Part of https://github.com/flutter/flutter/issues/144924 Closes https://github.com/flutter/flutter/issues/131625 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree...
*List which issues are fixed by this PR. You must list at least one issue.* Issue: https://github.com/flutter/flutter/issues/144960 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the...
--- > [!WARNING] > Blocked by: > * https://github.com/flutter/flutter/issues/91869 --- This PR adds a `BlobStream` class that allows `cross_file` users to read large blobs from a Stream. ### Issues *...
WIP :) https://github.com/flutter/flutter/issues/141250 ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [ ] I read the [Tree...
This allows the web video player to avoid issues relating to having too many active overlaygroups. When this mode is enabled as follows: ```dart VideoPlayerPlugin.renderVideoAsTexture = true;` ``` The video...
Adds documentation about StatefulShellRoute to the Configuration topic (configuration.md). Fixes flutter/flutter#127209. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs....
Adds macOS support for local_auth_darwin   ## Cancelled Example:  ##...
`UIGraphicsBeginImageContextWithOptions` isn't technically deprecated, but `API_TO_BE_DEPRECATED`. However, according to reports it's crashing in iOS 17. Replace usage with `UIGraphicsImageRenderer`, available in iOS 10. I kept introducing horizontal flipping bugs when...
Replaces manual method channels with Pigeon. This replaces all of the method calls in both direction with Pigeon calls, and converts all the top-level objects used for params and returns...