nepninja 0.0.2 copy "nepninja: ^0.0.2" to clipboard
nepninja: ^0.0.2 copied to clipboard

outdated

Reuse the beautiful animated widgets with less effort

nepninja #

Reuse the beautiful animated widgets with less effort

Usage #


 CircularProgressButton(
            height: 55,
            width: 200,
            borderRadius: 30,
            backgroundColor: Colors.lightBlueAccent,
            fadeDurationInMilliSecond: 400,
            text: "Sign In",
            fontSize: 30,
            progressIndicatorColor: Colors.pinkAccent,
            onTap: (reset) {
              makeRequest(reset);
            },
          )

 # reset state once validation error or network fails
 void makeRequest(Function reset) {
    Future.delayed(Duration(seconds: 3), () {
      reset();
    });
  }

1
likes
0
pub points
0%
popularity

Publisher

verified publishernepninja.com

Reuse the beautiful animated widgets with less effort

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on nepninja