Tarrin Neal
Tarrin Neal
Currently there are some sporadic runtime checks for type and nullability that are only verifying that the generated code has the correct types. This slows down client performance slightly and...
The flutter/plugin tree is currently closed because trying to re-run a post-submit flake is giving the following error on FTL tests: ERROR: Unable to execute "gcloud auth activate-service-account --key-file=/root/gcloud-service-key.json". Stderr:...
Removes safe casting during decode process for kotlin and swift to avoid hiding potential data type inconsistencies across channels. fixes https://github.com/flutter/flutter/issues/116999
Removes safe casting during decode process for kotlin and swift to avoid hiding potential data type inconsistencies across channels. fixes https://github.com/flutter/flutter/issues/116999 Pre-launch Checklist I read the [Contributor Guide](https://github.com/flutter/packages/blob/main/CONTRIBUTING.md) and followed...
Allows the use of custom prefixes for all platform (not relevant for windows and linux). If no custom prefix is supplied, the default prefix `flutter.` will be used instead. Fixes...
Since Kotlin and Swift have reached feature parity with other non-experimental generators it's time to remove the experimental tags from them. We're so proud of you kotlin and swift generators,...
Platform changes for https://github.com/flutter/packages/pull/3465 No need to review until https://github.com/flutter/packages/pull/3465 is approved. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting...
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...
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]...
Adds the ability to instantiate any api using a suffix string to allow for unique instances. partial https://github.com/flutter/flutter/issues/66710 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed...