Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Nov 8, 2023
1 parent 82076cb commit a7f3590
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions auth0_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

| Flutter | Android | iOS |
| :--------- | :-------------- | :---------------- |
| SDK 3.0+ | Android API 21+ | iOS 12+ |
| Dart 2.17+ | Java 8+ | Swift 5.5+ |
| | | Xcode 13.x / 14.x |
| SDK 3.0+ | Android API 21+ | iOS 13+ |
| Dart 2.17+ | Java 8+ | Swift 5.7+ |
| | | Xcode 14.x / 15.x |

### Installation

Expand Down Expand Up @@ -353,6 +353,8 @@ Check the [FAQ](FAQ.md) for more information about the alert box that pops up **
#### API

- [login](https://pub.dev/documentation/auth0_flutter/latest/auth0_flutter/AuthenticationApi/login.html)
- [loginWithOtp](https://pub.dev/documentation/auth0_flutter/latest/auth0_flutter/AuthenticationApi/loginWithOtp.html)
- [multifactorChallenge](https://pub.dev/documentation/auth0_flutter/latest/auth0_flutter/AuthenticationApi/multifactorChallenge.html)
- [renewCredentials](https://pub.dev/documentation/auth0_flutter/latest/auth0_flutter/AuthenticationApi/renewCredentials.html)
- [resetPassword](https://pub.dev/documentation/auth0_flutter/latest/auth0_flutter/AuthenticationApi/resetPassword.html)
- [signup](https://pub.dev/documentation/auth0_flutter/latest/auth0_flutter/AuthenticationApi/signup.html)
Expand Down

0 comments on commit a7f3590

Please sign in to comment.