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

When I use `http` (rather than `https`) connection for the Video Player on Android 9 (API level 28) or higher, I got ``` Caused by: com.google.android.exoplayer2.upstream.HttpDataSource$CleartextNotPermittedException: Cleartext HTTP traffic not...

p: video_player

Adds limit parameter to `MediaOptions` and `MultiImagePickerOptions` and supports its use on iOS and Android. The `limit` argument defines how many images or media files can be select. Fixes: [flutter/flutter#85772](https://github.com/flutter/flutter/issues/85772)...

p: image_picker
platform-android
platform-ios

Fixes https://github.com/flutter/flutter/issues/121816. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page,...

p: image_picker
platform-android

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. Release notes Sourced from actions/checkout's releases. v4.1.2 We are investigating the following issue with this release and have rolled-back the v4 tag to point...

team
team: infra
autosubmit

Adds the ability to instantiate any api using a suffix string to allow for unique instances. partial https://github.com/flutter/flutter/issues/66710 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed...

p: pigeon
platform-android
platform-ios
platform-macos
platform-windows

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.6 to 3.24.7. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. Note...

team
team: infra
autosubmit

This pull requests adds `onScrubbingCallback` to `VideoProgressIndicator` widget, as a nullable callback function. Related issue: https://github.com/flutter/flutter/issues/144777 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process...

p: video_player

This PR adds and improves marker scaling support for Android, iOS and Web. With this change, custom marker icons are drawn with same logical size on all platforms, keeping the...

p: google_maps_flutter
platform-android
platform-ios
platform-web

There is some confusion about using this package without Firebase, especially for correctly integrating it with Android. The README update is based on the the following web resources: - https://github.com/flutter/flutter/issues/20903...

p: google_sign_in

After 13.0.0 release of go_router package `GoRouter.optionURLReflectsImperativeAPIs` is not working correct. Isn't correct = url in browser doesn't updates after push, example you can see in new test, or in...

p: go_router