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 ApiKit requests.
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

ApiErrorType

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 setProgress function to update the button's progress state.

Exceptions / Errors

ApiException