Commit Graph

613 Commits

Author SHA1 Message Date
Hattomo (TomohiroHattori)
08a70e7ac8 Enable avoid_escaping_inner_quotes lint (#81153) 2021-05-19 09:54:02 -07:00
Jenn Magder
d7e49e559b Run update packages, pick up file 6.1.1 (#82770) 2021-05-18 13:09:03 -07:00
Chris Bracken
3445cb86f2 Update dependency versions (#82577)
shelf 1.1.2 -> 1.1.4
flutter_template_images 1.0.2 -> 3.0.0
2021-05-14 16:51:36 -07:00
Kenzie Schmoll
766b4509c6 Add 'v' hotkey to open DevTools in the browser (#82227)
* Add 'v' hotkey to open DevTools in the browser
2021-05-13 09:54:10 -07:00
Jan Mewes
b1c1bdbfba Fix typos (#82319) 2021-05-12 17:34:02 -07:00
Christopher Fujino
84b2f3cadb delete skipped test (#81843) 2021-05-11 14:19:01 -07:00
Christopher Fujino
a5318173fe apply cherrypicks (#81936) 2021-05-11 13:19:05 -07:00
Greg Spencer
af3337b676 Add Enter and Tab back in to ios and macos key maps (#81865)
I noticed that tab traversal stopped working on iOS when #73440 was landed.

It seems to be that the control characters were excluded from the list of logical keys, and so they ended up being generated values.

This PR just adds "Enter" and "Tab" to the list for both macOS and iOS.
2021-05-11 10:23:11 -07:00
Michael Goderbauer
2bf42e7047 clean-up analysis_options.yaml's across the repository (#81986) 2021-05-10 23:44:02 -07:00
Michael Goderbauer
b8a2456737 Enable library_private_types_in_public_api lint (#81578) 2021-05-10 16:26:16 -07:00
Tong Mu
0e251e0ae1 [key_codegen] Remove webValues (#81678)
Removes webValues from logical_key_data.json. Web's logical mapping should map webNames to logical key values, i.e. entry.value.
2021-05-10 03:16:25 -07:00
Sam Rawlins
208bf4bc92 Remove "unnecessary" imports in dev/ (#81004) 2021-05-07 08:59:02 -07:00
Christopher Fujino
7b3ce8c003 [flutter_conductor] Add candidates sub command (#81234) 2021-05-03 16:49:04 -07:00
Phil Quitslund
96e4b47f5d sort directives (#81624) 2021-05-02 07:24:01 -07:00
Tong Mu
9956a35a5a Hardware keyboard: codegen (#73440)
Rewrites tools/gen_keycodes, the script that generates key mappings across the framework and the engine.
2021-04-30 21:06:03 -07:00
Jonah Williams
2b0d09dd81 [versions] roll versions and add ffi dep (#81403) 2021-04-28 11:19:03 -07:00
Ian Hickson
6beafa7b16 Apply style guide regarding createTempSync pattern (#81090) 2021-04-27 14:59:03 -07:00
Christopher Fujino
3155972744 Skip roll-dev integration test until dev release is published (#81253) 2021-04-26 17:36:16 -07:00
Jonah Williams
7d6e581f61 [versions] roll in latest shelf (#81099) 2021-04-23 20:39:02 -07:00
Christopher Fujino
8654e4ae3e begin migrating //flutter/dev/tools to null-safety (#80834) 2021-04-23 20:24:03 -07:00
Jenn Magder
0f899f2b64 Roll packages (#80989) 2021-04-22 15:01:49 -07:00
Jenn Magder
4f3ec01d32 Add frontend_server_client to dependency allowlist (#80912) 2021-04-21 18:13:43 -07:00
Phil Quitslund
61c30c41b2 fix sort_directives violations (#80817) 2021-04-21 13:49:03 -07:00
Christopher Fujino
4a7f280687 [flutter_conductor] Add "start", "status", "clean" commands to conductor release tool (#80528) 2021-04-19 15:04:04 -07:00
Dan Field
e7b7ebc066 Shake widget inspector from non-debug builds (#80157) 2021-04-14 21:54:03 -07:00
Christopher Fujino
a219b86db8 skip roll_dev_integration_test (#80464) 2021-04-14 14:16:08 -07:00
Dan Field
d7da6190ff roll packages (#80307) 2021-04-13 18:19:02 -07:00
Tong Mu
8a821ff0b5 Revert "Remove "unnecessary" imports. (#79610)" (#80070)
This reverts commit 98a9618993.
2021-04-08 11:36:30 -07:00
Sam Rawlins
98a9618993 Remove "unnecessary" imports. (#79610) 2021-04-07 22:34:03 -07:00
Tong Mu
dbcac7f177 Reland Make LogicalKeyboardKey.keyLabel a getter and better #79100 (#79302) 2021-04-01 16:39:02 -07:00
Jonah Williams
443d07b707 [versions] roll to latest test (#79099) 2021-03-31 07:45:40 -07:00
Tong Mu
a603714610 Revert "Make LogicalKeyboardKey.keyLabel a getter and better (#79100)" (#79217) 2021-03-28 03:54:02 -07:00
Tong Mu
b60c855af5 Make LogicalKeyboardKey.keyLabel a getter and better (#79100) 2021-03-26 22:14:01 -07:00
Jonah Williams
dfc134dd9a [versions] roll many versions (#79088) 2021-03-25 15:43:44 -07:00
Pierre-Louis
c49cd2719d [Fonts] Remove update_icons TODO (#79027) 2021-03-25 09:29:02 -07:00
Tong Mu
eb6e56761e Revert "Remove keyLabel and debugName from Logical/PhysicalKeyboardKey (#78263)" (#79005)
This reverts commit 515ef91ba1.
2021-03-24 13:31:02 -07:00
Tong Mu
515ef91ba1 Remove keyLabel and debugName from Logical/PhysicalKeyboardKey (#78263)
- Remove `LogicalKeyboardKey.keyLabel`
- Make `Physical/LogicalKeyboardKey.debugName` getters
- Make `Physical/LogicalKeyboardKey()` factory constructors, which cache non-predefined instances.
2021-03-24 04:59:57 -07:00
Jenn Magder
6b22834699 Update packages to pick up new process version (#78910) 2021-03-23 17:30:49 -07:00
Jonah Williams
28532edaa5 Update all versions and migrate devicelab framework to package:vm_service (#78557) 2021-03-18 12:38:12 -07:00
Ian Hickson
f3c25fa07a Align more closely with package:test (#77118) (#78343) 2021-03-16 13:58:02 -07:00
Pierre-Louis
961fdeebb8 [Fonts] Fix update_icons double newline bug (#78317) 2021-03-16 10:03:03 -07:00
Zachary Anderson
e7e1a04aa3 Revert "Align more closely with package:test (#77118)" (#78329)
This reverts commit 0cbe597540.
2021-03-16 09:26:34 -07:00
Ian Hickson
0cbe597540 Align more closely with package:test (#77118) 2021-03-15 16:28:02 -07:00
Gary Roumanis
3f62915383 Update ClampingScrollSimulation to better match Android (#77497) 2021-03-12 16:23:05 -08:00
Jonah Williams
2edf6b7320 Remove mockito deps from dev/ (#77749) 2021-03-10 17:50:44 -08:00
Pierre-Louis
948ff0f2b0 [Fonts] Sort material icons (#76691)
* Update update_icons.dart

* Merge and simplify identifier rewrites

* Update update_icons.dart

* Update update_icons.dart

* Update update_icons.dart

* Add newline

* remove whitespace

* Copy instead of moving

* Fix typo

* Clean up code

Introduce fullFlutterId and fix a small dartdoc bug

* Update update_icons.dart

* Implement sorting

* Remove trailing spaces

* Revert "Remove trailing spaces"

This reverts commit c198a160678f636add30966a016383657ea76972.

* Revert "Implement sorting"

This reverts commit 0fac8c1f1c8ba1ce867f5d5205e3d6f751c08a89.

* Revert "Revert "Implement sorting""

This reverts commit 0f8ec2381ac87b44f43554d267783a5cc2375172.

* Revert "Revert "Remove trailing spaces""

This reverts commit c3ef8658799e4f7aab851ff830d62ca2bb9aba94.

* xx

* add braces
2021-03-09 16:14:18 +01:00
Pierre-Louis
698d438960 [Fonts] Improve update_icons script (#76532)
* Update update_icons.dart

* Merge and simplify identifier rewrites

* Update update_icons.dart

* Update update_icons.dart

* Update update_icons.dart

* Add newline

* remove whitespace

* Copy instead of moving

* Fix typo

* Clean up code

Introduce fullFlutterId and fix a small dartdoc bug

* Update update_icons.dart

* Implement sorting

* Remove trailing spaces

* Revert "Remove trailing spaces"

This reverts commit c198a160678f636add30966a016383657ea76972.

* Revert "Implement sorting"

This reverts commit 0fac8c1f1c8ba1ce867f5d5205e3d6f751c08a89.

* Remove trailing space

* Add bug number

* Rename 2d rewrite

* Add _replaceLast

* Add comment

* Simplify, remove fullFlutterId

* Remove IconStyle and reorder

* xx

* reorder
2021-03-09 07:53:21 +01:00
Michael Goderbauer
cb867bbedc Enable unnecessary_await_in_return lint (#77434) 2021-03-05 18:38:15 -08:00
Michael Goderbauer
807bb29888 enable prefer_function_declarations_over_variables lint (#77398) 2021-03-05 18:29:04 -08:00
Jonah Williams
54eb3d6289 [flutter_tools] migrate to null safe mustache (#77400) 2021-03-05 13:24:04 -08:00