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

Requires `flutter config --enable-dart-data-assets`. This is an example of how replacing asset transformers with build/link hooks could look like. The basic idea is that package `vector_graphics_compiler` exposes a helper method,...

platform-linux
platform-macos
platform-web
platform-windows
p: vector_graphics

issue: [#177110](https://github.com/flutter/flutter/issues/177110) Everytime something is pushed to the release branch, sync it back to the main branch. ## Pre-Review Checklist - [ ] I read the [Contributor Guide] and followed...

Bumps androidx.exifinterface:exifinterface from 1.4.1 to 1.4.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.exifinterface:exifinterface&package-manager=gradle&previous-version=1.4.1&new-version=1.4.2)](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...

p: image_picker
platform-android

Bumps androidx.activity:activity from 1.11.0 to 1.12.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.activity:activity&package-manager=gradle&previous-version=1.11.0&new-version=1.12.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...

p: image_picker
platform-android

fixes [Issue #134715](https://github.com/flutter/flutter/issues/134715) *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...

p: image_picker
platform-ios
triage-ios

Following up on my original PR https://github.com/dnfield/flutter_svg/pull/991 after the suggestion from @darshankawar [here](https://github.com/dnfield/flutter_svg/pull/991#issuecomment-3588795779). This is an update to the flutter_svg documentation to include an example of how to scale an...

p: flutter_svg
triage-engine

Adds percentage unit support for SVG shape attributes SVG shapes like ``, ``, ``, and `` can have percentage values for their position and size attributes (e.g., width="50%", cx="50%"). Previously...

p: vector_graphics
triage-engine

This PR adds web support for setting Cloud-based map style color schemes in `google_maps_flutter_web`. ```dart GoogleMap( cloudMapId: cloudMapId, colorScheme: MapColorScheme.light, // OR .dark, .followSystem // ... ); ``` In mobile...

p: google_maps_flutter
platform-web
triage-web

Blank lines between list items in a CHANGELOG.md file cause pub.dev to render them as separate lists, which is not the intended style for the project. This commit updates the...

p: google_maps_flutter
p: google_sign_in
p: image_picker
platform-android
p: video_player
p: google_fonts
triage-framework

It looks like the chromium team is considering disabling the default video poster feature: https://issues.chromium.org/issues/40755557. This changes it to an empty bitmap for now. Fixes https://github.com/flutter/flutter/issues/178263. ## Pre-Review Checklist -...

platform-android
p: webview_flutter
triage-android