1. 08 Dec, 2020 2 commits
  2. 30 Nov, 2020 1 commit
  3. 18 Nov, 2020 1 commit
    • Pierre-Louis's avatar
      Adaptive icons (#69119) · 2f17d4e0
      Pierre-Louis authored
      * refactor update_icons
      
      * fix trailing space
      
      * address feedback
      
      * add platform adaptive icons
      
      * fix merge conflict
      
      * Update dartdoc
      
      * Address feedback
      
      * Specify types
      
      * Add tests
      
      * fix indentation
      
      * Remove trailing space
      
      * Remove isCupertino static bool
      2f17d4e0
  4. 28 Sep, 2020 1 commit
  5. 24 Sep, 2020 1 commit
    • Will Larche's avatar
      [Docs] [Material] Fix Icons api docs (#66508) · ee6d4c65
      Will Larche authored
      * [Docs] [Icons] Updating dart doc styles to recognize more styles of icons. All the 4 icon styles we support have to be pulled from 4 individual web fonts when we show the html page for api docs.
      
      * Better documentation and that special awful case.
      
      * Couple more places to remove.
      ee6d4c65
  6. 24 Jul, 2020 1 commit
  7. 11 Jun, 2020 2 commits
  8. 08 Jan, 2020 1 commit
  9. 07 Jan, 2020 1 commit
  10. 03 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. 09 Aug, 2019 1 commit
  13. 18 Dec, 2018 1 commit
  14. 28 Aug, 2018 1 commit
  15. 02 Aug, 2018 1 commit
  16. 27 Jul, 2018 1 commit
  17. 23 Jul, 2018 1 commit
  18. 16 Jul, 2018 2 commits
  19. 16 Nov, 2017 1 commit
    • Ian Hickson's avatar
      ExpansionPanel animation fixes (#13032) · c97fc206
      Ian Hickson authored
      Previously, ExpansionPanel would do weird things if interacted with
      when it was already animating. This is fixed and there's now a test.
      
      Also:
      
       * Minor fixes to make the gallery work in RTL, not that there's
         any way to see that without hard-coding the framework to RTL.
         But at least I'll be less annoyed when doing that.
      
       * Some trivial code and documentation cleanup.
      c97fc206
  20. 08 Nov, 2017 1 commit
    • Ian Hickson's avatar
      Automatically flip material icons in RTL. (#12876) · 97b3742f
      Ian Hickson authored
      I'm not really sure how to test this without a reference test, since
      eventually we want to move this to a font feature and thus the obvious
      test (looking for the Transform widget) isn't really valid.
      97b3742f
  21. 21 May, 2017 1 commit
  22. 19 Apr, 2017 1 commit
  23. 18 Mar, 2017 1 commit
  24. 04 Oct, 2016 1 commit
  25. 03 Oct, 2016 1 commit
  26. 13 Apr, 2016 1 commit
  27. 12 Apr, 2016 2 commits
  28. 01 Apr, 2016 1 commit
  29. 23 Mar, 2016 1 commit
  30. 18 Mar, 2016 5 commits
  31. 14 Mar, 2016 1 commit
  32. 02 Mar, 2016 1 commit
    • Adam Barth's avatar
      Switch Material Design icons to using the iconfont · 870894fc
      Adam Barth authored
      Rather than managing all the Material Design icons manually, we now
      manage them using an icon font. The icon font contains glyphs for each
      icon in an efficient vector format.
      
      This patch updates the FLX tooling to include the MaterialIcons font and
      updates the Icon widget to use the font instead of asset images.
      
      Fixes #2313
      Fixes #2218
      Fixes #2009
      Fixes #994
      870894fc