Skip to content

Releases: SMSourov/cleanifi

Added CRUD for notes

07 Oct 12:40
Compare
Choose a tag to compare

Create
Read
Update
Delete

Added mock tests

06 Oct 11:57
Compare
Choose a tag to compare
0.12.0

added mock tests

Fixed a typo

26 Sep 00:33
Compare
Choose a tag to compare

Changed 'Week password' to 'Weak password'

Email verification during log in

25 Sep 19:34
Compare
Choose a tag to compare

Implemented email verification during log in.

A proper navigation and registration process implemented

25 Sep 19:20
Compare
Choose a tag to compare

With this release, a proper navigation method among the widgets, and a proper registration system implemented.

Error widgets in login

24 Sep 19:26
Compare
Choose a tag to compare

If something goes wrong during the log in process, a widget will be shown to the user with the corresponding error message. For now, it is iimplemented in the login widget.

Replaced hard coded routes

24 Sep 18:16
Compare
Choose a tag to compare

the value of the routes are now kept in the constants folder.

Fixed login button

23 Sep 18:38
Compare
Choose a tag to compare

In the previous release, the login button didn't take the user to the home page after successfully log in. It has been fixed.

Log out

18 Sep 07:03
Compare
Choose a tag to compare

Added Log out button and mechanism.

login <-> register

17 Sep 12:45
Compare
Choose a tag to compare

In this update, it is possible to easily switch between register view and login view.
Also, the VerifyEmailView class has been moved to its own dart file.