Commit graph

16214 commits

Author SHA1 Message Date
Michael Thomsen 2cdd51900c
Enable null safety by default in templates (#78619) 2021-03-30 10:16:05 +02:00
Jonah Williams 430626d0f3
[flutter_tools] use existing service implementations for web (#78995) 2021-03-29 21:44:03 -07:00
Alexandre Ardhuin a6832d4d32
add missing trailing commas (#79299) 2021-03-29 21:29:02 -07:00
Kate Lovett 8a3c09af60
Add scrollbar tests for simultaneous scroll/drag (#79297) 2021-03-29 21:24:03 -07:00
Dan Field 318ff7a0ac
Drain socket before throwing (#79289) 2021-03-29 21:14:03 -07:00
Shi-Hao Hong 134aa8e9da
[gen-l10n] Add nullable-getter flag (#79263) 2021-03-29 20:59:04 -07:00
Jonah Williams cf6d4a35a5
[flutter_tools] guard L service extension in debug mode (#79173) 2021-03-29 20:54:05 -07:00
Jenn Magder 4a2ff6490f
Migrate file_store to null safety (#79111) 2021-03-29 20:44:05 -07:00
Michael Bui 39499bd2bf
make showKeyboard respect finder's skipOffstage value (#79034) 2021-03-29 18:19:03 -07:00
Matej Knopp 462ad79036
Provide caret rect to text input plugin (#77608) 2021-03-29 18:14:06 -07:00
Jenn Magder d6c77320ae
Migrate gen_l10n_types to null safety (#79108) 2021-03-29 13:34:55 -07:00
Michael Goderbauer 5231a7dc59
Inline some element methods for better stack overflow affinity (#78269) 2021-03-29 13:34:04 -07:00
Tong Mu c4ba26e31b
Revert "Let InkWell/Ink/ancestor support GlobalKey so that splash does not stop when changing position. (#71138)" (#79300)
This reverts commit e7266dbb07.
2021-03-29 13:12:18 -07:00
Tong Mu a603714610
Revert "Make LogicalKeyboardKey.keyLabel a getter and better (#79100)" (#79217) 2021-03-28 03:54:02 -07:00
Todd Volkert 304f155ac2
Fix hit testing in PointerSignalResolver sample (#78933) 2021-03-27 14:22:36 -07:00
Tong Mu b60c855af5
Make LogicalKeyboardKey.keyLabel a getter and better (#79100) 2021-03-26 22:14:01 -07:00
Kaushik Iska 2e7e5b4530
Add timeline summary entries to capture vsync frame lag (#79090) 2021-03-26 19:44:01 -07:00
YeungKC e7266dbb07
Let InkWell/Ink/ancestor support GlobalKey so that splash does not stop when changing position. (#71138) 2021-03-26 19:39:01 -07:00
Alexandre Ardhuin e384ca7979
use null aware operators for function invocations (#79049) 2021-03-26 09:34:03 -07:00
xubaolin 74eb9df21a
Check if MultiChildRenderObjectElement has an associated RO (#78854) 2021-03-25 19:29:03 -07:00
Jonah Williams 35bd77bb08
[flutter_tools] separate concept of null safe language version from current language version (#79052) 2021-03-25 17:14:34 -07:00
Justin McCandless 971881c8c5
Fix web text field shortcuts (#79056) 2021-03-25 16:44:03 -07:00
Jonah Williams dfc134dd9a
[versions] roll many versions (#79088) 2021-03-25 15:43:44 -07:00
Konstantin Scheglov e31064978a
Add '--protocol-traffic-log' option to 'analyze' command. (#78674) 2021-03-25 15:09:05 -07:00
Zachary Anderson 512ea8f9d0
[flutter_tools] Remove reference to pm genkey and -k (#79047) 2021-03-25 14:51:45 -07:00
Kate Lovett f05c409af2
Improve error messaging and documentation for Scrollbar.isAlwaysShown (#77107) 2021-03-25 14:49:04 -07:00
Gurjinder Partola fed35b4d9c
[flutter_tools] Add support for versioned Android cmdline tools (#78253) 2021-03-25 13:42:39 -07:00
Mouad Debbar e03ccd62ae
[web] Fix text field shortcuts when inside a scroll area (#79051) 2021-03-25 13:14:04 -07:00
LongCatIsLooong ef7258d66d
Reland "Remove whitespace directionality formatter (#78501)" reverted in #79014 (#79015) 2021-03-25 13:09:03 -07:00
Michael Goderbauer 99023f0686
Fix missed ignores (#79071) 2021-03-25 13:02:12 -07:00
chunhtai bed88a1a5e
Fix rendereditable to check the latest text before setting the selection (#78919)
* Fix rendereditable to check the latest text before setting the selection

* add regression comment

* addressing comments and fix tests
2021-03-25 11:49:44 -07:00
Pierre-Louis 4ccb6f8e4d
Revert "[Fonts] Update material icons (#78311)" (#79058)
This reverts commit e34f3b013f.
2021-03-25 19:48:01 +01:00
Hans Muller e1c9ebc787
Revert "Removed accentColor dependency from ExpansionTile (#77933)" (#79053) 2021-03-25 11:44:04 -07:00
chunhtai 3c73185cac
Automatically activate testfield in macOS when receives accessibility… (#78815) 2021-03-25 11:39:06 -07:00
Jenn Magder f712fecde2
Migrate visual_studio to null safety (#78942) 2021-03-25 10:09:16 -07:00
Pierre-Louis c49cd2719d
[Fonts] Remove update_icons TODO (#79027) 2021-03-25 09:29:02 -07:00
Pierre-Louis e34f3b013f
[Fonts] Update material icons (#78311)
* Update icons

* remove trailing blank line
2021-03-25 10:22:57 +01:00
Tong Mu 5647407f07
Add mouseCursor, onEnter, and onExit to TextSpan (#77754) 2021-03-25 00:39:03 -07:00
Hans Muller b44e536c62
Updated TimePickerThemeData API doc (#79009) 2021-03-24 23:09:02 -07:00
Jenn Magder f6eab1d40e
Revert "Remove whitespace directionality formatter (#78501)" (#79014)
This reverts commit d3ee5ace29.
2021-03-24 18:25:43 -07:00
Tapaswi Satyapanthi dbf7fab0a9
Resolved contradictory documentation of showGeneralDialog and default value of 'barrierLabel' argument (#78890) 2021-03-24 17:59:04 -07:00
LongCatIsLooong d3ee5ace29
Remove whitespace directionality formatter (#78501) 2021-03-24 17:54:02 -07:00
Hans Muller 82f1d639e0
Removed accentColor dependency from ExpansionTile (#77933) 2021-03-24 17:19:29 -07:00
Jonah Williams 5344ed7156
[flutter] use null aware operators for function invocations (#79003) 2021-03-24 17:01:52 -07:00
Jenn Magder 8893e89d11
Migrate device_port_forwarder to null safety (#78949) 2021-03-24 16:56:14 -07:00
Jenn Magder 3c24f16744
Migrate platform_plugins to null safety (#78943) 2021-03-24 16:35:43 -07:00
Jenn Magder bd94007356
Migrate localizations_utils to null safety (#78939) 2021-03-24 16:35:16 -07:00
Jenn Magder b804117802
Removed unnecessary ! in net.dart (#79010) 2021-03-24 15:36:12 -07:00
Jonah Williams 2eabb17215
[flutter_tools] migrate tool_backend.dart to null safety and add testing of exit conditions (#78988) 2021-03-24 15:23:21 -07:00
Jenn Magder 5398c34cfe
Migrate flutter_project_metadata to null safety (#78944) 2021-03-24 15:21:23 -07:00