logo_motion 0.0.5
logo_motion: ^0.0.5 copied to clipboard
A customizable SVG logo loading animation widget for Flutter. Pass any SVG logo and get a beautiful stroke-trace, fill-reveal, and fade-out animation cycle.
0.0.4 #
- Fixed repository, homepage, and logo asset URLs to match the new repository name.
0.0.3 #
- Converted example to a single repository structure (moved out from nested submodule).
0.0.2 #
- Added official logo asset and updated documentation branding.
0.0.1 #
- Initial release.
- Added
LogoMotionwidget with.string(),.asset(), and.network()constructors. - Added customizable animation parameters:
size,color,duration,strokeWidth, andrepeat.