Commit Graph

29153 Commits

Author SHA1 Message Date
Greg Spencer
a8d820a46e Update samples to use repo analysis options, Fix sample templates and a ton of analyzer issues (#77868) 2021-03-11 16:45:03 -08:00
Jenn Magder
d6f5767ec8 Remove MockFlutterVersions (#77962) 2021-03-11 16:05:05 -08:00
Jason Simmons
413c8a0b7b Do not replace text with semantics labels in selectable text widgets (#77859) 2021-03-11 16:00:02 -08:00
Michael Goderbauer
2530f4c5eb Fix some issues flagged by unawaited_futures lint (#77844) 2021-03-11 15:55:03 -08:00
Jonah Williams
32474dca20 [flutter_tools] provide more context for build_system invalidation (#77961) 2021-03-11 15:53:53 -08:00
Justin McCandless
541bff4058 Text Editing Movement Keys via Shortcuts (#75032)
Text editing shortcuts involving the arrow keys are no longer handled by RenderEditable's RawKeyboardListener, they use the new Shortcuts setup.  First PR in a plan to port all text editing keyboard handling to shortcuts.
2021-03-11 15:52:04 -08:00
Gary Qian
57dc5f294b Rename 'moduleName' to 'componentName' (#77789) 2021-03-11 15:50:07 -08:00
Michael Debertol
8b889d3551 [DatePicker] Don't jump to the current month (#77739) 2021-03-11 15:45:02 -08:00
chunhtai
aaa7f8428a Fix gesture recognizer in selectable rich text should be focusable in… (#77730) 2021-03-11 15:40:10 -08:00
Kate Lovett
38fd5af5f1 Exposing ScrollBehaviors for app-wide settings (#76739) 2021-03-11 15:35:07 -08:00
Chris Bracken
aee756ff1e Update composing rect documentation (#77951)
The TextInput.setMarkedRect message was originally added to support
positioning the IME candidates menu on iOS, but is now used by iOS,
Windows, macOS, and Linux desktop embedders.
2021-03-11 15:32:27 -08:00
Jonah Williams
c6dbb6f2b5 Update mockito dep and remove usage in manual tests and localizations (#77945) 2021-03-11 11:25:02 -08:00
engine-flutter-autoroll
b8d44fd28a d72cebd23 Typos in comments (flutter/plugins#2846) (#77944) 2021-03-11 11:20:02 -08:00
Darren Austin
aec2985c47 Removed RefreshIndicator accentColor dependency. (#77884) 2021-03-11 11:15:02 -08:00
Abhishek Ghaskata
3839329125 Adding checkbox demo (#75899) 2021-03-11 10:49:12 -08:00
Justin McCandless
216f9b59ee ShaderMask on web for CupertinoContextMenu (#77864)
Now that ShaderMask works on web, enable it for CupertinoContextMenu and unskip relevant tests.
2021-03-11 10:35:32 -08:00
Justin McCandless
11c3c83c84 Spelling standardization: implementer (#77861) 2021-03-11 09:15:03 -08:00
Abhishek Ghaskata
bc9d0e0a4b Remove one TODO (#76275) 2021-03-11 03:55:02 -08:00
engine-flutter-autoroll
267f66a7dc Roll Engine from 4fd6bb1cdf9c to 1b68503bc82b (6 revisions) (#77872) 2021-03-10 20:15:03 -08:00
engine-flutter-autoroll
9fcc1ca229 Roll Plugins from 8feb2e78070f to fd52de8dfc29 (2 revisions) (#77871) 2021-03-10 20:10:01 -08:00
engine-flutter-autoroll
4d1b2913fd Roll Engine from afc72ee1d79c to 4fd6bb1cdf9c (3 revisions) (#77857) 2021-03-10 18:05:02 -08:00
engine-flutter-autoroll
a640c14557 8feb2e780 [tool] Improve check version ci so that it enforces the version in CHANGELOG and pubspec matches. (flutter/plugins#3678) (#77854) 2021-03-10 18:00:02 -08:00
Konstantin Scheglov
3e7b208512 Fix UNNECESSARY_TYPE_CHECK_TRUE hints. (#77753) 2021-03-10 17:55:02 -08:00
Jonah Williams
2edf6b7320 Remove mockito deps from dev/ (#77749) 2021-03-10 17:50:44 -08:00
Zomtir
5baebb88ff [Docs] RouteObserver<PageRoute> cannot subscribe ModalRoute (#77606) 2021-03-10 17:50:04 -08:00
Jonah Williams
5e7f6690bf Remove mock from event_printer_test (#77757) 2021-03-10 17:49:48 -08:00
chunhtai
f91ed2a30d Adds set text semantics action to render editable (#77024)
* Adds set text semantics action to render editable

* addressing comments

* re-enable test

* fix test

* fix more test

* fix bad merge

* addressing comment

* update dynamic to Object?
2021-03-10 15:45:35 -08:00
Sam Rawlins
406f6bcc81 Remove unnecessary question marks (#77719) 2021-03-10 15:45:05 -08:00
Jia Hao
9fdda01252 [flutter_tools] Generalize waitForExtension (#77220) 2021-03-11 07:31:25 +08:00
engine-flutter-autoroll
385edc33ed Roll Plugins from 735e1a5208e1 to 79dd06a1eb1d (2 revisions) (#77852) 2021-03-10 14:50:02 -08:00
engine-flutter-autoroll
4be9cd1b32 Roll Engine from 9b5f59ec3d54 to afc72ee1d79c (3 revisions) (#77847) 2021-03-10 14:45:03 -08:00
Kate Lovett
e02621b997 Fix scrollbar hit testing based on pointer device kind (#77755) 2021-03-10 12:45:03 -08:00
Gary Qian
4d38ca6d46 Increase timeouts to fix build integration timeout flakes (#77566) 2021-03-10 12:30:25 -08:00
engine-flutter-autoroll
2e0515f004 9b5f59ec3 [web] Reland: Fix url updates when using Router (flutter/engine#24876) (#77829) 2021-03-10 12:30:02 -08:00
engine-flutter-autoroll
1d8f353ec0 735e1a520 [image_picker] Implemented 2860 and added Unit Test to test functionality (flutter/plugins#3685) (#77827) 2021-03-10 12:25:04 -08:00
Kate Lovett
9840d65943 Make LocalFileComparator.compare easier to override (#77825) 2021-03-10 12:20:04 -08:00
Jonah Williams
0cc087c2ae [flutter_tools] migrate some base libraries to null safety (#77738) 2021-03-10 12:15:04 -08:00
engine-flutter-autoroll
c13a8ca4dd Roll Plugins from d44d155fa501 to 4dea720e3aa4 (2 revisions) (#77822) 2021-03-10 10:15:03 -08:00
engine-flutter-autoroll
a0c70d890b Roll Engine from 785ac320e4aa to d5058fb76888 (2 revisions) (#77816) 2021-03-10 10:10:04 -08:00
Jonah Williams
8bbaedde10 [flutter_tools] remove mocks from features test (#77760) 2021-03-10 10:05:03 -08:00
Jenn Magder
08b225e03d Implement iOS app install deltas (#77756) 2021-03-10 10:00:03 -08:00
engine-flutter-autoroll
047dcc70de Roll Engine from 620b9e45a77a to 785ac320e4aa (4 revisions) (#77795) 2021-03-10 07:45:04 -08:00
engine-flutter-autoroll
445e57216a Roll Engine from 7764b5c55f30 to 620b9e45a77a (3 revisions) (#77781) 2021-03-10 02:00:02 -08:00
Jonah Williams
be8989f185 [flutter_tools] remove mock processes from batch compile_test (#77731) 2021-03-09 23:31:02 -08:00
Darren Austin
07e04484ea Removed PaginatedDataTable accentColor dependency. (#77744) 2021-03-09 20:10:05 -08:00
Hans Muller
8c05c0a9d5 Removed Stepper accentColor dependency (#77732) 2021-03-09 20:05:02 -08:00
Jonah Williams
b15465fc92 [flutter_tools] simplify fake imports for FakeProcessManager (#77748) 2021-03-09 15:55:02 -08:00
Darren Austin
48f5674085 Removed MaterialApp accentColor dependency. (#77652) 2021-03-09 13:50:03 -08:00
Viral Kachhadiya
99c75a7300 added final keyword (#77689) 2021-03-09 13:40:02 -08:00
Tong Mu
7abee113e8 [Analyze] Make deprecation note analyzer clearer on quote misuse (#77653)
* Impl

* Escape$

* eofnl

* Make message more clear
2021-03-09 13:21:45 -08:00