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] : Expose key on TimerCountdown #290

Open
Vlad-Adrian opened this issue Jun 28, 2024 · 0 comments
Open

[Feature] : Expose key on TimerCountdown #290

Vlad-Adrian opened this issue Jun 28, 2024 · 0 comments
Assignees
Labels
Flutter timer countdown This label is used to indicate that this issue belongs to Flutter timer countdown plugin

Comments

@Vlad-Adrian
Copy link

Plugin name
Appinio flutter timer countdown

Is your feature request related to a problem? Please describe.

  • you start the timer countdown with expectedTime 1 minute
  • you send the app to background
  • after the 1 minute, a new timer countdown should start with expectedTime 2 minutes
  • the TimerCountdown widget gets blocked/stuck on 0 0 or another weird state, because it doesn't get updated and restarted with the new expectedTime

Describe the solution you'd like
There are multiple solutions to this problem/improvement. Exposing the key on TimerCountdown would be just one of them or this situation could be handled in the TimerCountdown lifecycle.

@khanmujeeb687 khanmujeeb687 added the Flutter timer countdown This label is used to indicate that this issue belongs to Flutter timer countdown plugin label Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Flutter timer countdown This label is used to indicate that this issue belongs to Flutter timer countdown plugin
Projects
None yet
Development

No branches or pull requests

2 participants