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

Adding flexible update getProgress and getUpdateSize #94

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

nikb7
Copy link

@nikb7 nikb7 commented Feb 21, 2023

This can be used to easily show user how much app update has been downloaded in background.
Upgraded flutter version to 3.7

@@ -214,6 +226,14 @@ class InAppUpdatePlugin : FlutterPlugin, MethodCallHandler,
}
}

private fun getFlexibleUpdateProgress(result: Result) = checkAppState(result) {
result.success(flexibleUpdateProgress)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a stream would be nicer, but this should be good enough - thanks! Will merge soon

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, any timeline around merging this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants