packages
packages copied to clipboard
A collection of useful packages maintained by the Flutter team
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...
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...
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...
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...
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]...
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...
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]...
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...
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 ##...
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...