1. 11 Jun, 2021 1 commit
  2. 04 Jun, 2021 1 commit
  3. 13 May, 2021 1 commit
  4. 03 May, 2021 1 commit
  5. 01 May, 2021 1 commit
  6. 28 Apr, 2021 1 commit
  7. 21 Apr, 2021 1 commit
  8. 12 Apr, 2021 1 commit
  9. 31 Mar, 2021 1 commit
  10. 30 Mar, 2021 1 commit
  11. 16 Mar, 2021 1 commit
  12. 04 Mar, 2021 1 commit
  13. 04 Feb, 2021 1 commit
  14. 28 Jan, 2021 1 commit
  15. 27 Jan, 2021 1 commit
  16. 23 Jan, 2021 1 commit
  17. 08 Oct, 2020 1 commit
  18. 07 Oct, 2020 1 commit
  19. 16 Sep, 2020 1 commit
  20. 09 Sep, 2020 1 commit
  21. 26 Jun, 2020 1 commit
  22. 11 Jun, 2020 1 commit
  23. 11 Feb, 2020 1 commit
  24. 07 Jan, 2020 1 commit
  25. 16 Dec, 2019 1 commit
  26. 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
  27. 22 Nov, 2019 1 commit
    • Alexandre Ardhuin's avatar
      make some BuildContext methods generics (#44189) · fcb40a05
      Alexandre Ardhuin authored
      * make BuildContext.{ancestorStateOfType,ancestorRenderObjectOfType,rootAncestorStateOfType} generic
      
      * make BuildContext.inheritFromWidgetOfExactType generic
      
      * make BuildContext.ancestorInheritedElementForWidgetOfExactType generic
      
      * make BuildContext.ancestorWidgetOfExactType generic
      
      * fix snippet
      
      * bump scoped_model on temp version
      
      * update names
      
      * Revert "bump scoped_model on temp version"
      
      This reverts commit d1fcbba028cdb07f44738d1652391692d1ea5ec0.
      
      * address review comments
      
      * fix ci
      
      * address review comments
      
      * repeat the deprecation notice
      
      * fix uppercase
      
      * use of recommanded deprecation syntax
      
      * address review comment
      fcb40a05
  28. 10 Oct, 2019 1 commit
    • Greg Spencer's avatar
      Re-land keyboard traversal PRs (#42278) · ce150971
      Greg Spencer authored
      This attempts to reland #40186 and #41220, that were reverted in #41945.
      
      The main modifications from the original PRs are that I predefine the shortcuts and actions maps instead of defining them inline in the build function, and I use a new mapEquals to do a deep comparison so that we don't rebuild modified things if the contents of the map haven't changed.
      
      I also eliminated an operator== and hashCode that were defined on the Actions widget, since widgets shouldn't have those. (it's too bad though: I get an 85% speedup if we leave this in! Too bad it prevents rebuilding of the children...)
      
      Fixes #40101
      ce150971
  29. 04 Oct, 2019 1 commit
  30. 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
  31. 28 Mar, 2019 1 commit
  32. 09 Mar, 2019 1 commit
  33. 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
  34. 21 Feb, 2019 1 commit
  35. 18 Jan, 2019 1 commit
  36. 18 Dec, 2018 1 commit
  37. 06 Oct, 2018 1 commit
  38. 01 Oct, 2018 1 commit
  39. 18 Sep, 2018 1 commit
  40. 12 Sep, 2018 1 commit