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

fixes https://github.com/flutter/flutter/issues/123387 by forcing NSNull to nil also simplifies Int casting, since it was overly complex ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process...

p: pigeon
platform-android
platform-ios
platform-macos
platform-windows

This is a resubmission of https://github.com/flutter/plugins/pull/6982 from the now archived flutter plugins repo. I'm submitting the changes from the original author, @AsturaPhoenix. The original description is below. -------- Saves tile...

p: google_maps_flutter
platform-web

Sets the reverseTransitionDuration of NoTransitionPage to 1 microsecond to match the transition duration (and to ensure there is an instant reverse transition). fixes https://github.com/flutter/flutter/issues/123368 *List which issues are fixed by...

p: go_router

The pinned version of `mockito` is incompatible with the latest released version of `test_api`, and therefore `test`. With flutter package pinning, the release of the flutter SDK that updates to...

p: metrics_center
p: pigeon
p: flutter_markdown
p: camera
p: file_selector
p: google_maps_flutter
p: google_sign_in
p: image_picker
p: in_app_purchase
p: local_auth
p: path_provider
p: plugin_platform_interface
p: quick_actions
platform-android
platform-ios
platform-macos
platform-web
platform-windows
p: webview_flutter
p: url_launcher

Aggregate implementation of https://github.com/flutter/flutter/issues/78147 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene]...

platform-android
platform-ios
platform-web
p: webview_flutter

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0. Release notes Sourced from actions/checkout's releases. v3.5.0 What's Changed Add new public key for known_hosts by @​cdb in actions/checkout#1237 New Contributors @​cdb made their...

team
team: infra

bumps androidx.activity:activity to 1.7.0 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene]...

p: image_picker
platform-android

https://github.com/flutter/flutter/compare/61812ca3eb13...b9e537336f0b 2024-03-13 [email protected] Turning `if` chains into shorter `switch` statements (flutter/flutter#144977) 2024-03-13 [email protected] Roll Flutter Engine from 2871c2601135 to 6ceccf894c41 (2 revisions) (flutter/flutter#145094) 2024-03-13 [email protected] Set cacheExtent for SliverFillRemaining widget...

autosubmit

Using the `replacer` parameter of `JSON.stringify()` to remove cyclic object to resolve the following error. ``` TypeError: JSON.stringify cannot serialize cyclic structures. ``` ~~Related solution: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Cyclic_object_value~~ Related issue: https://github.com/flutter/flutter/issues/144535 ##...

platform-ios
p: webview_flutter

Add `isDisposed` getter to `CameraController` Solves https://github.com/flutter/flutter/issues/141513 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read...

p: camera