flutter_api_kit 1.0.0 copy "flutter_api_kit: ^1.0.0" to clipboard
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 dio for better performance and reliability.
  • Global Configuration: Added ApiKit.config() for easy setup of baseUrl, headers, timeouts, and logging.
  • Professional Logging: Integrated a clean console logger (without emojis) for better debugging.
  • Improved Error Handling: New ApiException mapping for all Dio-specific network errors.
  • KitLoadingButton: Enhanced button with support for generic spinners and circular progress percentages.
  • File Downloader: Improved KitDownloader with in-button progress support.
  • Standard UI: Added KitSnackbar for consistent success/error notifications.
3
likes
150
points
97
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A robust Flutter package to handle API requests with built-in loading buttons, snackbars, and in-button download progress indicators.

Repository (GitHub)

License

MIT (license)

Dependencies

cupertino_icons, dio, flutter

More

Packages that depend on flutter_api_kit