api_call_manager 0.0.1 api_call_manager: ^0.0.1 copied to clipboard
Simple package that allow you to call APIs
TODO: Api Manager package allows us to call api simple
Usage #
you need to call this function like :
Future
Aditional Information #
This package depends on flutter_easyloading : so you need to do this in material app in main.dart.y
MaterialApp( builder: EasyLoading.init(), debugShowCheckedModeBanner: false,
);