Jonas Uekötter

Results 247 comments of Jonas Uekötter

Sounds good. I'm happy to jump on call or something for the package transfer on pub. I guess that's easier than sending messages back and forth

Hey, @buenaflor what's the status of merging this?

The name comes from `link` which is the term from `gql` (the GraphQL Dart library) for something that sends the GraphQL queries. The term is also used by the Apollo...

> This is specifically for non-obfuscated builds right? Yes, exactly. > Any specific reason though you need it? I want to be able to use the `stack.module` filter in the...

Please include the percentage updates in another PR. That makes it easier to review individual changes, and roll them back if needed.

Sorry, I've been traveling a lot this month for work, so I didn't have much time to do something. I would really appreciate you taking this over.

Problems with platform views are a known issue: https://github.com/Baseflow/screenrecorder?tab=readme-ov-file#%EF%B8%8F-known-issues-and-limitations It's nothing this library can fix, since it's a limitation of Flutter itself.

From the Dart SDK perspective it's pretty much just a change in the init assertion, would there be more needed on the native SDKs to make it possible?

Feel free to take this over. I guess the idea should be clear and it's just a matter of executing it

@denrase Did you look into the [`RestorationManager`](https://api.flutter.dev/flutter/services/RestorationManager-class.html) and friends? Maybe that already solves the problem without any memory persistence. Alternatively, you can just store the data in a singleton and...