packages
packages copied to clipboard
A collection of useful packages maintained by the Flutter team
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,...
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. [](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...
Bumps androidx.activity:activity from 1.11.0 to 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...
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...
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...
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...
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...
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...
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 -...