tanyaloader 0.0.3 copy "tanyaloader: ^0.0.3" to clipboard
tanyaloader: ^0.0.3 copied to clipboard

A dynamic loading indicator with a rotating circle and a pulsing central icon.

TanyaLoader #

A beautiful and highly customizable loading indicator for Flutter, featuring a unique, radar-like rotation and a pulsing central icon.

Example #

A GIF demonstrating the TanyaLoader widget.

Features #

  • Unique Design: A one-of-a-kind loader combining ripple effects, a rotation wobble, and a pulsing central icon.
  • Customizable: Easily adjust the size, icon, colors, and animation duration.
  • Pure Dart: Built with only the Flutter framework, with no external dependencies.
  • Null-Safety: Fully compliant with Dart's sound null-safety.

⚙️ Customization #

TanyaLoader offers several customization options:

Property Type Default Value Description
size double 100 The size of the loader (width and height).
icon IconData Icons.shopping_cart The central icon.
colors List<Color> [Colors.black, Colors.grey] The colors for the ripple and central icon.
duration Duration Duration(seconds: 3) The duration of a full animation cycle.

Getting Started #

📦 Installation #

Add the following to your pubspec.yaml file:

dependencies:
  tanyaloader: ^0.0.3
0
likes
160
points
177
downloads

Publisher

unverified uploader

Weekly Downloads

A dynamic loading indicator with a rotating circle and a pulsing central icon.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on tanyaloader