- 21 Jul, 2023 1 commit
-
-
Pierre-Louis authored
Fixes https://github.com/flutter/flutter/issues/130978 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/wiki/Tree-hygiene#overview [Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene [test-exempt]: https://github.com/flutter/flutter/wiki/Tree-hygiene#tests [Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [Features we expect every widget to implement]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/wiki/Chat
-
- 13 Mar, 2023 1 commit
-
-
Pierre-Louis authored
* x * docs
-
- 24 Aug, 2022 1 commit
-
-
Pierre-Louis authored
-
- 28 Jul, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 06 May, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 27 Apr, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 05 Apr, 2022 1 commit
-
-
Pierre-Louis authored
* add code to generate new icon demo and make font family optional * remove trailing spaces * Update update_icons_test.dart * remove trailing space
-
- 09 Mar, 2022 1 commit
-
-
Pierre-Louis authored
-
- 30 Jan, 2022 1 commit
-
-
Pierre-Louis authored
* Prevent double underscores after replacement * add test * remove trailing space
-
- 08 Dec, 2021 1 commit
-
-
Pierre-Louis authored
* Update update_icons.dart * formatting * more formatting * simplify safety checks * add safety checks tests * formatting * update copyright * naming * revert copyright * add `fontFamily` option * tweak diff messages * Update update_icons.dart * don't exit if platform adaptive icon not found * remove trailing spaces * remove warning and fix insert_chart (outlined) dartdoc * x * add error message when exiting due to failed safety checkes * fix icon reference * fix rewrite for onetwothree
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 07 Sep, 2021 1 commit
-
-
Anis Alibegić authored
-
- 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
-
- 15 Jul, 2021 1 commit
-
-
Pierre-Louis authored
* Fix sorting * Update icons.dart * [Fonts] Use instead matching instead of prefix * Add new
-
- 14 Jul, 2021 1 commit
-
-
Pierre-Louis authored
* Fix sorting * Update icons.dart
-
- 09 Jun, 2021 1 commit
-
-
Abhishek Ghaskata authored
-
- 24 Apr, 2021 1 commit
-
-
Christopher Fujino authored
-
- 25 Mar, 2021 1 commit
-
-
Pierre-Louis authored
-
- 16 Mar, 2021 1 commit
-
-
Pierre-Louis authored
-
- 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
-
- 20 Feb, 2021 1 commit
-
-
Pierre-Louis authored
-
- 08 Dec, 2020 1 commit
-
-
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
-
- 26 Oct, 2020 1 commit
-
-
Pierre-Louis authored
* refactor update_icons * fix trailing space * address feedback * Rename to _iconsMirroredWhenRTL
-
- 15 Oct, 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.
-
- 30 Jul, 2020 1 commit
-
-
Mehmet Fidanboylu authored
-
- 24 Jul, 2020 1 commit
-
-
Will Larche authored
-
- 07 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 05 Dec, 2019 1 commit
-
-
Alexandre Ardhuin 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
-
- 06 Mar, 2019 1 commit
-
-
Phil Quitslund authored
-
- 01 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 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
-