Last updated:
0 purchases
mpwt loading
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();
copied to clipboard
Additional information #
for mor information kindly send me gmail [email protected]
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.