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

⚠️ _This PR only changes unpublished parts of example apps and tests. I have added the `override: no versioning needed` label._ We added `use_modular_headers!` to our `Podfile`s as we originally...

p: pigeon
p: pointer_interceptor
p: flutter_image
p: rfw
p: go_router
override: no versioning needed
p: file_selector
p: google_maps_flutter
p: google_sign_in
p: image_picker
p: in_app_purchase
p: ios_platform_images
p: local_auth
p: path_provider
platform-ios
platform-macos
p: webview_flutter
p: video_player
p: url_launcher
p: shared_preferences
p: interactive_media_ads

Bumps com.android.billingclient:billing from 6.2.0 to 7.1.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.android.billingclient:billing&package-manager=gradle&previous-version=6.2.0&new-version=7.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java
p: in_app_purchase
platform-android

Fixes preview aspect ratio on Windows on some webcams (See https://github.com/flutter/flutter/issues/122966). Before (main branch 7c1a05c8b12274e940e39adcb42896a32f57df32): ![image](https://github.com/user-attachments/assets/cca93da9-dd94-486e-930f-5c5aa73922a9) After: ![image](https://github.com/user-attachments/assets/05c5c460-21ed-40d8-93eb-1e75da7c929c) ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed...

p: camera
platform-windows

Bumps androidx.datastore:datastore from 1.0.0 to 1.1.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.datastore:datastore&package-manager=gradle&previous-version=1.0.0&new-version=1.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies
java
platform-android
p: shared_preferences

Bumps androidx.datastore:datastore-preferences from 1.0.0 to 1.1.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.datastore:datastore-preferences&package-manager=gradle&previous-version=1.0.0&new-version=1.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies
java
platform-android
p: shared_preferences

Bumps [org.hamcrest:hamcrest](https://github.com/hamcrest/JavaHamcrest) from 2.2 to 3.0. Release notes Sourced from org.hamcrest:hamcrest's releases. Hamcrest v3.0 Breaking Changes From version 3.0, the jar distributed to Maven Central is now compiled to Java...

dependencies
java
p: espresso
platform-android

Adds support for video stabilization to camera_platform_interface, camera_avfoundation, camera_android_camerax and camera packages. The video stabilization modes are defined in the new VideoStabilizationMode enum defined in camera_platform_interface: ```dart /// The possible...

p: camera
platform-android
platform-ios
platform-macos
platform-web
platform-windows
federated: all_changes

Adds support to the to the camera plugin for streaming frames on windows as implemented in https://github.com/flutter/packages/pull/7067 Fixes https://github.com/flutter/flutter/issues/97542 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and...

p: camera

part of https://github.com/flutter/flutter/issues/155567 This is a draft PR to see if some part of go_router can be refactored to be more readable. Currently it is hard to know if a...

p: go_router

Add extra details in iOS steps. I found that iOS steps are very confuse, so I've added a extra description to facilitate the configuration *Replace this paragraph with a description...

p: pigeon