- 23 Jul, 2020 5 commits
-
-
Jonah Williams authored
Clean even more, in case the plugin dependency update logic is wrong-o.
-
Pragya authored
-
huangchaoyang authored
-
Jonah Williams authored
-
Jenn Magder authored
-
- 21 Jul, 2020 5 commits
-
-
includecmath authored
-
Jonah Williams authored
-
Otokaze authored
- 20 Jul, 2020 6 commits
-
-
Jonah Williams authored
To support #61407 , the tool needs to check if a single widget reload is feasible, and then conditionally perform a fast reassemble. To accomplish this, the FlutterDevice class will have a WidgetCache injected. This will eventually contain the logic for parsing the invalidated dart script. Concurrent with the devFS update, the widget cache will be updated/checked if a single widget reload is feasible. If so, an expression evaluation with the target type is performed and the success is communicated through the devFS result. An integration test which demonstrates that this works is already present in https://github.com/flutter/flutter/blob/master/packages/flutter_tools/test/integration.shard/hot_reload_test.dart#L86 Finally, when actually performing the reassemble the tool simply checks if this flag has been set and calls the alternative reassemble method. Cleanups: Remove modules, as this is unused now.
-
Helin Shiah authored
-
Jenn Magder authored
-
Jonah Williams authored
- 17 Jul, 2020 2 commits
-
-
Jenn Magder authored
-
Konstantin Scheglov authored
-
- 16 Jul, 2020 5 commits
-
-
Christopher Fujino authored
-
Jonah Williams authored
Add feature flags for android, ios, and fuchsia (on by default). After updating the g3 rollers, the fuchsia feature will be turned off by default. Creates a simpler base type of feature flags for g3 to extend. Updates android, ios, fuchsia workflows to use feature flags check. Removes concept of stable artifacts and checks on flutter version. Fixes #58999 #52859 #12768
-
Jonah Williams authored
complete removal of all generate functionality Fixes #61508
- 15 Jul, 2020 7 commits
-
-
Danny Tuppeny authored
-
Todd Volkert authored
The Xcode build almost always takes longer than 2 seconds. With the operation classified as a "fast operation", the Flutter tool will warn the user that the build is "taking an unexpectedly long time". This updates the operation to be a "slow operation", which will only warn the user if it takes 2+ minutes.
-
Jonah Williams authored
Allow configuring the flutter_manifest to support a synthetic package, this is done through flutter: generate: true. When running pub get, insert a flutter_gen entry into the packages if it does not already exist. This points to .dart_tool/flutter_gen, which can be updated to contain the generated intl sources (But doesn't currently) Adds an integration test that verifies this code can be run and imported when enabled. Part of #60914
-
Danny Tuppeny authored
-
Jonah Williams authored
Enable null safety asserts for web debug mode. This induces runtime asserts at the boundaries between null safe and non-null safe libraries. Adds integration test that validates assertion error is thrown. #61042
-
Siva authored
-
Jenn Magder authored
-
- 14 Jul, 2020 4 commits
-
-
Jonah Williams authored
Implements the flutter config feature for #61407 , but does not implement any of the functionality.
-
Pasindu De Silva authored
- 13 Jul, 2020 4 commits
-
-
Jonah Williams authored
Skip unnecessary parsing of chrome URI. Ensure stack traces are initialized in web server. Disclaimer on web server that it does not support debugging and remove help message. Fix generated entrypoint to check for main(List<String> args) - Fixes #59643 - Fixes #55084 - Fixes #60417
-
Dan Field authored
* Optionally invert oversized images
-
Danny Tuppeny authored
-
Jenn Magder authored
-
- 11 Jul, 2020 1 commit
-
-
xster authored
-
- 10 Jul, 2020 1 commit
-
-
Anna Gringauze authored
Made flutter tools serve metadata produced by the frontend server: pass --experimental-emit-metadata flag to flutter engine store and serve metadata from web asset server store and serve merged metadata from web asset server add tests to verify that metadata is served from memory update dwds version so it can read metadata configure dwds to read metadata from file Prerequisite changes (landed): sdk: https://dart-review.googlesource.com/c/sdk/+/150181 flutter engine: flutter/engine#19168 webdev:dart-lang/webdev#1064
-