Skip to content

Commit a56a4fd

Browse files
committed
Update README
1 parent e59e7be commit a56a4fd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

flutter_auth_ui/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ final providers = [
3131
3232
final result = await FlutterAuthUi.startUi(
3333
items: providers,
34-
tosAndPrivacyPolicy: TosAndPrivacyPolicy(
34+
tosAndPrivacyPolicy: const TosAndPrivacyPolicy(
3535
tosUrl: "https://www.google.com",
3636
privacyPolicyUrl: "https://www.google.com",
3737
),
38-
androidOption: AndroidOption(
38+
androidOption: const AndroidOption(
3939
enableSmartLock: false, // default true
4040
showLogo: true, // default false
4141
overrideTheme: true, // default false
4242
),
43-
emailAuthOption: EmailAuthOption(
43+
emailAuthOption: const EmailAuthOption(
4444
requireDisplayName: true, // default true
4545
enableMailLink: false, // default false
4646
handleURL: '',
@@ -52,13 +52,13 @@ final result = await FlutterAuthUi.startUi(
5252

5353
## Requirements
5454

55-
- flutter 2.0.0 or higher
56-
- [firebase_auth](https://pub.dev/packages/firebase_auth) 3.1.0
55+
- flutter 3.0.0 or higher
56+
- [firebase_auth](https://pub.dev/packages/firebase_auth) 3.3.0
5757

5858
### Android
5959

6060
- minSdkVersion 21
61-
- compileSdkVersion 30
61+
- compileSdkVersion 31
6262

6363
### iOS
6464

flutter_auth_ui_web/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ The web implementation of `flutter_auth_ui`.
44

55
## Requirements
66

7-
- flutter 2.0.0 or higher
8-
- [firebase](https://pub.dev/packages/firebase) 9.0.1
7+
- flutter 3.0.0 or higher
8+
- [firebase](https://pub.dev/packages/firebase) 9.0.3
99

1010
## Link
1111

0 commit comments

Comments
 (0)