supabase_flutter 0.2.1
supabase_flutter: ^0.2.1 copied to clipboard
Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
0.2.1 #
- chore: update supabase to v0.2.1
0.2.0 #
- chore: update supabase to v0.2.0
0.1.0 #
- BREAKING CHANGE:
Supabase.initialize
is nowFuture<void>
- chore: update supabase to v0.1.0
- feat: using hive to persist session by default
0.0.8 #
- chore: update supabase to v0.0.8
0.0.7 #
- chore: update supabase to v0.0.7
0.0.6 #
- chore: update supabase to v0.0.5
0.0.5 #
- chore: update supabase to v0.0.4
0.0.4 #
- chore: update supabase to v0.0.3
0.0.3 #
- BREAKING CHANGE: rework Supabase singleton with
Supabase.initialize
andSupabase.instance
- chore: update docs
0.0.2 #
- feat: support custom localStorage with fallback to SharedPreferences as default
0.0.1 #
- chore: update supabase, url_launcher packages
0.0.1-dev.5 #
- fix: launch url in the current tab for flutter web
- fix: SupabaseAuthRequiredState to trigger onAuthenticated when user session available
0.0.1-dev.4 #
- feat: support flutter web
0.0.1-dev.3 #
- chore: update supabase to v0.0.1
0.0.1-dev.2 #
- feat: support nested authentication flow with startAuthObserver() and stopAuthObserver()
- feat: support SupabaseAuthRequiredState
- feat: support enable/disable debug log
- refactor: tidy up
0.0.1-dev.1 #
- Initial pre-release.