home logic added

This commit is contained in:
amirrezaghabeli
2025-08-09 14:15:02 +03:30
parent 99b6bbb13f
commit 1fdfc52297
22 changed files with 1627 additions and 112 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ class _ProgressBarColumnState extends State<ProgressBarColumn>
// Create a Tween animation from 0.0 to 0.75
_animation = Tween<double>(
begin: 0.0,
end: widget.value,
end: widget.value / 100,
).animate(CurvedAnimation(parent: _controller, curve: Curves.easeOut));
// Start the animation