mobcraft_storage 1.0.1
mobcraft_storage: ^1.0.1 copied to clipboard
Flutter SDK for Mobcraft Storage - Telegram-based cloud storage with freemium tiers
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.1 - 2026-02-06 #
Fixed #
- Fixed JSON field names to use camelCase to match API responses (was using snake_case)
- Updated all model
fromJsonandtoJsonmethods for correct serialization
1.0.0 - 2024-01-01 #
Added #
- Initial release of Mobcraft Storage Flutter SDK
- File operations: upload, download, delete, list files
- Quota management: get quota, usage breakdown, tier information
- Support for multipart file uploads
- Support for uploading from
Fileobjects andUint8Listbytes - Custom exception handling for authentication, quota, and network errors
- Comprehensive documentation and examples
- Full test coverage with unit tests