vasabase 0.1.7
vasabase: ^0.1.7 copied to clipboard
Dart SDK for Vasabase, providing Auth, Database, Storage, and Realtime functionality.
0.1.7 #
- Fix: Inject
x-project-refheader into PostgREST, Auth, Storage, and Realtime API calls fromVasabaseClientifprojectRefis provided.
0.1.6 #
- Fix: Apply UUIDv5 hashing to Firebase UIDs in
setAuthto ensure the Flutter app generates mathematically valid Postgres UUIDs before sending them to the backend.
0.1.5 #
- Fix: Decode third-party JWTs (like Firebase) in
setAuthto extract the actual user ID instead of hardcodingthird-party-user.
0.1.4 #
- Fix: Change default
Preferheader toreturn=minimalfor mutations to prevent 400 errors for users withoutSELECTpermissions.
0.1.3 #
- Added
onConflictparameter toupsert()for complex unique constraint resolution.
0.1.2 #
- Added
.single(),.maybeSingle(), and.limit()to query builder. - Introduced
PostgrestExceptionfor structured database error handling.
0.1.1 #
- Add
setAuthhelper toAuthClientto simplify third-party integration (e.g. Firebase Auth).
0.1.0 #
- Initial release of the Vasabase pure Dart SDK.
- Basic scaffolding for the VasabaseClient.