Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add recovery flow to Flutter App (#89)
* feat: get current session information * feat: create login flow * feat: login with email and password * feat: register with email and password * fix: handle all errors incl deserialization error * feat: logout & get session on home page init * feat: show session information * feat: add design and refactor blocs * fix: change package and folder name * fix: change package name * docs: update README.md * refactor: delete unused icon * refactor: remove unused packages * chore: format code * refactor: add missing package and delete unused test * feat: change password in settings * design: add padding to messages * feat: refresh session when updating settings * design: add assets' variants * feat: display settings dynamically * chore: create widgets * fix: chnge submit button value * chore: format code * chore: display components dynamically * chore: clean up and format code * fix: aal2 navigation * chore: remove unnecessary code * feat: sign in/up with google account on iOS * chore: add ios url scheme and web clientId * chore: fix typo and rename variables * chore: separate exception handlings * fix: prevent null exception * chore: delete unused assets & widgets * fix: remove pop & show provider buttons correctly * chore: separate exception handlings * chore: format code * chore: change package name and add auth packages * feat: add apple & google sign in * chore: delete unnecessary exception handling * feat: add flutter app Ory Network example (#82) * feat: get current session information * feat: create login flow * feat: login with email and password * feat: register with email and password * fix: handle all errors incl deserialization error * feat: logout & get session on home page init * feat: show session information * feat: add design and refactor blocs * fix: change package and folder name * fix: change package name * docs: update README.md * refactor: delete unused icon * refactor: remove unused packages * chore: format code * refactor: add missing package and delete unused test * chore: display components dynamically * chore: clean up and format code * fix: aal2 navigation * chore: remove unnecessary code * chore: fix typo and rename variables * chore: separate exception handlings * fix: prevent null exception * chore: delete unused assets and widgets * chore: remove misleading widget * Update README.md * Update README.md * chore: add formatting * chore: add formatting * chore: regenerate freezed files * fix: rebuild settings page or reset buttons * chore: refactor auth state & add missing social login functionality * chore: use helpers to get nodes of group * fix: reset settings when navigating back * chore: delete build artifacts * feat: add recovery bloc * chore: add conditions for navigation * fix: update conditions * chore: add exception handling in reset settings & remove snackbar * chore: remove unused attributes
- Loading branch information