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

Add sound null safety #76

Merged
merged 34 commits into from
Nov 24, 2020
Merged

Add sound null safety #76

merged 34 commits into from
Nov 24, 2020

Commits on Nov 13, 2020

  1. Upgrade dependencies and fix lints

    Tim Sneath committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    65a115d View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary floats

    Tim Sneath committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    da5ba18 View commit details
    Browse the repository at this point in the history
  3. Revert bottom_navy_bar version

    Tim Sneath committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    4ead48c View commit details
    Browse the repository at this point in the history
  4. Tidy up to wrap in 80 chars

    Tim Sneath committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    5edd641 View commit details
    Browse the repository at this point in the history
  5. Use final where possible

    Tim Sneath committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    37d42bb View commit details
    Browse the repository at this point in the history
  6. Migrate package to null safety

    Tim Sneath committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    de25751 View commit details
    Browse the repository at this point in the history
  7. Add test for implicit dynamic

    Tim Sneath committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    f8a60d8 View commit details
    Browse the repository at this point in the history
  8. Remove lint rules that are already in pedantic

    Tim Sneath committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    19e20fc View commit details
    Browse the repository at this point in the history
  9. Minor idiomatic changes

    Tim Sneath committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    ea89d3c View commit details
    Browse the repository at this point in the history
  10. Replace implicit dynamic lists with List<Object>

    Tim Sneath committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    95657d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. Merge branch 'master' into null_safety

    Tim Sneath committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    9bb6a8a View commit details
    Browse the repository at this point in the history
  2. Remove redundant null assertions

    Tim Sneath committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    5e9b735 View commit details
    Browse the repository at this point in the history
  3. Clean up naming

    Tim Sneath committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    c710d06 View commit details
    Browse the repository at this point in the history
  4. Prefer declaring variables as final if possible

    Tim Sneath committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    57d1122 View commit details
    Browse the repository at this point in the history
  5. Remove null test

    Tim Sneath committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    5211d68 View commit details
    Browse the repository at this point in the history
  6. Fix spelling nit

    Tim Sneath committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    6319b48 View commit details
    Browse the repository at this point in the history
  7. Cleaner null test syntax

    Tim Sneath committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    cfd69ca View commit details
    Browse the repository at this point in the history
  8. Improve inclusive language

    Tim Sneath committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    3d9799e View commit details
    Browse the repository at this point in the history
  9. Grammar cleanup on property validation text

    Tim Sneath committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    8677bbf View commit details
    Browse the repository at this point in the history
  10. Make textStyle non-nullable

    Tim Sneath committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    b8261f4 View commit details
    Browse the repository at this point in the history
  11. Improve inclusive language

    Tim Sneath committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    29c4a14 View commit details
    Browse the repository at this point in the history
  12. Clean up naming

    Tim Sneath committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    49a70c3 View commit details
    Browse the repository at this point in the history
  13. Grammar cleanup on property validation text

    Tim Sneath committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    44036cf View commit details
    Browse the repository at this point in the history
  14. Prefer final locals

    Tim Sneath committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    109a501 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5b209cc View commit details
    Browse the repository at this point in the history
  16. Minor cleanup

    Tim Sneath committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    72a0c05 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'master' into null_safety

    Tim Sneath committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    0782772 View commit details
    Browse the repository at this point in the history
  18. Update version number to null safe recommendation

    Tim Sneath committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    15832ea View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Merge remote-tracking branch 'upstream/master'

    Tim Sneath committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    88dd663 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from timsneath/null_safety

    Migrate package to support sound null safety
    timsneath committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    853c53c View commit details
    Browse the repository at this point in the history
  3. Tweak pubspec

    Tim Sneath committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    c56ca99 View commit details
    Browse the repository at this point in the history
  4. Tweak pubspec

    Tim Sneath committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    f3a7d2c View commit details
    Browse the repository at this point in the history
  5. Switch var to final/const

    Tim Sneath committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    ce6fbff View commit details
    Browse the repository at this point in the history
  6. Tweak pubspec version

    Tim Sneath committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    6360cd0 View commit details
    Browse the repository at this point in the history