api_call_manager

Creator: coderz1093

Last updated:

0 purchases

api_call_manager Image
api_call_manager Images

Languages

Categories

Add to Cart

Description:

api call manager

TODO: Api Manager package allows us to call api simple
Usage #
you need to call this function like :
Future<void> getPost() async {
final data = await ApiManager()
.getData(apiUrl: "https://example.com");
setState(() => _post = data);
}
copied to clipboard
Aditional Information #
This package depends on flutter_easyloading :
so you need to do this in material app in main.dart.
MaterialApp(
builder: EasyLoading.init(),
debugShowCheckedModeBanner: false,

);
```

copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.