packages
packages copied to clipboard
A collection of useful packages maintained by the Flutter team
Fixes https://github.com/flutter/flutter/issues/168782 ## Pre-Review Checklist - [/] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [/] I read the [Tree Hygiene] page, which...
`xcode-analyze` CI command handles catching code-level warnings. Allow warnings during `pod lib lint` command since it's redundant and we have fewer knobs to turn there. See https://github.com/flutter/flutter/issues/170437#issuecomment-2970993996 ## Pre-Review Checklist...
I tried this in https://github.com/flutter/packages/pull/7542 and abandoned it because of the integration_test deprecation. That should no longer occur after https://github.com/flutter/flutter/pull/173251. Exclude camera until https://github.com/flutter/flutter/issues/170438 is completed. Exclude in_app_purchase_storekit until https://github.com/flutter/flutter/issues/105490...
Just found the todo in the code and it was from 3 years ago, so i wanted to implement it since it may help people using captions to have more...
This PR fixes an exception in Google Maps Flutter which occurs when dispose is called while asynchronous code is executed from didUpdateWidget. https://github.com/flutter/flutter/issues/43785 I've done the work in 2 commits,...
Add support to camera control button on web. https://github.com/flutter/flutter/issues/167137 ## Pre-Review Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x]...
Fix: https://github.com/flutter/flutter/issues/164621 ## Pre-Review Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] page, which...
Added support for preferred audio language to video_player on Android. If underlaying stream/video supports it this will communicate to exoplayer that audio stream for sepcific language should be used if...
This PR aims to provide support for strartImageStream and stopImageStream on Web. [#92460](https://github.com/flutter/flutter/issues/92460) Based on [#6944](https://github.com/flutter/plugins/pull/6944) from the archived [plugins](https://github.com/flutter/plugins) repository ## Pre-launch Checklist - [x] I read the [Contributor...
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must...