1. 07 Sep, 2022 1 commit
  2. 06 Aug, 2022 1 commit
  3. 05 Aug, 2022 1 commit
  4. 30 Mar, 2022 1 commit
  5. 04 Jan, 2022 1 commit
  6. 30 Mar, 2021 1 commit
  7. 25 Mar, 2021 2 commits
  8. 16 Mar, 2021 1 commit
    • Pierre-Louis's avatar
      [Fonts] Update material icons (#76607) · 5be3f215
      Pierre-Louis authored
      * Update icons using new process
      
      * Remove trailing blank line
      
      * regen icons.dart
      
      * regen with new codepoints
      
      * Update material_fonts.version
      
      Keep current Roboto
      5be3f215
  9. 05 Feb, 2021 1 commit
  10. 26 Sep, 2020 1 commit
  11. 24 Sep, 2020 1 commit
  12. 24 Jul, 2020 1 commit
  13. 07 Dec, 2017 1 commit
    • Jakob Andersen's avatar
      Make artifacts URLs configurable. (#13380) · e1018fab
      Jakob Andersen authored
      Add support for configuring the base storage URL for Flutter's
      artifacts. If FLUTTER_STORAGE_BASE_URL is set, use it instead of
      storage.googleapis.com.
      
      The pub server can be overridden by setting PUB_HOSTED_URL.
      e1018fab
  14. 10 Nov, 2017 1 commit
  15. 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
  16. 07 Oct, 2016 1 commit
  17. 03 Oct, 2016 1 commit
  18. 28 Mar, 2016 1 commit
  19. 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