- 23 Oct, 2020 18 commits
-
-
Roc Boronat authored
-
Jenn Magder authored
-
Yash Johri authored
-
Justin McCandless authored
-
Jenn Magder authored
-
Jonah Williams authored
-
Jonah Williams authored
* [devicelab] mark uncaight exceptions as flaky * add print error output * try and fix test
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
There have been some more additional reports of a missing 'package:characters' import after upgrading flutter. This has me concerned that our pub caching logic is incorrect. Instead of the tool attempting to guess when pub should be run, always delegate to pub. Also takes an opportunity to fix the kernel snapshot depending on the .packages or package_config. Due to the generated: date field this causes extra rebuilds. Instead when pub get is run, write out an additional file with just the package contents and version. Fixes #66777 Fixes #65723
-
Michael Goderbauer authored
-
Casey Hillers authored
-
Casey Hillers authored
-
Jenn Magder authored
-
Jenn Magder authored
-
Cyp authored
-
Jonah Williams authored
Revert "[flutter_tools] refactor drive launch into separate service, split by mobile+desktop and web (#68451)" (#68845) This reverts commit 2e75f52a.
-
Jonah Williams authored
This reverts commit bde85ea3.
-
- 22 Oct, 2020 22 commits
-
-
xubaolin authored
* Fix mutiple pointers bug * Add unit test case * Remove unnecessary map clone
-
xubaolin authored
Fixes a bug where keyboard capitalization mode was exited when pressing clear.
-
Kate Lovett authored
-
YeungKC authored
Corrects the space available to the label in an outlined text field
-
Alexander Brusher authored
-
stuartmorgan authored
Enables build_test for Windows. Currently only flutter_gallery has platform directories for the desktop platforms, so this will run only that build, but this will provide an end-to-end build test for Windows. Other example/test projects can be brought online for Windows in the future just by adding the windows/ directory to the project.
-
Jonah Williams authored
[flutter_tools] refactor drive launch into separate service, split by mobile+desktop and web (#68451) Overhaul of flutter drive in order to deliver a better experience, namely: flutter run and flutter drive now share more flags, so code paths that were previously only testable on run are now testable on drive. Removes web-initialize-platform as this is no longer used flutter drive correctly sets up a logger that shows native exceptions, by connecting to the vm service. VM service connection now provides access to memory info without launching devtools (only for debug/profile mode) Web changes Passes on the one test in the repo, otherwise the webdriver code has been isolated as much as possible Additional NNBD related bug fixes: No longer passes --enable-experiment to the test script. (FYI @blasten ). earlier we might have assumed that the flutter gallery benchmarks would be migrated along side the app and flutter driver, but only the app under test needs to be migrated. The test scripts should never be run with the experiment.
-
xubaolin authored
-
Ian Hickson authored
-
Janice Collins authored
-
stuartmorgan authored
Enables build_test for Windows, macOS, and Linux. Currently only flutter_gallery has platform directories for the desktop platforms, so this will run only that build, but this will provide an end-to-end build test for all three desktop platforms. Once this lands, other example/test projects can be brought online for desktop platforms in the future just by adding the relevant platform directories to the project.
-
stuartmorgan authored
Currently the framework handles delete, but not backspace, so embeddings all have to implement backspace handling themselves. This eliminates that inconsistency and allows simplified code in embeddings by adding backspace handling. It also fixes a bug uncovered in the delete handling where deleting a selection would also delete the next character after the selection.
-
Jenn Magder authored
* App.framework must support iOS 8 for older Flutter projects * Fix test
-
stuartmorgan authored
The template uses strcmp (to check the received method), so should include <cstring>
-
Jonah Williams authored
* [devicelab] de-flake iOS launch
-
Jonah Williams authored
-
Dan Field authored
Move service extension to correct binding so images are repainted after enabling/disabling, update test (#68793) * Move service extension to correct binding so images are repainted after enabling/disabling, update test * Update binding.dart
-
Jonah Williams authored
* [flutter_tools] remove iOS screenshot on failure functionality * remove all screenshot code
-
puelo authored
* Added RawKeyEvent support for iOS * Removed unused remnant * added some missing keys * Removed trailing whitespaces * commit for build * Added mapping names * Made iOS keycodes generatable and collectable * Fixed naming and formatting issues * fixed raw_keyboard_test
-
Jenn Magder authored
* Add CocoaPods sudo installation note * Refer to instructions
-
chunhtai authored
* fix simple dialog introducing additional node for semantics label * add test
-
Michael Goderbauer authored
-