logo_n_spinner 0.1.0 copy "logo_n_spinner: ^0.1.0" to clipboard
logo_n_spinner: ^0.1.0 copied to clipboard

outdated

Flutter loader widget with logo and spinning arc. Use your image assets to create loader animation.

Flutter loader widget with logo and spinning arc. Use your image assets to create loader animation with the image logo and spinner arround it. Simple to use.

Features #

  • Custom brand logo or image from assets
  • Clockwise and counterclockwise spinning
  • Set speed spinning arc

Usage #

import 'package:logo_n_spinner/logo_n_spinner.dart';
...
  LogoandSpinner(
    imageAssets: 'assets/potatoo.png',
    reverse: true,
    arcColor: Colors.blue,
    spinSpeed: Duration(milliseconds: 500),
  ),
...

Preview #

img prev

Additional information #

To contrib to this project, you can open a PR or an issue.

12
likes
0
pub points
86%
popularity

Publisher

verified publisherpmatatias.dev

Flutter loader widget with logo and spinning arc. Use your image assets to create loader animation.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on logo_n_spinner