mpwt_loading 0.0.8 copy "mpwt_loading: ^0.0.8" to clipboard
mpwt_loading: ^0.0.8 copied to clipboard

This package is use to show loading with awesome animation and it is only for use in my workplace. This package is just publish for testing.

this package is help you to redesign new loading

Features #

Getting started #

Usage #

//This package is use with GETX so you need to put it with GetController
final MPWTLoading loading = Get.put(MPWTLoading(context));

//Show loading
loading.show();

//Set show duration
loading.show(duration: 5) //=========> 5 second

//Dissmiss loading 
loading.dissmiss();

Additional information #

for mor information kindly send me gmail [email protected]

2
likes
130
pub points
0%
popularity

Publisher

unverified uploader

This package is use to show loading with awesome animation and it is only for use in my workplace. This package is just publish for testing.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, get

More

Packages that depend on mpwt_loading