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

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...

autosubmit
p: google_sign_in

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....

autosubmit
override: no versioning needed
override: no changelog needed
p: file_selector
p: path_provider
p: quick_actions
platform-ios
platform-macos
p: webview_flutter
p: url_launcher

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...

platform-android
platform-ios
platform-macos
platform-web
p: video_player

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...

p: google_maps_flutter
platform-ios
triage-ios

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...

p: google_maps_flutter

### *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...

p: in_app_purchase
platform-ios
platform-macos
triage-ios

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...

p: google_sign_in
platform-ios
platform-macos
triage-ios

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]...

p: animations
p: camera
p: google_sign_in
platform-android
platform-ios
platform-macos
platform-web
waiting for stable update

**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...

p: go_router

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. - [...

p: go_router