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

Feature request: onUpdate #11

Open
ulrichbjerre opened this issue Oct 1, 2020 · 1 comment
Open

Feature request: onUpdate #11

ulrichbjerre opened this issue Oct 1, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ulrichbjerre
Copy link

I actually have a second request.

It would be nice to have an onProgress or onUpdate callback too. This would enable me to refresh/update other UI elements at every update rate (e.g. once every 100ms)

Best regards
Ulrich Bjerre

@WiRight WiRight self-assigned this Oct 1, 2020
@WiRight WiRight added the enhancement New feature or request label Oct 1, 2020
@ulrichbjerre
Copy link
Author

Just a little extra info.
What I'm trying to do is to have my app count down the last three seconds out loud using TTS.

Thus, when the counter comes to an end, I need my app to say "3", "2", "1", "STOP".
Hope it makes sense?

Another benefit is, that it would enable me to refresh other UI elements such as progress indicators - without having to have them inside the child: build method.

/Ulrich

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

No branches or pull requests

2 participants