- 18 May, 2020 1 commit
-
-
Jonah Williams authored
-
- 14 May, 2020 1 commit
-
-
Zachary Anderson authored
-
- 12 May, 2020 1 commit
-
-
Jonah Williams authored
-
- 11 May, 2020 1 commit
-
-
Jonah Williams authored
-
- 08 May, 2020 1 commit
-
-
Jenn Magder authored
-
- 01 May, 2020 1 commit
-
-
Jonah Williams authored
Ensure iOS and android builds can be correctly cached. Use the performance-measurement-file to verify that all targets were skipped on the second invocation. This is only run on the flutter_gallery build.
-
- 30 Apr, 2020 1 commit
-
-
Jonah Williams authored
Support bundling SkSL shaders into an android APK or appbundle via the --bundle-sksl-path command line options. If provided, these are validated for platform engine revision and then placed in flutter_assets/io.flutter.shaders.json
-
- 29 Apr, 2020 1 commit
-
-
Jonah Williams authored
Fixes the performance issue with tree-shake-icons and filters to ttf mime type. Does not change default or error behavior.
-
- 22 Apr, 2020 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 17 Apr, 2020 2 commits
-
-
Anna Gringauze authored
* Add flag to enable expression evaluation for web Added flag --web-enable-expression-evaluation to flutter run commmand that enables expression evaluation from IDEs for web target. Disabled by default. Helps https://github.com/flutter/flutter/issues/54520 * Update packages/flutter_tools/lib/src/build_runner/resident_web_runner.dart Co-Authored-By:
Jonah Williams <jonahwilliams@google.com> Co-authored-by:
Jonah Williams <jonahwilliams@google.com>
-
Zachary Anderson authored
-
- 16 Apr, 2020 1 commit
-
-
Jenn Magder authored
* Move doctor into globals * Fix tests
-
- 15 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 13 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 08 Apr, 2020 1 commit
-
-
Danny Tuppeny authored
-
- 25 Mar, 2020 1 commit
-
-
Jonah Williams authored
This will allow experimenting with the remove to string transformer before we're ready to turn it on by default. This doesn't work for web yet since we use dart2js instead of the frontend_server for producing kernel
-
- 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
-
- 18 Mar, 2020 1 commit
-
-
Jenn Magder authored
-
- 12 Mar, 2020 1 commit
-
-
Dmitry Ratushnyy authored
-
- 10 Mar, 2020 1 commit
-
-
Jonah Williams authored
-
- 06 Mar, 2020 2 commits
-
-
Jonah Williams authored
-
Jenn Magder authored
-
- 05 Mar, 2020 2 commits
-
-
Jonah Williams authored
Revert "[flutter_tools] Allow providing dart-defines to Android, iOS, macOS builds (#51714)" (#52041) This reverts commit ee60eeea.
-
Jonah Williams authored
-
- 27 Feb, 2020 1 commit
-
-
Jonah Williams authored
-
- 23 Feb, 2020 1 commit
-
-
Dan Field authored
-
- 20 Feb, 2020 1 commit
-
-
Jenn Magder authored
-
- 14 Feb, 2020 1 commit
-
-
Yegor authored
* Fix stack trace parsing on non-debug builds; add e2e tests
-
- 11 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 10 Feb, 2020 1 commit
-
-
Jonah Williams authored
-
- 06 Feb, 2020 1 commit
-
-
Jonah Williams authored
-
- 05 Feb, 2020 1 commit
-
-
Dan Field authored
-
- 28 Jan, 2020 2 commits
-
-
Zachary Anderson authored
-
Jonah Williams authored
-
- 22 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 10 Jan, 2020 1 commit
-
-
Emmanuel Garcia authored
-
- 07 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Jan, 2020 1 commit
-
-
Jonah Williams authored
-
- 12 Dec, 2019 1 commit
-
-
Danny Tuppeny authored
* Prposal for supporting URL tunnelling * Update daemon.md * Add the ability for daemon to call clients to expose URLs * Fix dwds mock in web_fs tests * Fix type error * Remove build_runner import from run * Move appStartedTime back to after the app has started * Remove nested DI scope and pass urlTunneller down * Fix import * Tweak TODO * Fix existing tests * Fix spec to use result instead of params for response object * Fix exposeUrl to use a url field, as spec'd * Test that the daemon's exposeUrl sends a request and handles the response
-