packages
packages copied to clipboard
A collection of useful packages maintained by the Flutter team
StoreKit2 is now the default and https://github.com/flutter/flutter/issues/116383 is closed. Let's remove it from the deprecation exclusion list to ensure we get new deprecation warnings. ## Pre-Review Checklist - [x] I...
Bumping AVD, SDK we test against to ensure Flutter works on Android 16. Also added potentially missing `android_virtual_device` dependency. This aligns with what has been and/or will be done in...
## Overview The `readAccessURLProvider` property has been added to the `WebKitWebViewControllerCreationParams` class. This function allows customization of the path to associated resources when loading a local HTML page using `loadFile`...
Add initial json support for use in go_router_builder Adds annotation that enable custom string encoder/decoder, its enable conversion for base64 This allow custom type conversion for parameters, like mentionated in...
[IMASettings.enabledBackgroundPlayback](https://developers.google.com/interactive-media-ads/docs/sdks/ios/client-side/reference/Classes/IMASettings#enablebackgroundplayback) is needed to add support for https://github.com/flutter/flutter/issues/153447 on iOS. This just adds all the flags for `IMASettings` and `ImaSdkSettings` for both platforms. ## Pre-Review Checklist - [x] I read...
Roll Flutter from d733bea58c1a to 2773c0c8e15e (42 revisions) https://github.com/flutter/flutter/compare/d733bea58c1a...2773c0c8e15e 2025-06-25 [email protected] Log stack traces from exceptions thrown by devicelab test tasks (flutter/flutter#171165) 2025-06-25 [email protected] Revert "Move `web_long_running_tests_{1,5}_5` to `bringup`." (flutter/flutter#171100)...
fix https://github.com/flutter/flutter/issues/170870 Extended `type_helpers.dart` to support [Dart extension types](https://dart.dev/language/extension-types). ## Pre-Review Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x]...
Fix typo
*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 PR. You must...
Add initial json support for use in go_router_builder Adds annotation that enable custom string encoder/decoder, its enable conversion for base64 This allow custom type conversion for parameters, like mentionated in...
This PR would introduce a listener on `GoogleMap` that notifies anytime the active floor changes on a building when the `GoogleMap` is `indoorViewEnabled`. This includes handling a null level when...