veloquent_sdk 1.3.1
veloquent_sdk: ^1.3.1 copied to clipboard
Flutter SDK for Veloquent BaaS with auth, records, collections, schema, onboarding, and realtime support.
1.0.0 #
- Initial version.
1.0.1 #
- Removed unnecessary files.
1.0.2 #
- Fix auth.login module, change email field to identity.
1.1.0 #
- Add support for multipart/form-data file uploads in records module.
1.1.1 #
- Update installation docs
1.2.0 #
- Auth:
- Added synchronous
.userand.sessiongetters for immediate access to last-fetched data. - Added
loadState()to restore authentication state from persistence. - FIXED: Changed
logoutmethod fromPOSTtoDELETEto match server requirements.
- Added synchronous
- Storage:
- Added
SecureStorageAdapteras a drop-in wrapper forflutter_secure_storage. - Renamed
LocalStorageAdaptertoSharedPreferencesAdapterfor clarity. - Removed generic
AsyncStorageAdapter.
- Added
- Added
onPrepareMultiparthook toHttpRequestto allow manual header injection (e.g.Hostheader for local development). - Added
getFieldErrors(field)andgetFirstFieldError(field)toSdkErrorfor easier validation error mapping. - Refactored exports in
veloquent_sdk.dartfor better indexing and autocompletion. - Removed unused
veloquent_sdk_base.dartplaceholder.
1.2.1 #
- Update readme
1.3.0 #
- Auth:
- Add OAuth2 authentication support
1.3.1 #
- Utility:
- Error getters now follow the new server error responses