New
supabase_flutter v2.10.0
Supabase Flutter Release - August 26, 2025
This release includes updates across all Supabase Flutter packages with bug fixes, new features, and improvements.
📦 Package Updates
- supabase_flutter: v2.10.0
- supabase: v2.9.0
- gotrue: v2.14.0
- storage_client: v2.4.1
- realtime_client: v2.5.2
- functions_client: v2.4.4
✨ Highlights
GoTrue (Auth) v2.14.0
- NEW: Added phone MFA enrollment support
- IMPROVEMENT: Removed client-side provider validation for
signInWithIdToken - FIX: Added UUID validation for admin methods
- REFACTOR: Cleaned up unused
_currentUserfield
Supabase Flutter v2.10.0
- IMPROVEMENT: Made
Supabase.initialize()idempotent - can now be called multiple times safely - FIX: Added null safety check for connection to prevent null check operator errors
Storage Client v2.4.1
- FIX: Resolved MultipartRequest finalization error in retry mechanism
- REFACTOR: Code cleanup in Bucket.fromJson
Realtime Client v2.5.2
- FIX: Added null safety check for connections
- IMPROVEMENT: Now sends version when joining channels and removed JWT check
Functions Client v2.4.4
- FIX: Improved binary data request handling and test coverage
Supabase Core v2.9.0
- IMPROVEMENT: Added standard client headers
- FIX: Proper URI encoding for platform information
🔧 Other Improvements
- Updated auth error codes documentation links
- Enhanced test coverage across packages
- Various code quality improvements and refactoring
Breaking Changes: None in this release
Full Changelog: https://github.com/supabase/supabase-flutter/compare/supabase_flutter-v2.9.1...supabase_flutter-v2.10.0