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]

Libraries

mpwt_loading