logo_n_spinner 0.0.2
logo_n_spinner: ^0.0.2 copied to clipboard
Loader widget with logo and spinning arc on flutter. Add your image from assets you can create loader animation with the image logo and spinner arround it. Simple with just one widget.
Flutter loader widget with logo and spinning arc. User your image assets to create loader animation with the image logo and spinner arround it. Simple to use.
Features #
- Custom image from assets
- Clockwise and counterclockwise spinning
Usage #
import 'package:logo_n_spinner/logo_n_spinner.dart';
...
LogoandSpinner(
imageAssets: 'assets/potatoo.png',
reverse: true,
),
...
Preview #
Additional information #
To contrib to this project, you can open a PR or an issue.