Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add flutter app Ory Network example #82

Merged
merged 22 commits into from
Oct 18, 2023

Conversation

sashatalalasha
Copy link
Contributor

@sashatalalasha sashatalalasha commented Sep 1, 2023

Related Issue or Design Document

Checklist

  • I have read the contributing guidelines and signed the CLA.
  • I have referenced an issue containing the design document if my change introduces a new feature.
  • I have read the security policy.
  • I confirm that this pull request does not address a security vulnerability.
    If this pull request addresses a security vulnerability,
    I confirm that I got approval (please contact [email protected]) from the maintainers to push the changes.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have added the necessary documentation within the code base (if appropriate).

Copy link
Member

@jonas-jonas jonas-jonas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code LGTM, apart from a few minor things. I think we can merge after they are addressed and then iterate over it as stuff changes.

flutter-ory-network/README.md Outdated Show resolved Hide resolved
flutter-ory-network/lib/blocs/auth/auth_bloc.dart Outdated Show resolved Hide resolved
flutter-ory-network/lib/main.dart Outdated Show resolved Hide resolved
flutter-ory-network/lib/pages/login.dart Outdated Show resolved Hide resolved
@vinckr
Copy link
Member

vinckr commented Oct 17, 2023

I see the review has been adressed, is it ready to take another look?

@vinckr vinckr merged commit 5f53cc5 into ory:master Oct 18, 2023
6 checks passed
sashatalalasha added a commit to sashatalalasha/examples that referenced this pull request Oct 25, 2023
* 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
vinckr pushed a commit that referenced this pull request Nov 3, 2023
* 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

* 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: 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: change package name

* chore: delete build artifacts

* chore: update gitignore

* chore: add comment about web client id

* chore: add Info.plist snippet to readme

* chore: fix typo

Co-authored-by: Jonas Hungershausen <[email protected]>

* chore: fix format

* chore: fix format

---------

Co-authored-by: Jonas Hungershausen <[email protected]>
jonas-jonas added a commit that referenced this pull request Dec 13, 2023
* 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

* fix: typo

Co-authored-by: Jonas Hungershausen <[email protected]>

---------

Co-authored-by: Jonas Hungershausen <[email protected]>
jonas-jonas pushed a commit that referenced this pull request Dec 28, 2023
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants