square_percent_indicater 0.0.4 copy "square_percent_indicater: ^0.0.4" to clipboard
square_percent_indicater: ^0.0.4 copied to clipboard

outdated

Flutter package showing progress percent value in square , square shape percent indicator is used commonly in designes

square_percent_indicater #

Flutter package showing progress percent value in square

Getting Started #

A Ui Package for showing percent progress in a square shape

drawing drawing drawing

Usage #

Just give it values and it will work

Example #

example main.dart is like:

final Map<String,dynamic> req ={
      "Username": "test",
      "Password": "test",
    };

    NetworkManager networkManager = NetworkManager.instance(
      context: context,
      onSuccess: (context,response)=>print("OnSuccessCalled"),
      req: req,
      api: Apis.login
    );
    networkManager.requestPost();
51
likes
0
pub points
88%
popularity

Publisher

unverified uploader

Flutter package showing progress percent value in square , square shape percent indicator is used commonly in designes

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on square_percent_indicater