- 30 Mar, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 19 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 16 Mar, 2021 2 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 0cbe5975.
-
- 15 Mar, 2021 1 commit
-
-
Ian Hickson authored
-
- 09 Mar, 2021 1 commit
-
-
Tong Mu authored
* Impl * Escape$ * eofnl * Make message more clear
-
- 06 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 02 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 24 Feb, 2021 1 commit
-
-
Jenn Magder authored
-
- 07 Nov, 2020 1 commit
-
-
Yuqian Li authored
-
- 06 Nov, 2020 1 commit
-
-
Dan Field authored
-
- 09 Oct, 2020 1 commit
-
-
Jonah Williams authored
The train command does nothing and was originally added to provide a no-output default for generating app-jit snapshots. The inject-plugins command is only for a repo-only analysis check, which is not necessary since we regenerate during pub get. #29805
-
- 28 Sep, 2020 1 commit
-
-
Jonah Williams authored
Check in linux and windows platform code now that they are stable, so that we could use in devicelab in the future. Removed the ICO from the windows example to avoid analysis check, and since it won't be important for benchmarking or UI tests
-
- 18 Sep, 2020 1 commit
-
-
Darren Austin authored
-
- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst authored
-
- 30 Jul, 2020 1 commit
-
-
Jim Graham authored
-
- 21 Jul, 2020 1 commit
-
-
Darren Austin authored
-
- 19 Jun, 2020 3 commits
-
-
Christopher Fujino authored
Re-land "Deprecate WhitelistingTextInputFormatter and BlacklistingTextInputFormatter (#59120)" (#59876) This relands #59120, which was reverted in #59870.
-
Christopher Fujino authored
Revert "Deprecate WhitelistingTextInputFormatter and BlacklistingTextInputFormatter (#59120)" (#59870) This reverts commit 8665e138.
-
Ian Hickson authored
-
- 16 Jun, 2020 1 commit
-
-
Michael Goderbauer authored
* Word substitutions * ++
-
- 04 May, 2020 1 commit
-
-
Paul Berry authored
An upcoming Dart SDK change (https://github.com/dart-lang/sdk/commit/fa2fd41166db35afa4777e63f900e83d25709c5c) changes the precise text of the exception generated by `utf8.decode` if a non-UTF8 file is found. This is causing a breakage in the Dart team's `flutter-analyze` bot (and will presumably cause a breakage in the corresponding Flutter bot as soon as this change is rolled into Flutter). To avoid this breakage, the bot shouldn't rely on the exact exception text; it is sufficient to simply catch a FormatException.
-
- 22 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 06 Apr, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 23 Mar, 2020 1 commit
-
-
stuartmorgan authored
Adds initial support for flutter create of apps and plugins. This is derived from the current FDE example app and sample plugin, adding template values where relevant. Since the APIs/tooling/template aren't stable yet, the app template includes a version marker, which will be updated each time there's a breaking change. The build now checks that the template version matches the version known by that version of the tool, and gives a specific error message when there's a mismatch, which improves over the current breaking change experience of hitting whatever build failure the breaking change causes and having to figure out that the problem is that the runner is out of date. It also adds a warning to the create output about the fact that it won't be stable. Plugins don't currently have a version marker since in practice this is not a significant problem for plugins yet the way it is for runners; we can add it later if that changes. Fixes #30704
-
- 16 Mar, 2020 1 commit
-
-
Michael Thomsen authored
Move Flutter Gallery to dev/integration_tests/ as it is an older copy used only for testing. The current version of the Flutter Gallery now lives in https://github.com/flutter/gallery.
-
- 12 Feb, 2020 1 commit
-
-
Casey Hillers authored
-
- 11 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Feb, 2020 1 commit
-
-
Jenn Magder authored
-
- 30 Jan, 2020 1 commit
-
-
Greg Spencer authored
The stocks example app is outdated and deprecated, but we still use it for some benchmark tests. Moving it into the benchmarks directory to indicate its status.
-
- 28 Jan, 2020 1 commit
-
-
Jonah Williams authored
-
- 15 Jan, 2020 1 commit
-
-
Dan Field authored
-
- 10 Jan, 2020 1 commit
-
-
Jonah Williams authored
[flutter_tools][web] Add support for web app manifests and arbitrary resource files (from web/) (#48316)
-
- 09 Jan, 2020 1 commit
-
-
LongCatIsLooong authored
-
- 07 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 02 Jan, 2020 2 commits
-
-
Francisco Magdaleno authored
This reverts commit e768c92f.
- 31 Dec, 2019 1 commit
-
-
Ian Hickson authored
* Update packages. * Add many more global analyses. * Catch trailing spaces and trailing newlines in all text files. Before we were only checking newly added files, but that means we missed some. * Port the trailing spaces logic to work on Windows too. * Correct all the files with trailing spaces and newlines. * Refactor some of the dev/bots logic into a utils.dart library. Notably, the "exit" and "print" shims for testing are now usable from test.dart, analyze.dart, and run_command.dart. * Add an "exitWithError" function that prints the red lines and then exits. This is the preferred way to exit from test.dart, analyze.dart, and run_command.dart. * More consistency in the output of analyze.dart. * Refactor analyze.dart to use the _allFiles file enumerating logic more widely. * Add some double-checking logic to the _allFiles logic to catch cases where changes to that logic end up catching fewer files than expected (helps prevent future false positives). * Add a check to prevent new binary files from being added to the repository. Grandfather in the binaries that we've already added. * Update all the dependencies (needed because we now import crypto in dev/bots/analyze.dart).
-
- 17 Dec, 2019 1 commit
-
-
Shi-Hao Hong authored
-
- 05 Dec, 2019 1 commit
-
-
Alexandre Ardhuin authored
-