Tarrin Neal

Results 16 issues of 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...

package
pigeon
P4

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

team: infra
passed secondary triage
P0

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

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

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

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

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

platform-android
platform-linux
platform-web
platform-windows
p: shared_preferences

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

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

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

p: shared_preferences

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

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

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

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