File tree 2 files changed +19
-4
lines changed
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
+
1
16
## 0.4.2
2
17
3
18
- 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 1
1
name : supabase_auth_ui
2
2
description : UI library to implement auth forms using Supabase and Flutter
3
- version : 0.4.2
3
+ version : 0.4.3
4
4
homepage : https://supabase.com
5
- repository : " https://github.com/supabase-community/flutter-auth-ui"
5
+ repository : ' https://github.com/supabase-community/flutter-auth-ui'
6
6
7
7
environment :
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'
10
10
11
11
dependencies :
12
12
flutter :
You can’t perform that action at this time.
0 commit comments