packages
packages copied to clipboard
A collection of useful packages maintained by the Flutter team
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...
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)...
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,...
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...
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...
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...
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...
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...
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...
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...