-
-
Notifications
You must be signed in to change notification settings - Fork 866
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
v2.1.0 Release & Keep Alive Functionality #1312
Conversation
Updated CHANGELOG
Waiting on #1315 to be merged if possible. |
What's the best way to test this one (I can't seem to recreate the map not being kept alive in a listview for example, but it maybe something I'm doing wrong...) |
@ibrierley I just used the code over at #1288 (comment), and toggled the |
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.
Tests good for me, thanks for the work.
Thanks, and no problem. I'll do a release in just a minute. |
Designed to complement #1293. Added a
keepAlive
option (defaults tofalse
) toMapOptions
. Mixed inAutomaticKeepAliveClientMixin
withFlutterMapState
, and made necessary changes. SetwantKeepAlive
getter to return the value of thekeepAlive
option.Also contains the updates needed for v2.1.0 release. Waiting on all PRs marked with '[v2.1.0]' before merging this, as the CHANGELOG will need to be updated for each of them.