Dennis Kugelmann

Results 116 comments of Dennis Kugelmann

@rileykarson @megan07 what is the status of this PR? Will be merged for the upcoming 5.0.0 release?

The new Dart version with null-safety was just released 😍 https://medium.com/dartlang/announcing-dart-2-12-499a6e689c87

# Changes required A couple (not all) of required changes ☺️ (as I've seen those being missed in other PRs). Especially the conditional imports is something that is not obvious....

@jlouage any news when this will be merged and published to pub.dev? ☺️

@jlouage are you still actively maintaining this repo? Is there anything we can support you with to get this merged? 🤔

✅ Okay was related to not using the latest master version. ~I fail to understand how to run a Flutter application using the local engine.~ ~I was able to build...

I've compared the current implementation to the new implementation of this PR: https://github.com/flutter/engine/assets/10195482/a6e10daf-2470-4d53-9ba9-35e1c737510e This would already be an improvement for the classic 2D-scrolling use case! The heuristic can definitely be...

@vbuberen are there corresponding issues for those on the Dart side? Ones we could like here? Would there be anything we could do to speed it up?

We are also facing a similar issue. Our usage is an API that reads data from Cloud Firestore and returns it to the client. We are using Cloud Functions V2...