1. 14 Aug, 2020 2 commits
    • Paul Berry's avatar
      Ignore/fix dead_code checks for weak-only null checks. (#63794) · d80aa480
      Paul Berry authored
      Now that https://github.com/dart-lang/sdk/issues/41985 is fixed, the
      analyzer detects dead code due to "unnecessary" null checks.  Since we
      want to retain null checks in Flutter even when they appear
      unnecessary (in order to preserve runtime behavior in weak mode), we
      need to suppress these dead code hints.
      
      Note that one assertion is removed by this PR (`heightFactor != null
      || (heightFactor == 1.0 && heightDelta == 0.0)`).  This is because
      `heightFactor == 1.0 && heightDelta == 0.0` can only be true if
      `heightFactor != null`, so this assertion is equivalent to simply
      asserting that `heightFactor != null`, which is already asserted two
      lines above.
      d80aa480
    • Alexandre Ardhuin's avatar
      migrate painting to nullsafety (#63703) · 96f36450
      Alexandre Ardhuin authored
      * migrate painting to nullsafety
      
      * address review comments
      96f36450
  2. 11 Jun, 2020 1 commit
  3. 31 Jan, 2020 1 commit
  4. 28 Jan, 2020 1 commit
  5. 24 Jan, 2020 1 commit
  6. 15 Jan, 2020 1 commit
  7. 09 Jan, 2020 1 commit
  8. 08 Jan, 2020 1 commit
  9. 07 Jan, 2020 1 commit
  10. 05 Dec, 2019 1 commit
  11. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
  12. 16 Nov, 2019 1 commit
  13. 28 Oct, 2019 1 commit
  14. 08 Oct, 2019 1 commit
  15. 28 Aug, 2019 2 commits
  16. 17 Jul, 2019 1 commit
  17. 08 Jun, 2019 1 commit
  18. 07 Jun, 2019 2 commits
  19. 06 Jun, 2019 3 commits
  20. 05 Jun, 2019 1 commit
  21. 04 Jun, 2019 1 commit
    • Gary Qian's avatar
      Text inline widgets, TextSpan rework (#33794) · 86862c1e
      Gary Qian authored
      * Merge in changes for inline widgets
      
      * Make analyzer happy, fix tests
      
      * Fix analyzer
      
      * Add missing doc
      
      * Docs on RichText
      
      * Fix analyzer some more
      
      * Remove whitespace at end of line
      
      * Update goldens
      
      * Text fixes
      
      * Analyzer
      86862c1e
  22. 10 Apr, 2019 1 commit
  23. 08 Nov, 2018 1 commit
  24. 01 Oct, 2018 1 commit
  25. 12 Sep, 2018 1 commit
  26. 07 Sep, 2018 1 commit
  27. 05 Jun, 2018 1 commit
  28. 17 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Fix spelling errors in all the dartdocs. (#13061) · 0259be90
      Greg Spencer authored
      I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once.
      
      This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments.
      0259be90
  29. 21 Sep, 2017 1 commit
  30. 11 Sep, 2017 1 commit
  31. 29 Aug, 2017 1 commit
  32. 03 Aug, 2017 1 commit
  33. 28 Jul, 2017 1 commit
  34. 27 Jul, 2017 1 commit
    • Ian Hickson's avatar
      Increase the touch slop. (#11419) · 87445e59
      Ian Hickson authored
      It was 8.0. It's now arbitrarily 18.0.
      
      Changing this required adjusting some tests. Adjusting the tests
      required debugging the tests. Debugging the tests required some tools
      to help debugging gesture recognizers and gesture arenas, so I added
      some. It also required updating some toString() methods which resulted
      in some changes to the tree diagnostics logic.
      
      Also I cleaned up some docs while I was at it.
      87445e59
  35. 25 Jul, 2017 1 commit