packages
packages copied to clipboard
A collection of useful packages maintained by the Flutter team
`flutter_svg` allows precompiled SVG files, see [Precompiling and Optimizing SVGs](https://pub.dev/packages/flutter_svg#precompiling-and-optimizing-svgs). However, as a developer, you have to add three things to your code: 1. Add `vector_graphics` as a direct dependency...
Added Google Maps Platform support information (SLAs, Deprecation policy, how to report issues) and contribution guidelines.
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* Continuation of https://github.com/flutter/packages/pull/9815 Fixes https://github.com/flutter/flutter/issues/157689 ## Pre-Review Checklist - [x]...
Converts the top-level plugin class and its supporting platform view factory from Objective-C to Swift. This changes very little implementation, but lays the groundwork for future incremental conversions. Part of...
## Description This PR adds comprehensive audio track retrieval and selection support to the video_player package, enabling developers to access detailed information about available audio tracks and switch between them...
Explanation post: https://github.com/flutter/flutter/issues/140014#issuecomment-2587418159 Resolves [#140014](https://github.com/flutter/flutter/issues/140014). ## Pre-Review Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree...
- Consolidate rgb() and rgba() parsing into single implementation - Add support for space-separated color values - Add support for percentage-based RGB values - Add support for slash (/) separator...
This PR adds Advanced markers support to the web implementation of `google_maps_flutter`. Approved combined PR: #7882 Approved and merged platform interface PR: #9737 Issue: [#155526](https://github.com/flutter/flutter/issues/155526) ## Pre-Review Checklist - [x]...
Updated the example app agp and kgp versions to match the template defaults. AGP 8.11.0 --> 8.11.1 KGP 2.2.0 --> 2.2.20 Potentially Addresses https://github.com/flutter/flutter/issues/178908 ## Pre-Review Checklist - [x] I...