packages
packages copied to clipboard
A collection of useful packages maintained by the Flutter team
Adds a CONTRIBUTING.md that explains how to configure the example app for manual testing, since we don't currently maintain a central project for testing it. Also opportunistically fixes a minor...
As of Xcode 16, `swift-format` is part of the Xcode distribution. Since CI now uses Xcode 16, we can just always use that version. This: - Removes the `swift-format-path` logic....
This PR adds the `seekToDefaultPosition` method: fixes flutter/flutter#168097 Before adding tests/changelog/etc, I'd like to know if you agree with this change in general 😉 ## Pre-Review Checklist - [x] I...
Makes `google_maps_flutter_ios` available as a Swift Package to Flutter for iOS 15+ while maintaining compatibility with CocoaPods for iOS 14+. It follows the same pattern used for other packages in...
This change introduces a new `MapUsedAfterWidgetDisposedError` that facilitates debugging when the user calls a method on `GoogleMapsController` after the associated map has been disposed. This replaces the previous behavior, which...
### *Updated the comment refer to `StoreKit` instead of `Android`, in example/lib/main.dart* ### Before ```dart void main() { WidgetsFlutterBinding.ensureInitialized(); // When using the Android plugin directly it is mandatory to...
In https://github.com/flutter/plugins/pull/1180 the plugin was deliberately made to crash when misconfigured. The reasoning was that the app shouldn't be released this way, which is true, but crashing the entire app...
Use RadioGroup to avoid deprecated `groupValue` and `onChanged` (flutter/flutter#170915) ## Pre-Review Checklist - [X] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [X]...
**Description:** This PR introduces top level `onEnter` callback in `RouteConfiguration` to allow developers to intercept and conditionally block navigation based on incoming routes. It adds an example (`top_level_on_enter.dart`) demonstrating its...
as title needs website link pr merge https://github.com/flutter/website/pull/12149 ## Pre-Review Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [...