Buradasın
Supabase Flutter Package Features
pub.dev/packages/supabase_flutterYapay zekadan makale özeti
- Authentication
- Supports native Apple and Google sign-in on iOS and Android
- Provides OAuth login for non-Apple/Google providers
- Enables deep links for app opening on various login scenarios
- Database and Streaming
- Offers basic CRUD operations using Supabase REST API
- Supports real-time data streaming with Realtime enabled
- Provides Postgres Change notifications
- Communication
- Enables broadcast messaging between connected clients
- Includes Presence feature for online status tracking
- Supports custom LocalStorage implementations
- Logging
- Uses logging package for all Supabase packages
- Supports different log levels for different components
- Includes debug mode for console output
- Development
- Available as open-source under MIT license
- Supports fork and pull request process
- Includes migration guide from v1 to v2