Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: theflutterfactory/Flutter-Tutorials
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: theflutterfactory/Flutter-Tutorials
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: riverpod_tutorial
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 13 files changed
  • 1 contributor

Commits on Feb 13, 2021

  1. Added the provider package and created a User model

    Julian Currie committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    ae6189f View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. Configuration menu
    Copy the full SHA
    23b6694 View commit details
    Browse the repository at this point in the history
  2. added missing User list screen

    Julian Currie committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    932baa1 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. Configuration menu
    Copy the full SHA
    5eb0680 View commit details
    Browse the repository at this point in the history
  2. added a few mock api functions

    Julian Currie committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    8cd25b3 View commit details
    Browse the repository at this point in the history
  3. update app color, adjusted some text and spacing

    Julian Currie committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    6c92f25 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Added the riverpod pkg

    Julian Currie committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    613fc12 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. added the uuid pkg

    Julian Currie committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    77294ac View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. removed the uuid package

    Julian Currie committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    ede7fb6 View commit details
    Browse the repository at this point in the history
  2. removed the intl pkg and getCurrentTime api function

    Julian Currie committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    08178ac View commit details
    Browse the repository at this point in the history
  3. added an extra text widget

    Julian Currie committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    22322c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. removed user_controller

    Julian Currie committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    7b14494 View commit details
    Browse the repository at this point in the history
  2. upgraded riverpod to use null saftey

    Julian Currie committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    dae96e0 View commit details
    Browse the repository at this point in the history
  3. migrated initial code to use null saftey

    Julian Currie committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    1cfc515 View commit details
    Browse the repository at this point in the history
Loading