-
Notifications
You must be signed in to change notification settings - Fork 693
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
[Web] Release picked file data for Web #1482
Conversation
as my PR for WASM support got merged you need to update clear children, check the file changes here |
Right. Thank you. |
@tddang-linagora Could you fix the merge conflict for the version & changelog? We released a new version, which removes references to the v1 Android embedding, but that means your version needs to be incremented to |
Done, thank you. |
@tddang-linagora Hmm, it seems the As for the Windows deprecation warnings, I think you can just replace them with their replacements, as noted in the deprecation message. I think we picked up a new version of
|
Yep, my bad sorry. Fixed.
Also done. |
@tddang-linagora Looks like you'll need to run Adding a comma like this should fix it.
then the formatter will probably format it like:
|
Yep sorry I turned off my formatters |
Issue
There's a memory leak happening with web version
Reproducible code
See here
Steps to reproduce
flutter run -d chrome --profile
Go to second screen
buttonGo back
or any conventional ways for webExpected behavior
The file's data will be deallocated from memory
Actual behavior
The file's data is still on memory
Resolved demo
Before
After