- 09 Oct, 2020 26 commits
-
-
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
-
engine-flutter-autoroll authored
-
Nan Kim authored
-
Per Classon authored
* Add tristate to parent checkbox for DataTable to follow Material specifications
-
Rami authored
-
Per Classon authored
* Add decoration parameter to DataTable and DataTableTheme
-
engine-flutter-autoroll authored
-
Jenn Magder authored
-
Yuqian Li authored
-
Mouad Debbar authored
-
Jonah Williams authored
-
Greg Spencer authored
-
- 08 Oct, 2020 14 commits
-
-
Jenn Magder authored
-
xster authored
-
Michael Goderbauer authored
-
Jonah Williams authored
Revert "Flutter Driver - Create widget finders from serialized finders extensions (#67456)" (#67687) This reverts commit 74f6fa45.
-
Marcin Jeleński authored
-
chunhtai authored
-
Jonah Williams authored
-
Jason Simmons authored
-
Greg Spencer authored
This converts the packages/flutter/test/services directory to NNBD, now that the services package is converted. I changed the signature of checkMessageHandler and checkMockMessageHandler on BinaryMessenger to take a nullable handler, since the tests wanted to check to make sure a handler wasn't set, and that functionality no longer works if the handler is non-nullable.
-
Jonah Williams authored
* [flutter_tools] enable LocalDevFSWriter for desktop devices, iOS simulator * Update device.dart * Update desktop_device_test.dart * fix analysis errors
-
Christopher Fujino authored
We used to use zip to verify the integrity of downloaded zip archives, but we now use unzip. This removes the .zip method from OperatingSystemUtils.
-
Justin McCandless authored
-
Alexandre Ardhuin authored
-
nero authored
-