File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed
Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 0.4.3
2+
3+ - feat: Add localization / text customization support for all components.
4+ ``` dart
5+ // Use the `localization` parameter to customize the text of the UI components.
6+ SupaEmailAuth(
7+ localization: const SupaEmailAuthLocalization(
8+ enterEmail: 'What\'s your email?',
9+ enterPassword: 'Enter your password',
10+ ),
11+ onSignInComplete: _onSignInComplete,
12+ onSignUpComplete: _onSignUpComplete,
13+ ),
14+ ```
15+
116## 0.4.2
217
318- feat: Add ` nativeGoogleAuthConfig ` and ` enableNativeAppleAuth ` parameter to ` SupaSocialsAuth ` to support native Google and Apple auth.
Original file line number Diff line number Diff line change 11name : supabase_auth_ui
22description : UI library to implement auth forms using Supabase and Flutter
3- version : 0.4.2
3+ version : 0.4.3
44homepage : https://supabase.com
5- repository : " https://github.com/supabase-community/flutter-auth-ui"
5+ repository : ' https://github.com/supabase-community/flutter-auth-ui'
66
77environment :
8- sdk : " >=3.0.0 <4.0.0"
9- flutter : " >=3.0.0"
8+ sdk : ' >=3.0.0 <4.0.0'
9+ flutter : ' >=3.0.0'
1010
1111dependencies :
1212 flutter :
You can’t perform that action at this time.
0 commit comments