flutter_api_kit 1.0.0
flutter_api_kit: ^1.0.0 copied to clipboard
A robust Flutter package to handle API requests with built-in loading buttons, snackbars, and in-button download progress indicators.
1.0.0 #
- Networking Engine: Fully migrated to
diofor better performance and reliability. - Global Configuration: Added
ApiKit.config()for easy setup ofbaseUrl,headers,timeouts, andlogging. - Professional Logging: Integrated a clean console logger (without emojis) for better debugging.
- Improved Error Handling: New
ApiExceptionmapping for all Dio-specific network errors. - KitLoadingButton: Enhanced button with support for generic spinners and circular progress percentages.
- File Downloader: Improved
KitDownloaderwith in-button progress support. - Standard UI: Added
KitSnackbarfor consistent success/error notifications.