-
-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Dart/Flutter]: v9 Main Tasks #2411
Comments
If needed we can also currently push things to the v9 branch |
some of these would just cause merge conflicts down the road so I'd suggest doing them later closer to the release. |
In my recent work on the replay, I've come across the need to use Uint8List.address which is available since Dart SDK 3.5 - we should consider this as a target when bumping a major version because that would enable significant performance improvements (no need to copy screenshot data in dart when sending to native) |
3.5.0 sounds reasonable, data also looks good to argue why we could bump it to that version @denrase will start with the dart version bump on v9 |
v9 Pre-work
v9 Main Tasks
See sub issues below
The text was updated successfully, but these errors were encountered: