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

(#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...

p: flutter_adaptive_scaffold

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...

p: go_router

*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...

p: rfw
autosubmit

--- > [!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 *...

p: cross_file

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...

p: file_selector
platform-android

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...

platform-web
p: video_player

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....

p: go_router

Adds macOS support for local_auth_darwin ![Screenshot 2024-03-05 at 8 30 35 AM](https://github.com/flutter/packages/assets/160153899/89bcfa78-b998-401e-869c-28b9d82a9229) ![Screenshot 2024-03-05 at 8 30 56 AM](https://github.com/flutter/packages/assets/160153899/69f0e215-1a7c-45eb-99a6-264458b0e771) ## Cancelled Example: ![Screenshot 2024-03-05 at 8 31 12 AM](https://github.com/flutter/packages/assets/160153899/1196b4e9-c010-4e96-994b-7467d1561ad1) ##...

p: local_auth
platform-ios
platform-macos
triage-ios
triage-macos

`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...

autosubmit
p: image_picker
platform-ios

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...

p: in_app_purchase
platform-android