fairu_sdk_dart 0.1.0
fairu_sdk_dart: ^0.1.0 copied to clipboard
Official Dart/Flutter SDK for the Fairu Digital Asset Management API. Provides type-safe GraphQL queries, mutations, uploads, and image transformations.
Changelog #
0.1.0 - 2025-01-05 #
Features #
- Initial release of the Fairu SDK for Dart/Flutter
- Asset management (find, list, search, update, delete, block/unblock)
- Folder management (create, update, delete, move)
- Gallery management (create, update, delete, share links)
- Copyright management (CRUD operations)
- License management (CRUD operations)
- Tenant operations (get info, update settings, health check)
- Simple file uploads with progress tracking
- Multipart uploads for large files
- FileProxy URL builder for image transformations
- Structured error handling (ValidationError, AuthenticationError, etc.)
- Full GraphQL schema coverage (30 queries, 40+ mutations)