David Iglesias

Results 302 comments of David Iglesias

@arctouch-felipefontes macOS desktop development is very foreign to me, so I'm going to trust @stuartmorgan's judgement in this one (and you should too!) :) (I looked at [AppAuth](https://appauth.io/) and it...

> could we have the google_sign_in_mac package? Yes, that is the idea. If anybody creates a `google_sign_in_mac` (or an `arctouch_google_sign_in_mac` package 😉) that follows the `google_sign_in_platform_interface` API, then everybody could...

I think the problem that @stuartmorgan is highlighting is that the current `google_sign_in_platform_interface` API may not be well suited for a macOS version (that can't use the GoogleSignIn API directly,...

How are you people still finding this repo? The codelab should have been archived a while ago :)

> And I was so close to it being landable :( Sorry! (>_

Actually I tried to update some of the mocks that were generated with 5.3.2 on this branch, and they stay the same, so I guess the examples are fine too!...

`submit-queue` is just the check that stops merges to `main` if there's currently a broken test in the top of the repo. This PR looks ready to land. Thanks for...

This PR requires cross_file to be created directly from a browser blob, without moving data around. In order to implement that constructor, we need this first: * https://github.com/flutter/flutter/issues/91869

Still blocked by the Platform-aware factories issue linked above.

> Is there a temp fix before this is merged? Not yet, the problem is how cross-files are constructed on the web; they always end up allocating a big array...