-
-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: native login * feat: add passwordless input field * feat: button icons * fix: remove divider at top * fix: stacked generator * feat: add email validation * fix: center align social login text * feat: native social login * fix: route butotns to login view * fix: linting issues * feat: native passwordless login * feat: handle incorrect OTP * feat: update auth service to use native login * fix: logout in drawer * feat: succesful login route back to before logiv view * fix: overflowing view * fix: make view scrollable when keyboard is open --------- Co-authored-by: Niraj Nandish <[email protected]>
- Loading branch information
1 parent
bbbb889
commit 0b84758
Showing
18 changed files
with
571 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"app.*.dart": [], | ||
"app.*": [], | ||
"*": "flutter analyze" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.