flutter_api_kit library
Classes
- ApiKit
-
The main class for handling API requests in
flutter_api_kit. -
ApiResponse<
T> -
A standard response wrapper for all
ApiKitrequests. - KitDownloader
- A utility class for handling file downloads with progress tracking.
- KitLoadingButton
- A highly customizable button that handles its own loading and progress states.
- KitSnackbar
Enums
Typedefs
-
LoadingButtonPressed
= Future<
void> Function(ProgressCallback setProgress) - A function signature for the KitLoadingButton.onPressed callback.
- ProgressCallback = void Function(double progress)
-
A callback that provides a
setProgressfunction to update the button's progress state.