1. 08 Jan, 2020 1 commit
  2. 06 Jan, 2020 1 commit
  3. 19 Dec, 2019 3 commits
  4. 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
  5. 22 Nov, 2019 1 commit
  6. 04 Oct, 2019 1 commit
  7. 27 Sep, 2019 1 commit
    • krisgiesing's avatar
      Fix ReorderableListView's use of child keys (#41334) (#41338) · 2b138fd7
      krisgiesing authored
      ReorderableListView was constructing a GlobalObjectKey using
      the child key as the value. This only had the intended behavior
      if the child key was identical across build method invocations.
      
      The new strategy is to scope the child key's value to the
      State object's identity, allowing child keys to have value
      compare semantics while disambiguating among different list view
      instances.
      2b138fd7
  8. 17 Sep, 2019 1 commit
  9. 24 Jul, 2019 1 commit
  10. 09 Mar, 2019 1 commit
  11. 07 Mar, 2019 1 commit
  12. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  13. 21 Feb, 2019 1 commit
  14. 29 Jan, 2019 1 commit
  15. 18 Jan, 2019 1 commit
  16. 08 Nov, 2018 1 commit
  17. 16 Oct, 2018 1 commit
  18. 22 Sep, 2018 1 commit
    • Ian Hickson's avatar
      [H] Cleanup (#21542) · 989cf18b
      Ian Hickson authored
      * Improve documentation and clean up code.
      
      * Remove "Note that".
      
      The phrase "note that" is basically meaningless as a prefix to an
      otherwise fine sentence.
      989cf18b
  19. 14 Sep, 2018 1 commit
  20. 13 Sep, 2018 1 commit
  21. 12 Sep, 2018 1 commit
  22. 28 Aug, 2018 1 commit
  23. 23 Aug, 2018 1 commit
  24. 20 Aug, 2018 1 commit
  25. 07 Aug, 2018 1 commit
  26. 02 Aug, 2018 1 commit
  27. 30 Jul, 2018 1 commit