packages icon indicating copy to clipboard operation
packages copied to clipboard

A collection of useful packages maintained by the Flutter team

Results 366 packages issues
Sort by recently updated
recently updated
newest added

Platform interface portion of: https://github.com/flutter/packages/pull/3313 Also removes unnecessary `// ignore: lines_longer_than_80_chars` ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs....

p: webview_flutter

Transfer of https://github.com/flutter/plugins/pull/7113 (All the comments of that PR have been addressed in this one) This PR follows the procedure for changing federated plugins: https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#changing-federated-plugins This is the aggregate solution...

platform-android
platform-ios
p: webview_flutter

This PR is a recreation of https://github.com/flutter/plugins/pull/7164 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read...

platform-ios
p: video_player

Manual roll Flutter from 7175de4fe686 to f9b0be0536f5 (69 revisions) Manual roll requested by [email protected] https://github.com/flutter/flutter/compare/7175de4fe686...f9b0be0536f5 2023-02-24 [email protected] Roll Packages from 6c04c745b to ad48ee552 (28 revisions) (flutter/flutter#121432) 2023-02-24 [email protected] Roll Flutter...

This PR modifies the Google Sign In plugin so Web application authors can render a "Google Sign In Button" (like [this one](https://developers.google.com/identity/gsi/web/guides/display-button)). This is needed to obtain a guaranteed `idToken`...

p: google_sign_in
platform-web

[#12142](https://github.com/flutter/flutter/issues/121423) Update documentation for how exclusions for integration test works. Add integration test to espresso and remove exclusion. Update integration test to support multidex Update Android Gradle Plugin to more...

p: espresso
platform-android

The previous version of `renderButton` required exposing `DomHtmlElement` from this library to the world. We don't want that, instead, the JS-Interop API should accept anything that is an HtmlElement (for...

platform-web

Update tests to ignore `deprecated_member_use` where `TestWindow` API is used. With [#122824](https://github.com/flutter/flutter/pull/122824), the `TestWindow` API is deprecated. We need to ignore analysis errors from using deprecated members for CI to...

p: dynamic_layouts
p: google_maps_flutter
p: google_sign_in
platform-android

Allows the use of custom prefixes for all platform (not relevant for windows and linux). If no custom prefix is supplied, the default prefix `flutter.` will be used instead. Fixes...

platform-android
platform-linux
platform-web
platform-windows
p: shared_preferences

This PR implements video capture for the CameraX re-write of the android camera plugin. https://github.com/flutter/flutter/issues/111138 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined...

p: camera
platform-android