- 27 Oct, 2020 24 commits
-
-
Gildásio Filho authored
Updated SearchDelegate to follow InputDecorationTheme
-
Anurag Roy authored
* Add --verify-only flag for flutter upgrade
-
Jonah Williams authored
Rolls in several fixes to web tooling, including better handling of absolute file imports. Updates to latest vm service to unblock null safety mode query Co-authored-by: Gary Roumanis <grouma@google.com> Co-authored-by: Anna Gringauze <annagrin@google.com>
-
Justin McCandless authored
When attempting to select a space on mobile, Flutter will try to select the word before the space too, if one exists.
-
Yuqian Li authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Justin McCandless authored
Just a docs-only improvement in EditableText and text input.
-
Jonah Williams authored
[flutter_tools] eagerly set asset directory path, cache flutter views, simplify error handling (#68978) Performs some small cleanup on the hot reload code path. - Combines nested try/catch into single try catch, update on clause now that package:vm_service is used and Map does not need to be caught. - Cache FlutterViews for the lifetime of the hot reload method handler - Set asset directory path once during startup and remove conditional set during hot reload
-
Michael Goderbauer authored
-
Justin McCandless authored
A new widget that chooses an item from a list based on text input. Just the core widget, with Material and Cupertino versions to come.
-
Jonah Williams authored
-
Michael Goderbauer authored
-
Shi-Hao Hong authored
-
Michel Feinstein authored
-
xubaolin authored
-
engine-flutter-autoroll authored
-
Daniel Edrisian authored
-
Jonah Williams authored
This reverts commit 3ecac303. Co-authored-by: Dan Field <dfield@gmail.com>
-
Jonah Williams authored
-
Dan Field authored
Migrate flutter_driver to use package:vm_service
-
- 26 Oct, 2020 16 commits
-
-
Michel Feinstein authored
-
Jonah Williams authored
* [flutter_tools] simplication of application store logic * maybe return null * fix install tests * Clean up imports * revert windows test * remove unused import
-
chunhtai authored
-
Michael Goderbauer authored
-
Jonah Williams authored
-
Yegor authored
-
Jonah Williams authored
The tool observes a large number of unhandled exceptions during the file copy portion of flutter create. it is difficult to tell whether the permission issue is caused by the source/destination, or whether it is due to a bug in dart:io. To work around this, implement a permission check for both the source and dest files. If either fails, the tool can exit with a more specific message. If these checks pass, then perform the actual copy. If the copy fails, fallback to manually copying the bytes
-
Jonah Williams authored
* [flutter_tools] add package_config.json to analyze_once_test.dart
-
MH Johnson authored
-
Jacob MacDonald authored
* update pinned null safety deps * run update-packages * add http dep to devicelab package * rerun update-packages
-
Jonah Williams authored
-
Alexandre Ardhuin authored
-
engine-flutter-autoroll authored
-
Jonah Williams authored
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.
-
engine-flutter-autoroll authored
-
Justin McCandless authored
-