- 13 Mar, 2023 2 commits
-
-
Victoria Ashworth authored
Move target devices logic to its own classes and file
-
Sigurd Meldgaard authored
Use the pub cache resolved by pub itself. To add packages to the flutter.zip download they are packaged as tar.gz and added to the pub-cache on first run by using `pub cache preload`.
-
- 11 Mar, 2023 1 commit
-
-
sigmundch authored
[tool][web] Pass invoker flag to dart2js.
-
- 10 Mar, 2023 1 commit
-
-
Jim Graham authored
-
- 09 Mar, 2023 3 commits
-
-
Tim Maffett authored
fix devtool instructional messages after `flutter build ... --analyze-size `. Fixes #122229 (#122230) fix devtool instructional messages after `flutter build ... --analyze-size `. Fixes #122229
-
Navaron Bracke authored
[flutter_tools] Add namespace getter in Android project; use namespace as fallback
-
stuartmorgan authored
Improve Dart plugin registration handling
-
- 08 Mar, 2023 2 commits
-
-
Reid Baker authored
Create configOnly flag for android
-
Mouad Debbar authored
Revert "[web:tools] always use CanvasKit from the cache when building web apps (#93002)"
-
- 07 Mar, 2023 2 commits
-
-
Anna Gringauze authored
-
Mouad Debbar authored
[web] Ensure CanvasKit is served from the correct location
-
- 06 Mar, 2023 4 commits
-
-
chunhtai authored
Adds vmservices for getting iOS build options
-
Christopher Fujino authored
pin flutter_plugin_android_lifecycle and roll other pub deps
-
Seiya Kokushi authored
[tool] Proposal to multiple defines for --dart-define-from-file
-
Sigurd Meldgaard authored
-
- 03 Mar, 2023 5 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
-
- 02 Mar, 2023 1 commit
-
-
Kevin Moore authored
flutter_tool: only enable wasm compile in master channel
-
- 01 Mar, 2023 1 commit
-
-
Kevin Moore authored
[flutter_tool] advertise the default value for --dart2js-optimization
-
- 28 Feb, 2023 3 commits
-
-
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 4 commits
-
-
Ian Hickson authored
* lerp documentation * Remove Note, Note That from repo * Improve BorderSide documentation. * apply review comments
-
Jenn Magder authored
-
Jackson Gardner authored
-
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.
-