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

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

Logo and Spinner #

pub package likes popularity pub points package publisher Star on Github License: MIT

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

ToDo #

  • Widget and loader
  • Customize number of arc
  • Image Network, not only from asstes
  • New Animation

Additional information #

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

  • Want to thank me? you can buy me a coffee

11
likes
130
pub points
80%
popularity
screenshot

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

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on logo_n_spinner