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

ChewieController #99

Merged
merged 24 commits into from
Jan 24, 2019
Merged

Commits on Jan 15, 2019

  1. Remove new statement

    cbenhagen committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    990d839 View commit details
    Browse the repository at this point in the history
  2. Run dartfmt

    cbenhagen committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    ef4cfeb View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Configuration menu
    Copy the full SHA
    5ee6608 View commit details
    Browse the repository at this point in the history
  2. Add myself to the authors

    cbenhagen committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    5961f50 View commit details
    Browse the repository at this point in the history
  3. Remove comments

    cbenhagen committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    b578b47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79abb08 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Configuration menu
    Copy the full SHA
    79011c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40e8700 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b33793 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9d84e0 View commit details
    Browse the repository at this point in the history
  5. Switch to using ChangeNotifier

    We can switch back to using ValueNotifier when we have a lot more values and it is more convenient to change and notify with one `value.copyWith(foo='bar')` instead of explicitly having to call notifyListeners(). Until then the code is just much cleaner without so much boiler plate.
    cbenhagen committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    bc12686 View commit details
    Browse the repository at this point in the history
  6. Remove todo

    cbenhagen committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    4b96ceb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f3fa335 View commit details
    Browse the repository at this point in the history
  8. Allow customising controls

    More finegraned customisation of exisiting controls to be added later.
    cbenhagen committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    aeac812 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2019

  1. Do not initialize twice

    cbenhagen committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    a16cabd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2e66aa View commit details
    Browse the repository at this point in the history
  3. Add analysis options

    cbenhagen committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    bdb0278 View commit details
    Browse the repository at this point in the history
  4. Update README and CHANGELOG

    cbenhagen committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    b41d83d View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Version 0.9.0

    cbenhagen committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    333cb2f View commit details
    Browse the repository at this point in the history
  2. Add documentation

    cbenhagen committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    bf58a0d View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Allow ChewieController.of

    And make the provider private
    cbenhagen committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    2bd06b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Configuration menu
    Copy the full SHA
    fc1bc16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd20458 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c553696 View commit details
    Browse the repository at this point in the history