Nathan Cabasso

Results 10 comments of Nathan Cabasso

Is this issue still as bad as 3 years ago ? I'm considering ExpoGL for a game engine and performance is a concern.

What a delight to see this issue moving forward! I've been asking for this feature for over a year. I think the proposed solution would solve most of our issues...

This issue really doesn't all come down to a Figma-style view. I've been developing complex UIs and this really comes up every time, even in simpler cases like a custom...

@olof-dev That's what I was talking about. This is the kind of example that is close to impossible to implement using an Overlay. This proposition could be accepted for this...

This error is still occurring with latest version, any idea ?

I think this module should not be used for this purpose. This effect can be created very easily using a SlideTransition & AnimationController.

> This is by far the most useful 3rd party Flutter widget I came across so just wanted to thank you, brilliant and simple. > > Sorry for abusing the...

> I've also been working on this. I'm trying to use the authorizationCode as the code in the authorization_code request but I'm getting back invalid_grant. Have you made any headway?...

You should not use redirect_uri since iOS handles everything internally. You just have to generate an authorization code using the API and send it to your server for verification. I...

> > You should not use redirect_uri since iOS handles everything internally. You just have to generate an authorization code using the API and send it to your server for...