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 settings to Flutter App #88

Merged
merged 60 commits into from
Dec 13, 2023

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    577c563 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b5239c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    8ec2806 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b89a99d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    81290a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e00383d View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    a6459a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    bd77e99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7658a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e033adf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f297235 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7244c6c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f7ddc6 View commit details
    Browse the repository at this point in the history
  7. chore: format code

    sashatalalasha committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    b43fdd0 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    3cf26b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    2f30a6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12307ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e9fac8 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    1ce89da View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    e6eb441 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. chore: create widgets

    sashatalalasha committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    9d17c9d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    5598f8c View commit details
    Browse the repository at this point in the history
  2. chore: format code

    sashatalalasha committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    bd1e90f View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    e631a1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6917e92 View commit details
    Browse the repository at this point in the history
  3. fix: aal2 navigation

    sashatalalasha committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    8f771f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cd1bd1 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    c9de1f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    b815ba1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cfd74e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    1203c21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce12100 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3719abd View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    a8a95bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9718f4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78bc88e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84afc46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e3b2ec View commit details
    Browse the repository at this point in the history
  6. chore: format code

    sashatalalasha committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    3d10cc0 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    7439b5c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    7a21e5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf68bc1 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. feat: add flutter app Ory Network example (ory#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
    sashatalalasha committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    e64fc40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e21fed5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a595f29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d83120 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    sashatalalasha authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    8a03f41 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    sashatalalasha authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f1a78c6 View commit details
    Browse the repository at this point in the history
  7. chore: add formatting

    sashatalalasha authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    a08df3d View commit details
    Browse the repository at this point in the history
  8. chore: add formatting

    sashatalalasha authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    d58aa9c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c8bd923 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    ee82b48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    978e3df View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    8a6c06c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    74cf3ac View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    1500ee4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76c49d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    a779d50 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    f78cfe6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. fix: typo

    Co-authored-by: Jonas Hungershausen <[email protected]>
    sashatalalasha and jonas-jonas authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    26a0d3b View commit details
    Browse the repository at this point in the history