- 06 Mar, 2023 1 commit
-
-
Sigurd Meldgaard authored
-
- 03 Mar, 2023 6 commits
-
-
Christopher Fujino authored
[flutter_tools] remove late from update-packages command
-
Chris Yang authored
[flutter_tool] add enable-embedder-api flag
-
Victoria Ashworth authored
Update device filtering and introduce isConnected and connectionInterface
-
Danny Tuppeny authored
[flutter_tools/dap] Inform DAP client whether restart is supported
-
Christopher Fujino authored
[flutter_tools] ensure no pub output while caching PubDependencies artifact
-
Kevin Moore authored
Reorganize CLI flags for `build web`
-
- 02 Mar, 2023 2 commits
-
-
Kevin Moore authored
flutter_tool: only enable wasm compile in master channel
-
Kevin Moore authored
flutter_tool: DRY up features that are fully enabled
-
- 01 Mar, 2023 1 commit
-
-
Kevin Moore authored
[flutter_tool] advertise the default value for --dart2js-optimization
-
- 28 Feb, 2023 4 commits
-
-
Nabeel Parkar authored
Migrate activation issue template to Github form issues
-
Flutter GitHub Bot authored
Roll pub packages
-
Todd Volkert authored
Cocoapods ffi error can be in stdout or stderr
- 27 Feb, 2023 5 commits
-
-
Michael Goderbauer authored
Revert "Reland "Remove references to Observatory (#118577)""
-
Danny Tuppeny authored
* [flutter_tools] Add support for URI formats like ?line=x for "flutter test" * Remove unnecessary function * Handle parsing absolute paths on Windows * Use Windows-style paths when running on Windows * Fix paths in isFile * Remove unnecessary clear
-
Christopher Fujino authored
Revert "[flutter_tools] show web-server in flutter devices"
-
Greg Price authored
Give error on too many arguments to `flutter config`
-
- 24 Feb, 2023 1 commit
-
-
Christopher Fujino authored
[flutter_tools] show web-server in flutter devices
-
- 23 Feb, 2023 1 commit
-
-
Lioness100 authored
* Fix typos * lowercase animated & opacity * Undo typo fix --------- Co-authored-by:
Michael Goderbauer <goderbauer@google.com>
-
- 21 Feb, 2023 3 commits
-
-
David Iglesias authored
* Allow any JS file in flutter loader. * Nag only if service worker API is completely unavailable. * Add info about Secure Contexts if that may be the reason why serviceworker is not available. * Update sanity test. * If service worker settings are null, do not even check if the API is available.
-
Enguerrand ARMINJON authored
Co-authored-by:
Enguerrand_ARMINJON_MAC_2 <earminjon@sqli.com>
-
Mateus Felipe C. C. Pinto authored
* allow passing --file-reporter option to test running refs #69425 * Add trailing comma to help to meet style requirements * Add space between tests for clarity --------- Co-authored-by:
daniel-v <dvarga@skawa.hu>
-
- 17 Feb, 2023 3 commits
-
-
Ian Hickson authored
* lerp documentation * Remove Note, Note That from repo * Improve BorderSide documentation. * apply review comments
-
Jenn Magder authored
-
Casey Hillers authored
This reverts commit 2df140f4.
-
- 15 Feb, 2023 4 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
-
Jason Simmons authored
-
Ian Hickson authored
...and various other minor cleanup: * Moved "FLUTTER_STORAGE_BASE_URL" into a constant throughout the code. There are other strings that we should do that to but this one was relevant to the code I was changing. * Fixed the logger's handling of slow warnings. Previously it deleted too much text. Fixed the test for that to actually verify it entirely, too. * Made the logger delete the slow warning when it's finished. * Fixed 'Please choose one (To quit, press "q/Q")' message to be the cleaner 'Please choose one (or "q" to quit)'. * Added a debug toString to ValidationResult for debugging purposes (not used). * In http_host_validator: - Shortened constant names to be clearer (e.g. kPubDevHttpHost -> kPubDev). - Added GitHub as a tested host since when you run `flutter` we hit that immediately. - Renamed the check "Network resources". - Updated the `slowWarning` of the check to say which hosts are pending. - Removed all timeout logic. Timeouts violate our style guide. - Removed `int.parse(... ?? '10')`; passing a constant to `int.parse` is inefficient. - Replaced the `_HostValidationResult` class with `String?` for simplicity. - Improved the error messages to be more detailed. - Removed all checks that dependened on the stringification of exceptions. That's very brittle. - Added a warning specifically for HandshakeException that talks about the implications (MITM attacks). - Replaced exception-message-parsing logic with just calling `Uri.tryParse` and validating the result. - Replaced a lot of list-filtering logic with just a single for loop to check the results. - Replaced code that added a constant to a known-empty list with just returning a constant list. - Revamped the logic for deciding which hosts to check to just use a single chain of if/else blocks instead of getters, lists literals with `if` expressions, `??`, functions, etc spread over multiple places in the code.
-
godofredoc authored
* Move linux-x64-flutter-gtk.zip to linux-x64-debug location. linux-x64-flutter-gtk.zip is being uploaded twice to linux-x64-debug and linux-x64 as part of making a soft transition to use linux-x64-debug location. This PR starts using the copy inside linux-x64-debug to later remove the duplicated upload. * Also move arm64. * Do not override output dir.
-
- 13 Feb, 2023 2 commits
-
-
Tae Hyung Kim authored
* init * fix error handling * fix issue * lint? * error handling tests * lint
-
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 2 commits
-
-
Mouad Debbar authored
This reverts commit 0fb4406c.
-
Pascal Welsch authored
* Delete Chrome temp cache after closeing * Update packages/flutter_tools/lib/src/web/chrome.dart Co-authored-by:
Christopher Fujino <fujino@google.com> --------- Co-authored-by:
Christopher Fujino <fujino@google.com>
-
- 09 Feb, 2023 5 commits
-
-
Ivan Dlugos authored
* feat: add "--resolve-dwarf-paths" to gen_snapshot * chore: update tests
-
Michael Thomsen authored
-
Christopher Fujino authored
* tool exit on sdk manager exit and add test * be more specific about error message
-
Daco Harkes authored
Fixes: * https://github.com/flutter/flutter/issues/119523
-
Kevin Chisholm authored
This reverts commit e03029ef.
-