mirror of
https://github.com/Iconica-Development/flutter_registration.git
synced 2025-05-19 05:23:43 +02:00
46 lines
867 B
Markdown
46 lines
867 B
Markdown
<!--
|
|
SPDX-FileCopyrightText: 2022 Iconica
|
|
|
|
SPDX-License-Identifier: GPL-3.0-or-later
|
|
-->
|
|
# 1.2.0
|
|
|
|
- feat: Added the ability to have an async register function so you can call it asynchronous.
|
|
|
|
# 1.1.0
|
|
|
|
- feat: Added the ability to go to specific page on error
|
|
|
|
# 1.0.0
|
|
|
|
- feat: Added an onError function.
|
|
- feat: Register function in RegistrationRepository can now return a nullable string. Works like a validator.
|
|
|
|
# 0.5.0
|
|
|
|
- feat: add customBackgroundColor to AuthScreen
|
|
- fix: fix linter
|
|
- fix: fix translations to English
|
|
|
|
# 0.4.0
|
|
|
|
- feat: Added the abilty to show and hide the passwords
|
|
|
|
## 0.3.0
|
|
|
|
- Added the abilty to set an initial value fot the default email field
|
|
|
|
## 0.2.0
|
|
|
|
- Added the abilty to add labels
|
|
- The default password step now includes two textfields
|
|
|
|
## 0.0.2
|
|
|
|
- Firebase integration
|
|
- Registration capabilities
|
|
|
|
## 0.0.1
|
|
|
|
- Initial version
|