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

outdated

Highly customizable activity indicator (spinner) based on the activity indicator from the cupertino package.

nuts_activity_indicator #

dartsidedev

This package is part of the nuts_and_bolt package.

The "Nuts and bolts" packages are based on the official cupertino and material widgets with greater customizability. It exposes the nuts and bolts of the original widgets (I'm great at naming things, I know).

The nuts_activity_indicator package is based on the cupertino library's CupertinoActivityIndicator widget.

Do you like this package? ⭐️ Star it on GitHub. 💌 Drop me a message on LinkedIn 🐦 Tweet me @serial_dev.

Usage #

  1. Add nuts_activity_indicator as dependency in your pubspec.yaml.

  2. Import the package in the file where you would like to use the activity indicator.

    import 'package:nuts_activity_indicator/nuts_activity_indicator.dart';
    
  3. Use the widget. Read the API reference to see all currently supported parameters.

    NutsActivityIndicator(
      activeColor: Colors.indigo,
      inactiveColor: Colors.blueGrey,
      tickCount: 24,
      relativeWidth: 0.4,
      radius: 60,
      startRatio: 0.7,
      animationDuration: Duration(milliseconds: 500),
    ),
    

Example app #

The video is much more interesting than the screenshot. Download it here ~1.7 MB.

Flutter package nuts_activity_indicator

Resources #

For help getting started with Flutter, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

20
likes
0
pub points
88%
popularity

Publisher

verified publisherdartside.dev

Highly customizable activity indicator (spinner) based on the activity indicator from the cupertino package.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on nuts_activity_indicator