jaspr_supabase 26.2.24+2
jaspr_supabase: ^26.2.24+2 copied to clipboard
A Jaspr package for Supabase, replicating the experience of supabase_flutter.
Changelog #
All notable changes to this project will be documented in this file.
26.2.24+2 #
- chore: bump jaspr to ^0.23.0, SDK to >=3.10.0, and version to 26.6.24+2
- docs: update README with jaspr_supabase ^26.2.24, fix import and component syntax
26.2.24 #
- Fix: Re-implemented
SupabaseAuth.recoverSession()using the officialsupabase_flutterlogic to properly read sessions fromlocalStorageand triggerAuthChangeEvent.initialSessionon page reload. - Refactor: Removed all server-side
ContextandCookielogic fromSharedPreferencesStorage. The package is now strictly designed for client-side Single Page Applications (SPA), avoiding potential server-side race conditions when reading authentication states. - Fix: Corrected the
Supabase.initialize()execution order to preventrecoverSessionfrom being called before the internal HTTP client properties were ready.
26.2.20 #
- Feat: Improved Supabase initialization. It now gracefully handles multiple calls by skipping if already initialized instead of throwing an assertion error.
- Docs: Updated README with repository links, repository homepage, and funding information. Simplified method signatures in documentation examples.
- Chore: Added standard
.gitignorefor Dart/Jaspr projects.
26.2.19 - 2026-02-19 #
- Initial release.