- 15 Aug, 2021 1 commit
-
-
Pierre-Louis authored
* Improved update_icons.dart * Handle _ * Update dartdoc * Rename function * formatting * fix type * Refactor ID generation * rename * cleanup * update comment * replace typedef with type
-
- 20 Jul, 2021 1 commit
-
-
Pierre-Louis authored
-
- 14 Jul, 2021 1 commit
-
-
Pierre-Louis authored
* Fix sorting * Update icons.dart
-
- 10 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 30 Mar, 2021 1 commit
-
-
Pierre-Louis authored
* [Fonts] Update material icons (#78311) * Update icons * remove trailing blank line * Update icons.dart
-
- 25 Mar, 2021 3 commits
-
-
Pierre-Louis authored
This reverts commit e34f3b01.
-
Pierre-Louis authored
-
Pierre-Louis authored
* Update icons * remove trailing blank line
-
- 18 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 16 Mar, 2021 1 commit
-
-
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
-
- 09 Mar, 2021 2 commits
-
-
Pierre-Louis authored
* Update update_icons.dart * Merge and simplify identifier rewrites * Update update_icons.dart * Update update_icons.dart * Update update_icons.dart * Add newline * remove whitespace * Copy instead of moving * Fix typo * Clean up code Introduce fullFlutterId and fix a small dartdoc bug * Update update_icons.dart * Implement sorting * Remove trailing spaces * Revert "Remove trailing spaces" This reverts commit c198a160678f636add30966a016383657ea76972. * Revert "Implement sorting" This reverts commit 0fac8c1f1c8ba1ce867f5d5205e3d6f751c08a89. * Revert "Revert "Implement sorting"" This reverts commit 0f8ec2381ac87b44f43554d267783a5cc2375172. * Revert "Revert "Remove trailing spaces"" This reverts commit c3ef8658799e4f7aab851ff830d62ca2bb9aba94. * xx * add braces
-
Pierre-Louis authored
* Update update_icons.dart * Merge and simplify identifier rewrites * Update update_icons.dart * Update update_icons.dart * Update update_icons.dart * Add newline * remove whitespace * Copy instead of moving * Fix typo * Clean up code Introduce fullFlutterId and fix a small dartdoc bug * Update update_icons.dart * Implement sorting * Remove trailing spaces * Revert "Remove trailing spaces" This reverts commit c198a160678f636add30966a016383657ea76972. * Revert "Implement sorting" This reverts commit 0fac8c1f1c8ba1ce867f5d5205e3d6f751c08a89. * Remove trailing space * Add bug number * Rename 2d rewrite * Add _replaceLast * Add comment * Simplify, remove fullFlutterId * Remove IconStyle and reorder * xx * reorder
-
- 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
-