- 08 Dec, 2020 2 commits
-
-
Pierre-Louis authored
-
Pierre-Louis authored
-
- 30 Nov, 2020 1 commit
-
-
Pierre-Louis authored
-
- 18 Nov, 2020 1 commit
-
-
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
-
- 28 Sep, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 24 Sep, 2020 1 commit
-
-
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.
-
- 24 Jul, 2020 1 commit
-
-
Will Larche authored
-
- 11 Jun, 2020 2 commits
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
Darren Austin authored
-
- 08 Jan, 2020 1 commit
-
-
Greg Spencer authored
-
- 07 Jan, 2020 1 commit
-
-
Sam Rawlins authored
-
- 03 Dec, 2019 1 commit
-
-
Dan Field authored
-
- 27 Nov, 2019 1 commit
-
-
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
-
- 09 Aug, 2019 1 commit
-
-
Brian Egan authored
-
- 18 Dec, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 28 Aug, 2018 1 commit
-
-
Janice Collins authored
* Remove workaround for dart-lang/dartdoc#1125 * Update update_icons.dart for optional const and to remove markup stripping workaround
-
- 02 Aug, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 27 Jul, 2018 1 commit
-
-
Todd Volkert authored
It was causing problems rolling Flutter into Fuchsia
-
- 23 Jul, 2018 1 commit
-
-
Alexandre Ardhuin authored
* re-enable lint unnecessary_const * remove trailling whitespaces * remove unnecessary const (after merge)
-
- 16 Jul, 2018 2 commits
-
-
Ian Hickson authored
This reverts commit cc1cf13e.
-
Alexandre Ardhuin authored
-
- 16 Nov, 2017 1 commit
-
-
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.
-
- 08 Nov, 2017 1 commit
-
-
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.
-
- 21 May, 2017 1 commit
-
-
xster authored
Moved everything icons related except the material icon button and the materialicon font list to widget
-
- 19 Apr, 2017 1 commit
-
-
Adam Barth authored
Turns out we have many immutable classes. Fixes #6892
-
- 18 Mar, 2017 1 commit
-
-
Adam Barth authored
This update adds support for custom fonts in icons. As an example, it can be used with the icon-set from https://materialdesignicons.com Thanks to @vlidholt for the original patch. Fixes #4494 Fixes #3199
-
- 04 Oct, 2016 1 commit
-
-
Chris Bracken authored
-
- 03 Oct, 2016 1 commit
-
-
Chris Bracken authored
-
- 13 Apr, 2016 1 commit
-
-
Devon Carew authored
-
- 12 Apr, 2016 2 commits
-
-
Devon Carew authored
* styles updates for the api docs * update library docs * use the new --favion and --use-categories options for dartdoc
-
Adam Barth authored
Now past halfway though material.dart by files.
-
- 01 Apr, 2016 1 commit
-
-
Adam Barth authored
-
- 23 Mar, 2016 1 commit
-
-
Ian Hickson authored
-
- 18 Mar, 2016 5 commits
- 14 Mar, 2016 1 commit
-
-
Hixie authored
-
- 02 Mar, 2016 1 commit
-
-
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
-