flutter_animate_border 1.0.2
flutter_animate_border: ^1.0.2 copied to clipboard
This is simple package to wrap around your existing widget to animate border. i.e Loading state
v1.0.2 #
- Bug Fix, dependency updates
v1.0.1 #
- Made the color property nullable, handle nullable color
v1.0.0 #
- Breaking changes, please check out the example code
v0.2.3 #
- BugFix - Animation controller ticker leak
v0.2.2 #
- BugFix - Animation controller ticker leak
v0.2.1 #
- Updated docs
v0.2.0 #
- Removed the padding and decoration.
- Added gradient.
- Added linePadding.
- Added new example and screenshot.
v0.1.0 #
- Added a controller to customize the ui and behavior.
- Added start and stop behavior.
v0.0.2 #
- Improved animate border logic with edge-cases.
- Added screenshot on the doc for a quick glance.
v0.0.1 #
- Initial commit with animate border code