1. 10 Oct, 2020 1 commit
  2. 27 Sep, 2020 1 commit
  3. 27 Aug, 2020 1 commit
  4. 24 Jul, 2020 1 commit
  5. 11 Jun, 2020 1 commit
  6. 08 Jan, 2020 1 commit
  7. 07 Jan, 2020 1 commit
  8. 04 Dec, 2019 1 commit
  9. 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
  10. 24 Sep, 2019 1 commit
  11. 17 Sep, 2019 1 commit
  12. 09 Jul, 2019 1 commit
  13. 07 Jun, 2019 2 commits
  14. 06 Jun, 2019 1 commit
  15. 05 Jun, 2019 1 commit
  16. 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
  17. 01 May, 2019 1 commit
  18. 18 Dec, 2018 1 commit
  19. 08 Nov, 2018 1 commit
  20. 17 Oct, 2018 1 commit
  21. 05 Oct, 2018 2 commits
  22. 12 Sep, 2018 1 commit
  23. 02 Aug, 2018 1 commit
  24. 27 Jul, 2018 1 commit
  25. 23 Jul, 2018 1 commit
  26. 16 Jul, 2018 2 commits
  27. 05 Jun, 2018 1 commit
  28. 12 Mar, 2018 1 commit
  29. 02 Feb, 2018 1 commit
  30. 09 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Add an UnconstrainedBox and factor out debug overflow indicator. (#12856) · 3541ad0a
      Greg Spencer authored
      UnconstrainedBox will allow its child to size itself as if it had no constraints, and then attempt to fit around that object, until its own constraints are exceeded, in which case it will clip and display an overflow warning.
      
      I also factored out DebugOverflowIndicator, which will draw overflow indicators on containers which overflow but aren't expected to.
      3541ad0a