flutter_animate_border 1.2.1
flutter_animate_border: ^1.2.1 copied to clipboard
This is simple package to wrap around your existing widget to animate border. i.e Loading state
1.2.1 [IMPROVEMENT RELEASE] #
- Bug Fix, if the wrapping with Image like widgets, as they are made dynamically
- Added new feature, now you can freeze the animation use it as colorful border with gradient, check screenshots to learn more
1.0.2 #
- Bug Fix, dependency updates
1.0.1 #
- Made the color property nullable, handle nullable color
1.0.0 #
- Breaking changes, please check out the example code
0.2.3 #
- BugFix - Animation controller ticker leak
0.2.2 #
- BugFix - Animation controller ticker leak
0.2.1 #
- Updated docs
0.2.0 #
- Removed the padding and decoration.
- Added gradient.
- Added linePadding.
- Added new example and screenshot.
0.1.0 #
- Added a controller to customize the ui and behavior.
- Added start and stop behavior.
0.0.2 #
- Improved animate border logic with edge-cases.
- Added screenshot on the doc for a quick glance.
0.0.1 #
- Initial commit with animate border code