- 12 Oct, 2020 15 commits
-
-
Darren Austin authored
-
nturgut authored
-
Michael Goderbauer authored
-
Jonah Williams authored
This failure has been happening for a while but was covered by the overly broad catch. Removing that revealed that newer intellij versions have a different plugins file. The tool still can't find the file, but it won't crash now Fixes #67918
-
Per Classon authored
-
Justin McCandless authored
Just another nnbd conversion PR.
-
Sam Rawlins authored
-
Jonah Williams authored
In case different powershell module is installed over the default name. Fixes #22896
-
nturgut authored
-
Jonah Williams authored
For historical reasons, the flutter tool uploads dill files to paths based on the entrypoint URI. This isn't actually necessary, and the tool can use specific files : main.dart.incremental.dill for incremental dills, and main.dart.dill/main.dart.swap.dill for full dills. This allows hot restarting applications with an entrypoint outside of lib/ and simplifies the devFS code. Fixes #63243
-
xubaolin authored
-
chunhtai authored
-
Jonah Williams authored
HACKTOBERFEST
-
xubaolin authored
* Fix ListTile assert when layout at zero size #66636
-
xubaolin authored
-
- 10 Oct, 2020 5 commits
-
-
Alexandre Ardhuin authored
-
Jonah Williams authored
Remove flutter create --with-driver-test . Fixes #64095
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
- 09 Oct, 2020 20 commits
-
-
Marcin Jeleński authored
-
Alexander Markov authored
-
keyonghan authored
-
James D. Lin authored
[flutter tools] Add a DelegatingLogger class Move most of `DelegateLogger` `from test/src/testbed.dart` to `lib/src/base/logger.dart` to better formalize the common practice of chaining `Logger`s together. I renamed the class since it isn't itself the delegate and to better match the `Delegating...` classes from `package:collection`. Additionally, add a freestanding `asLogger<T>` function to "cast" a `Logger` into a matching delegate if possible. This will allow `Logger` chains to be ordered a *bit* more freely (e.g. `NotifyingLogger` and `AppRunLogger` will no longer required to be at the end of the chain, an unwritten rule that has led to breakage in google3). Chain order still matters since lack of virtual dispatch means that parent `Logger`s can never invoke child methods, however. I made `asLogger<T>` a freestanding function because I didn't want to make it part of the `Logger` interface (and I thought that making it an extension method might be weird). Bonus cleanup: There no longer appears to be a way to construct an `AppRunLogger` with a null parent, so remove all of code paths for that case and make the `parent` construction parameter required.
-
Jonah Williams authored
If the vm of an attached device rejects a hot reload, pretty print the reason. Suggest a hot restart so that users are aware that they do not have to detach and rebuild. Also resets the last compilation time, so a subsequent restart would still apply the last change. Adds an integration test for the const field removal. Fixes #64027
-
Jonah Williams authored
The train command does nothing and was originally added to provide a no-output default for generating app-jit snapshots. The inject-plugins command is only for a repo-only analysis check, which is not necessary since we regenerate during pub get. #29805
-
Jonah Williams authored
This reverts commit be5830cd.
-
Greg Spencer authored
This migrates more material tests to NNBD.
-
engine-flutter-autoroll authored
-
Marcin Jeleński authored
-
Marcin Jeleński authored
Reland "Flutter Driver - Create widget finders from serialized finders extensions" with null safety (#67711) * Flutter Driver - Create widget finders from serialized finders extensions
-
Matej Knopp authored
-
Jonah Williams authored
[flutter_tools] remove globals from IntelliJ validator, refactor tests to remove dependency on JAR (#67240) Move the intellij validator to its own file, and split off the tests. Remove globals from each, and remove dependency on a real jar/filesystem by creating a minimal version of the manifest xml and setting it up in the memory file system. #47161
-
Jonah Williams authored
This reverts commit b33bfcef.
-
Jonah Williams authored
This reverts commit 3eb2335a.
-
Jonah Williams authored
Now that fast-start syncs assets by default, this isn't testing anything. Retire the test
-
Jonah Williams authored
Do not upload all assets on initial devFS sync. This should increase the reliability of the initial connection, even in the face of flaky devfs behavior, in addition to a moderate perf improvement. Updates fast-start to build assets as part of the initial bundle Requires flutter/engine#21436 Requires flutter/engine#21586 Requires flutter/engine#21611
-
nturgut authored
* adding tests that uses integration_test (e2e) package to flutter * change the package name for the import * fix licenses. fix README commands. add links * adding dependency change auto generated by the tool * more analyzer error fixes
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-