supabase_error_translator_flutter library
A comprehensive Flutter package for translating Supabase error codes and messages into multiple languages with internationalization support.
Classes
- SupabaseErrorTranslator
- Main class for translating Supabase error codes into localized messages.
- TranslationResult
- Represents the result of a translation operation.
Enums
- ErrorService
- Enum representing the different Supabase services that can generate errors.
- SupportedLanguage
- Enum representing the supported languages for error translation.
Extensions
- ErrorServiceExtension on ErrorService
- Extension methods for ErrorService enum.
- SupportedLanguageExtension on SupportedLanguage
- Extension methods for SupportedLanguage enum.
Exceptions / Errors
- TranslatorException
- Exception thrown when translation operations fail.