- 18 Jul, 2023 1 commit
-
-
Greg Spencer authored
## Description This adds a checker that will check all of the API docs examples to make sure that they are linked from at least one source file in the packages. It also checks to make sure that all of the examples have an associated test. Since there are a large number that don't have tests at the moment, there is also a large exception list that can be burned down (burn down list is in https://github.com/flutter/flutter/issues/130459). Because there are missing links currently, this PR will only pass after https://github.com/flutter/flutter/pull/130521 is merged. ## Related Issues - https://github.com/flutter/flutter/issues/129956 - https://github.com/flutter/flutter/issues/130459 ## Tests - Added test for the checker.
-
- 08 Jun, 2023 1 commit
-
-
LongCatIsLooong authored
I'm getting a few false positives in https://github.com/flutter/flutter/pull/128522/checks from the `num.clamp` checker since I introduced a class with a `clamp` method.
-
- 15 May, 2023 1 commit
-
-
Tomasz Gucio authored
-
- 06 Apr, 2023 1 commit
-
-
Ian Hickson authored
Deprecate these old APIs
-
- 30 Mar, 2023 1 commit
-
-
Danny Tuppeny authored
Prevent bots/analyze.dart crashing on circular dependencies
-
- 29 Mar, 2023 1 commit
-
-
Michael Goderbauer authored
Check cc files
-
- 17 Mar, 2023 1 commit
-
-
Ian Hickson authored
remove obsolete todo in doubleClamp lint
-
- 28 Feb, 2023 1 commit
-
-
Nabeel Parkar authored
Migrate activation issue template to Github form issues
-
- 23 Feb, 2023 1 commit
-
-
Lioness100 authored
* Fix typos * lowercase animated & opacity * Undo typo fix --------- Co-authored-by: Michael Goderbauer <goderbauer@google.com>
-
- 17 Feb, 2023 1 commit
-
-
Ian Hickson authored
* lerp documentation * Remove Note, Note That from repo * Improve BorderSide documentation. * apply review comments
-
- 08 Feb, 2023 1 commit
-
-
Greg Price authored
Fixes #117659 It turns out this was due to the output-suppression timer introduced recently as part of cleaning up the output (#109206); on success, the script would wait 10 minutes for the timeout to expire. This didn't affect CI because this feature doesn't apply in CI (as detected by lack of color on stdout.) Fix the issue by cleaning up the timer on success in the same way as on failure. While here, clean up the final summary messages slightly, and also cut the trailing space that printProgress was leaving on each line.
-
- 01 Feb, 2023 1 commit
-
-
Ian Hickson authored
-
- 24 Jan, 2023 1 commit
-
-
yaakovschectman authored
* Create template file test * Add to .ci.yaml * Add to TESTOWNERS * Organize test script * Push license to top of file * Equals sign * Utilize path.join * Expand error message Co-authored-by: Loïc Sharma <737941+loic-sharma@users.noreply.github.com> * Fix missing newline string * Move template file test to analyze.dart * Fix newline * Var name * Fix extension length * Use ignore-list for filenames * Update dev/bots/analyze.dart Co-authored-by: Loïc Sharma <737941+loic-sharma@users.noreply.github.com> * Indentation Co-authored-by: Loïc Sharma <737941+loic-sharma@users.noreply.github.com>
-
- 21 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
-
- 11 Dec, 2022 1 commit
-
-
Ian Hickson authored
-
- 08 Nov, 2022 2 commits
-
-
Zachary Anderson authored
This reverts commit 53e68762.
-
Kate Lovett authored
* allow marking a golden check as flaky * add matchesFlutterGolden to analyze.dart; no tags for flutter_goldens/lib * Pause * ++ * ++ * Analyzer therapy * Once more with feeling * Nits * Review feedback * Silly oops * Test progress * More tests * Finish * Nits * Analyzer * Review feedback Co-authored-by: Yegor Jbanov <yjbanov@google.com>
-
- 17 Sep, 2022 1 commit
-
-
Viren Khatri authored
-
- 14 Aug, 2022 1 commit
-
-
Ian Hickson authored
-
- 10 Aug, 2022 1 commit
-
-
Ian Hickson authored
-
- 05 Aug, 2022 1 commit
-
-
Ian Hickson authored
-
- 28 Jul, 2022 2 commits
-
-
Michael Goderbauer authored
-
Greg Spencer authored
-
- 25 Jul, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 12 Jul, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 30 Jun, 2022 1 commit
-
-
stuartmorgan authored
-
- 27 Jun, 2022 1 commit
-
-
Christopher Fujino authored
-
- 23 Jun, 2022 1 commit
-
-
Christopher Fujino authored
-
- 07 Jun, 2022 1 commit
-
-
Darren Austin authored
-
- 18 May, 2022 1 commit
-
-
gaaclarke authored
-
- 14 May, 2022 1 commit
-
-
Chris Bracken authored
Many of our flutter_tools templates include image assets such as application icons. Adding these will trigger an analysis error from our CI tooling. This adds a pointer to the wiki describing the procedure for adding or updating image assets in the templates: https://github.com/flutter/flutter/wiki/Managing-template-image-assets Uncovered while working on https://github.com/flutter/flutter/issues/103371
-
- 12 May, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 09 May, 2022 1 commit
-
-
Greg Spencer authored
When I added localizations for shortcut keys, I added some that actually can't be shortcut keys, so I'm removing them again. These are mostly Japanese-specific keys that don't even appear on modern keyboards for the most part. Also, added menuBarMenuLabel for an accessibility label for menu bar menus. I modified the code for the localization generation scripts to add a --remove-undefined flag that will remove any localizations that don't appear in the canonical locale.
-
- 04 May, 2022 1 commit
-
-
Zachary Anderson authored
-
- 28 Apr, 2022 1 commit
-
-
Phil Quitslund authored
-
- 27 Apr, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 14 Apr, 2022 1 commit
-
-
Christopher Fujino authored
-
- 08 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 29 Mar, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 25 Feb, 2022 1 commit
-
-
Jonah Williams authored
-