- 02 Feb, 2022 1 commit
-
-
Zachary Anderson authored
-
- 08 Jan, 2022 1 commit
-
-
Greg Spencer authored
-
- 07 Jan, 2022 1 commit
-
-
Greg Spencer authored
Updates the platform shims in dev/manual_tests so that Windows and Linux can be built. I had to update the Windows shims, because I was unable to build a Windows app there. Also updates the analyze.dart script to report all license issues simultaneously instead of just dying after the first failure. The only substantive code changes are in dev/bots/analyze.dart and dev/bots/test/analyze_test.dart
-
- 14 Dec, 2021 1 commit
-
-
Jonah Williams authored
-
- 19 Nov, 2021 1 commit
-
-
Ian Hickson authored
-
- 09 Nov, 2021 2 commits
-
-
Zachary Anderson authored
This reverts commit bfe9c598.
-
Greg Spencer authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 15 Sep, 2021 1 commit
-
-
Ian Hickson authored
-
- 30 Aug, 2021 1 commit
-
-
Kate Lovett authored
-
- 12 Aug, 2021 1 commit
-
-
Greg Spencer authored
Switch document generation to use the snippets package instead of the snippets code in the Flutter repo. In the process, some bugs in sample code analysis have been fixed, and I've fixed some more errors in the samples. This will allow the snippets package to be developed separately from the Flutter repo, and reduce the code in the Flutter repo. The snippets code is deleted in this PR. I also converted some comments in the snippet templates to be regular comments instead of doc comments, because having a doc comment block before the imports causes the Dart import sorter to lose the comment. They should have been regular comments in the first place. The snippets package resides in the assets-for-api-docs repo. The sample analysis has also been converted to be run in parallel, and I've bumped the Dartdoc version to 1.0.2.
-
- 06 Aug, 2021 1 commit
-
-
Chris Bracken authored
Python 2 has been end-of-life'd since January 2020, all Python scripts on which Flutter depends have been migrated to Python 3. This changes documentation and remaining invocations to explicitly invoke python3. Issue: https://github.com/flutter/flutter/issues/83043
-
- 04 Aug, 2021 1 commit
-
-
Greg Spencer authored
This fixes how the sample analyzer handles missing_identifier errors. It was looking at the wrong line, and missing an else clause, so it was silently allowing missing_identifier errors to pass. In addition, this fixes the sample generation so that it uses the correct filename for the output files: it previously was looking for the first line that had a filename, which was meant to indicate a non-generated line. This change adds a new Line.generated constructor for generated lines, so that they can also have the correct filename associated with them.
-
- 03 Aug, 2021 1 commit
-
-
Darren Austin authored
-
- 26 Jul, 2021 1 commit
-
-
Greg Spencer authored
Fixes a small problem with the analyze.dart script that fixes it so that it can be invoked from any directory, not just the Flutter root.
-
- 19 Jul, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 14 Jun, 2021 1 commit
-
-
Greg Spencer authored
This adds avoid_dynamic_calls to the list of lints, and fixes all instances where it was violated. Importantly, this lint is NOT turned on for flutter/packages/test, because those changes are happening in another PR: #84478
-
- 10 Jun, 2021 1 commit
-
-
Greg Spencer authored
This switches the sample analysis code to use package:flutter_lints instead of the flutter repo analysis options, so that they are compatible with a similar change to DartPad.
-
- 01 Jun, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 28 May, 2021 1 commit
-
-
godofredoc authored
-
- 19 May, 2021 1 commit
-
-
Hattomo (TomohiroHattori) authored
-
- 12 May, 2021 2 commits
-
-
Jenn Magder authored
-
Alexandre Ardhuin authored
-
- 11 May, 2021 2 commits
-
-
Christopher Fujino authored
-
Alexandre Ardhuin authored
-
- 10 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 03 May, 2021 1 commit
-
-
Christopher Fujino authored
-
- 22 Apr, 2021 1 commit
-
-
Greg Spencer authored
-
- 30 Mar, 2021 1 commit
-
-
Christopher Fujino authored
-
- 25 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 22 Mar, 2021 1 commit
-
-
Todd Volkert authored
-
- 16 Mar, 2021 2 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 0cbe5975.
-
- 15 Mar, 2021 1 commit
-
-
Ian Hickson authored
-
- 12 Mar, 2021 1 commit
-
-
Greg Spencer authored
Update samples to use repo analysis options, Fix sample templates and a ton of analyzer issues (#77868)
-
- 11 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 09 Mar, 2021 1 commit
-
-
Tong Mu authored
* Impl * Escape$ * eofnl * Make message more clear
-
- 06 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-