- 22 Oct, 2020 31 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
-
Michael Goderbauer authored
-
Jenn Magder authored
* Build IPA command * xcarchive -> ipa
-
Michael Goderbauer authored
-
Jaime Blasco authored
Enables custom text selection menus by allowing selectionControls to be passed to TextField et. al.
-
Jonah Williams authored
Add a language version so the snippets do not opt-in automatically. Fixes #68719
-
Jonah Williams authored
-
Jonah Williams authored
-
engine-flutter-autoroll authored
f459a8661 Ensure root isolate create callback is invoked before the isolate is in the running phase. (flutter/engine#22041) (#68749)
-
engine-flutter-autoroll authored
fc72bd2ad Plumb through Dart entrypoint arguments on the Linux embedder (flutter/engine#21933) (#68746)
-
- 21 Oct, 2020 9 commits
-
-
engine-flutter-autoroll authored
-
Jacob MacDonald authored
-
Robert Ancell authored
Fixes https://github.com/flutter/flutter/issues/68253
-
Robert Ancell authored
* Try the Wayland GDK backend, the engine now supports it * Update comment from review * Just do default GTK behaviour
-
engine-flutter-autoroll authored
* 6e5d37609 Roll Dart SDK from 86242db30c23 to 874709e52a99 (1 revision) (flutter/engine#22023) * 271847481 Roll Dart SDK from 874709e52a99 to a3d902d8598e (1 revision) (flutter/engine#22026)
-
Jacob Richman authored
Fix assert due to VSCode passing in an isolateId as well as the expected args to setPubRootDirectories. (#68721)
-
Michael Goderbauer authored
-
Justin McCandless authored
-
Janice Collins authored
-