-
-
Notifications
You must be signed in to change notification settings - Fork 934
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
feat: Add ability to add/remove multiple overlays at once #1657
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm! Too bad that Set.addAll
doesn't return a bool like Set.add
, then you wouldn't have had to check the set length.
I agree... what a tragedy it is |
In the title: |
…ne#1657) As described flame-engine#1546, It would be more convenient and can reduce the game widget updates if adding or removing overlays at once.
…ne#1657) As described flame-engine#1546, It would be more convenient and can reduce the game widget updates if adding or removing overlays at once.
Description
As described #1546, It would be more convenient and can reduce the game widget updates if adding or removing overlays at once.
Checklist
fix:
,feat:
,docs:
etc).docs
and added dartdoc comments with///
.examples
.Breaking Change
Related Issues
Closes #1546