You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing I would wish is the possibility to animate from an oldValue to a newValue. This would require a StatefulWidget so I don't know if it is in scope.
Use case: User gets point for finishing a task. His progress is shown by the step-progress-indicator. Instead of jumping from oldValue to the newValue a smooth animation occurs.
The text was updated successfully, but these errors were encountered:
Yes, animations would be a great addition. We are discussing them at #4
If you have any specific usecase or suggestion feel free to leave a comment there 👍
First of all great package!
One thing I would wish is the possibility to animate from an oldValue to a newValue. This would require a StatefulWidget so I don't know if it is in scope.
Use case: User gets point for finishing a task. His progress is shown by the step-progress-indicator. Instead of jumping from oldValue to the newValue a smooth animation occurs.
The text was updated successfully, but these errors were encountered: