Skip to content
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

Open
vaind opened this issue Nov 14, 2024 · 4 comments · Fixed by #2688
Open

[Dart/Flutter]: v9 Main Tasks #2411

vaind opened this issue Nov 14, 2024 · 4 comments · Fixed by #2688

Comments

@vaind
Copy link
Collaborator

vaind commented Nov 14, 2024

v9 Pre-work

  • Reminder: check if anything else needs to be deprecated or removed

v9 Main Tasks

See sub issues below

@buenaflor
Copy link
Contributor

If needed we can also currently push things to the v9 branch

@vaind
Copy link
Collaborator Author

vaind commented Nov 25, 2024

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.

@vaind
Copy link
Collaborator Author

vaind commented Jan 13, 2025

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)

@buenaflor buenaflor changed the title Future breaking changes Future breaking changes (v9) Jan 20, 2025
@buenaflor buenaflor changed the title Future breaking changes (v9) [Dart/Flutter]: v9 Main Tasks Jan 22, 2025
@buenaflor
Copy link
Contributor

buenaflor commented Jan 28, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants