supabase_result_handler 0.1.0
supabase_result_handler: ^0.1.0 copied to clipboard
A robust Result pattern wrapper for Supabase in Flutter. It handles Auth, Postgrest, and Functions exceptions with built-in English and Arabic localization support.
0.0.1 #
- initial push
0.0.2 #
- Fix Issues
0.1.0 #
- New Feature: Smart language detection for error messages.
- Update:
toErrorMessagenow optionally acceptsBuildContextto automatically determine the app language. - Update: Added fallback to device system language if no context or manual language is provided.
- Documentation: Added hover documentation (Doc Comments) for main methods.