firebase_phone_auth_handler 1.0.5+1 firebase_phone_auth_handler: ^1.0.5+1 copied to clipboard
An easy-to-use firebase phone authentication package to easily send and verify OTP's with auto-fetch OTP support via SMS. Supports web out of the box.
[1.0.5+1] - 11/07/2022 #
- Fixed files formatting
- Updated example app
[1.0.5] - 10/07/2022 #
- BREAKING: Renamed flag timeOutDuration to autoRetrievalTimeOutDuration
- BREAKING: Renamed verifyOTP to verifyOtp
- BREAKING: Updated verifyOtp function signature to not take a named argument, and accept otp as a positional argument
- Added a new otpExpirationDuration flag, as autoRetrievalTimeOutDuration is a completely different parameter.
- Added callback onCodeSent and flag signOutOnSuccessfulVerification
- Added isSendingCode flag to controller
- Optimized code to reduce number of rebuilds
- Updated example app
- Updated dependencies
- Refactored code
[1.0.4] - 07/06/2022 #
- Updated example app
- Updated dependencies
- Fixed linter warnings
[1.0.3] - 03/05/2022 #
- Updated example app
- Updated README.md
[1.0.2] - 30/04/2022 #
- Renamed auth_service to auth_controller
- Updated dependencies
- Minor bug fixes
- Updated example app
- Updated README.md
[1.0.1] - 26/01/2022 #
- Updated license
- Updated README.md
[1.0.0] - 26/01/2022 #
- Added linter and updated code accordingly
- Updated example app
- Updated dependencies
- Updated README.md
[0.0.8] - 28/10/2021 #
- Updated dependencies
- Updated example app
[0.0.7] - 22/05/2021 #
- Renamed FirebasePhoneAuthSupporter to FirebasePhoneAuthProvider.
- Supports sending OTP on web out of the box.
- Updated dependencies
- Updated README.md
- Updated package description.
[0.0.6] - 12/05/2021 #
- Added key parameter
- Fixed README.md
- Updated dependencies
[0.0.5] - 23/04/2021 #
- Added boolean in onLoginSuccess to provide info whether OTP was auto fetched or verified manually
- Updated example app
- Updated README.md
[0.0.4] - 21/04/2021 #
- Updated example app
- Updated README.md
[0.0.3] - 21/04/2021 #
- Updated screenshots
- Updated package description
[0.0.2] - 21/04/2021 #
- Added FirebasePhoneAuthSupporter which has to be wrapped above the MaterialApp in order for the app to support phone authentication.
- Fixed sign out function
- Updated README.md
[0.0.1] - 21/04/2021 #
- An easy to use firebase phone authentication library to easily send and verify OTP's.