- 17 Feb, 2023 1 commit
-
-
Casey Hillers authored
This reverts commit 2df140f4.
-
- 16 Feb, 2023 1 commit
-
-
Danny Tuppeny authored
Sometimes when the integration tests run Flutter apps they get this output (perhaps based on timing of file modification times). Some of the tests want to verify strict output but not fail just based on these lines before the app starts. See https://github.com/flutter/flutter/issues/120015 / https://github.com/flutter/flutter/pull/120016.
-
- 15 Feb, 2023 3 commits
-
-
Christopher Fujino authored
* wip run_local_linter.dart * get run_local_linter.dart working * slow working implementation * speed up run_local_linter.dart * fix run_local_linter.dart * remove catchError * another fix * fix another * fix * more fixes * fix moar * fix moar * fix * finish * fix tests * clean up further * code review * delete run_local_linter.dart
-
Zachary Anderson authored
* In test of --(no-)fatal-infos analyzer flags, pin missing_return to info * Remove trailing spaces
-
Jackson Gardner authored
We should address this more permanently: https://github.com/flutter/flutter/issues/120750
-
- 13 Feb, 2023 1 commit
-
-
Ben Konyi authored
Observatory is being deprecated for Dart 3.0 so it should no longer be referenced in tooling messaging / flags. See https://github.com/dart-lang/sdk/issues/50233
-
- 10 Feb, 2023 1 commit
-
-
Mouad Debbar authored
This reverts commit 0fb4406c.
-
- 09 Feb, 2023 3 commits
-
-
Jonah Williams authored
-
Michael Thomsen authored
-
Kevin Chisholm authored
This reverts commit e03029ef.
-
- 07 Feb, 2023 1 commit
-
-
Mouad Debbar authored
-
- 06 Feb, 2023 1 commit
-
- 04 Feb, 2023 1 commit
-
-
Brandon DeRosier authored
-
- 02 Feb, 2023 2 commits
-
-
Danny Tuppeny authored
-
Michael Goderbauer authored
* Make Flex,Row,Column const for real * dart fix --apply * fix snippets * fix integration test * add comment
-
- 01 Feb, 2023 2 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
Revert "Reland "Add --serve-observatory flag to run, attach, and test (#118402)" (#119529)" (#119729) This reverts commit 7477d7ac.
-
- 30 Jan, 2023 1 commit
-
- 27 Jan, 2023 1 commit
-
-
Zachary Anderson authored
This reverts commit 6cd4fa45.
-
- 25 Jan, 2023 1 commit
-
-
Ben Konyi authored
This flag will allow for Observatory to be served by the VM service once it is disabled by default in the Dart SDK.
-
- 23 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
* dart fix --apply * manual fixes * fix after merge conflicts * review
-
- 19 Jan, 2023 2 commits
-
-
Danny Tuppeny authored
* Support logging 'flutter run' communication to DAP clients Fixes https://github.com/Dart-Code/Dart-Code/issues/4266. * Fix test
-
Alex Wallen authored
Co-authored-by:
a-wallen <stephenwallen@google.com>
-
- 18 Jan, 2023 1 commit
-
-
Christopher Fujino authored
* remove implicit no-sound-null-safety * add test * bump sdk constraint in test file
-
- 12 Jan, 2023 1 commit
-
-
joshualitt authored
-
- 04 Jan, 2023 1 commit
-
-
Vyacheslav Egorov authored
* Correctly propagate verbosity to subtasks in flutter.gradle * Add test * Revert accidental changes * Fix copyright year * Fix imports
-
- 03 Jan, 2023 2 commits
-
-
Ahmed Ashour authored
* Simplify null check. * Simplify null check. * Simplify null check. * Fix.
-
Jesús S Guerrero authored
* contains name instead of remove last * fix expect * remove and expect on elements * delete unused code
-
- 21 Dec, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 19 Dec, 2022 1 commit
-
-
Jackson Gardner authored
* Work in progress. * Some fixes to the command line. * Bootstrapping works. * Change kickoff order to maximize concurrency. * Fix analyzer errors and formatting issues. * Fix doc comment. * Added unit tests for some of the web targets. * Format issue. * Add an integration test that builds an app to wasm. * Add a todo for depfiles. * Formatting. * Apparently the license header needs to say 2014. * `file://` URIs confuse dart2wasm on Windows. Just use absolute paths. * Update unit tests to match new path passing. * Have a distinct build directory for wasm, and fixes for some upstream changes.
-
- 16 Dec, 2022 1 commit
-
-
Jackson Gardner authored
* Use the name of errors, not the diagnostic messages. * Trailing comma.
-
- 11 Dec, 2022 1 commit
-
-
Ian Hickson authored
-
- 09 Dec, 2022 1 commit
-
-
Siva authored
* Roll Flutter Engine from 67254d6e4b03 to 8d83b98c55b3 * Roll Dart SDK from 35a9facce191 to e517487c5679 (Dart 3.0) (#38105) * Bump SDK versions. * Bump Dart SDK version constraints * Update shrine package to 2.0.1 (null safe version) * Fix more tests. * Include patches from Jason for min android sdk version * Fix analyzer warning
-
- 02 Dec, 2022 1 commit
-
-
Jackson Gardner authored
You can now specify a --local-web-sdk flag to point to a wasm_release folder. This will make it so that only artifacts that pertain to the web sdk are overridden to point to the wasm_release folder. Other artifacts (such as impellerc) will pull from the cache, or from the --local-engine path if that is specified. This also uses precompiled platform kernel files for both ddc and dart2js
-
- 01 Dec, 2022 2 commits
-
-
Nehal Patel authored
* Removes retries from "pub get" and proxies its stdout output * Fix issue where ErrorHandlingProcessManager does not forward "mode" parameter to backing ProcessManager's "start" method * Make "pub get" use ProcessStartMode.inheritStdio instead of forwarding bytes to stdout and stderr * Fix tests * Remove unused env var * Add back 'Running "flutter pub get"...' status log * Fix indent * Add Pub.test() constructor which lets tests mock stdio
-
Gary Qian authored
-
- 17 Nov, 2022 1 commit
-
-
Sam Rawlins authored
-
- 16 Nov, 2022 2 commits
-
-
Christopher Fujino authored
* remove all body_might_complete_normally_catch_error ignores * add a test
-
Elias Yishak authored
* removing default values for [reporter] and [timeout]] * passing reporter arg to see tests pass * added test to confirm TestCommand is not passing defaults * add'l helper message for [reporter] arg * default behavior for github actions + fixed tests * removing github conditional for reporter + related test * removing unused import
-
- 15 Nov, 2022 1 commit
-
-
Jonah Williams authored
* [flutter_tools] add uint compilation test * Update shader_compiler_test.dart
-