cyber_req 2.0.13
cyber_req: ^2.0.13 copied to clipboard
A flexible Flutter/Dart API client for backends with dynamic headers, secure token management, and comprehensive callbacks.
Changelog #
2.0.13 - 2025-09-30 #
- feat(api): add optional onFinally callback for all request methods
2.0.11 - 2025-09-25 #
- feat(example): add comprehensive example demonstrating API usage
- feat(api): add statusCode to SuccessCallback for all request methods
- feat(api): add timeout support for all request methods
- feat(api): add multipart file upload support to ApiService
- fix(api): ensure proper JSON encoding for POST/PUT requests
- refactor(api_service): improve callback parameter handling and docs
- docs: update package description to be backend agnostic
- docs: remove flutter_secure_storage from README dependencies
- docs: update contact information in readme
- docs: add fluttergems submission for cyber_req package
- docs: update package description in pubspec.yaml
- docs: remove outdated comment in README.md
- docs: update version and add multipart request documentation
- chore: remove unused dependencies from pubspec.yaml and README.md
1.0.3 - 2025-08-08 #
- feat(api): add secure storage token support and version bump
- feat: add error handling and update documentation
- feat(api_service): add auto-logging for requests and responses
- docs: remove redundant horizontal rules and fix code block formatting
- docs: update README with new features and improved structure
1.0.2 - 2025-08-08 #
- chore: update package version and homepage url
- docs: update github repository link in readme
1.0.0 - 2025-08-08 #
- feat: Add dispose method to ApiService for http.Client cleanup
- feat: add initial project structure for cyber_req package
- docs: Update README.md and LICENSE files