File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.4.4
2
+
3
+ - feat: Update minimum supabase_flutter version to v2.3.4
4
+ - fix: Add redirectTo for email password reset [ #83 ] ( https://github.com/supabase-community/flutter-auth-ui/pull/83 )
5
+ - feat: Add TextInputAction to phone and email sign in [ #82 ] ( https://github.com/supabase-community/flutter-auth-ui/pull/82 )
6
+ - fix: Fix autofill not opening when tapping on email field in SupaEmailAuth [ #80 ] ( https://github.com/supabase-community/flutter-auth-ui/pull/80 )
7
+
1
8
## 0.4.3
2
9
3
10
- feat: Add localization / text customization support for all components.
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.3
3
+ version : 0.4.4
4
4
homepage : https://supabase.com
5
5
repository : ' https://github.com/supabase-community/flutter-auth-ui'
6
6
@@ -11,7 +11,7 @@ environment:
11
11
dependencies :
12
12
flutter :
13
13
sdk : flutter
14
- supabase_flutter : ^2.0.1
14
+ supabase_flutter : ^2.3.4
15
15
email_validator : ^2.0.1
16
16
font_awesome_flutter : ^10.6.0
17
17
google_sign_in : ^6.2.1
You can’t perform that action at this time.
0 commit comments