easydevlp 0.0.1
easydevlp: ^0.0.1 copied to clipboard
A Flutter Package to Make Flutter Devlopment more Easy.
Features #
To Resuse some common Flutter Methods with GetX
Getting started #
Add Latest Version of This Package to your Pubspec.yaml and start using
Usage #
Added longer examples
to /example folder.
To Show A Loading Progress , Use
GetEasy.showLoading();
Few More Methods , are
GetEasy.closeLoading();
GetEasy.showDialog();
GetEasy.showError();
GetEasy.showSuccess();
GetEasy.waitFuture(1);
Additional information #
This is Just The Initial Version to publish my package , am planning to add lots of reusable methods to this package to make flutter journey more better