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

outdated

Flutter package showing progress percent value in square , there packages whick provide circular and linier percent indicators but the 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

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();
56
likes
0
pub points
88%
popularity

Publisher

unverified uploader

Flutter package showing progress percent value in square , there packages whick provide circular and linier percent indicators but the square shape percent indicator is used commonly in designes

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on square_percent_indicater