- 28 Oct, 2020 16 commits
-
-
Jonah Williams authored
-
xubaolin authored
(Reland) Fixes a bug where keyboard capitalization behavior was reset by TextEditingController.clear.
-
Jacob MacDonald authored
-
Jonah Williams authored
-
Jonah Williams authored
* [flutter_tools] use throwToolExit * Update drive.dart
-
xubaolin authored
Fixes a bug where selection handles sometimes showed on web.
-
Phil Quitslund authored
-
Per Classon authored
-
Michael Goderbauer authored
-
Danny Tuppeny authored
-
Per Classon authored
Add side property to Chips, and resolve it and the state of Chips to be MaterialState aware (#68596)
-
Anurag Roy authored
-
Konstantin Scheglov authored
-
Greg Spencer authored
Adds MediaQuery.maybeOf to replace calling MediaQuery.of(context, nullOk: true), and removes the nullOk parameter. Also changes MediaQuery.of to return a non-nullable value, and removes many instances of the ! operator, reducing the possible places where a null dereference could occur.
-
Daniel Edrisian authored
-
Jacob MacDonald authored
-
- 27 Oct, 2020 24 commits
-
-
Kate Lovett authored
-
Daniel Edrisian authored
-
Jonah Williams authored
Moves the flutter root initialization to a static method on the cache. This is a small step towards making this functionality non-static and instead injected like normal members - however, completely removing all of the static-ness at once was too large of a change. Instead document and add unit tests and change existing code as little as possible. #47161
-
Michael Goderbauer authored
-
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
-