Commit Graph

18842 Commits

Author SHA1 Message Date
LongCatIsLooong
2d49823315 Don't call onChanged callbacks when formatter rejects the change & handle text input formatter exceptions. (#78707) 2021-03-31 16:59:03 -07:00
Jenn Magder
8ddc27e607 Split globals.dart into null sound and unsound libraries (#79016) 2021-03-31 16:55:20 -07:00
Abhishek Ghaskata
f86c859bea Refactor tabbar code sample (#76387) 2021-03-31 15:19:02 -07:00
Darren Austin
722a085f10 Properly position the built-in drag handles on horizontal lists. (#79484) 2021-03-31 15:15:40 -07:00
Jonah Williams
29207e4f78 [flutter_tools] split application package factory dependencies (#79461) 2021-03-31 15:11:58 -07:00
Alexandre Ardhuin
671926db1b add missing trailing commas (#79434) 2021-03-31 14:24:03 -07:00
Justin McCandless
4982a7f185 InteractiveViewer should call onInteractionUpdate even when gesture is disabled (#78990) 2021-03-31 14:14:04 -07:00
Ayush Bherwani
97a75b9c46 [TextSelectionTheme] improve docs (#75967) 2021-03-31 14:09:05 -07:00
Dan Field
d377c1baed Always write full timeline before summary (#79310) 2021-03-31 13:01:28 -07:00
Jonah Williams
6b3093b6af [flutter_tools] remove globals from Device and separate FlutterDeviceManager (#79454) 2021-03-31 12:59:00 -07:00
Jonah Williams
5847a58f58 [flutter_tools] remove unused testbed method (#79459) 2021-03-31 11:55:31 -07:00
Jenn Magder
395246f08c Remove some globals from the tool (#79422) 2021-03-31 11:43:20 -07:00
Devon Carew
ce1db5f1d7 add a link to the data driven file format docs (#79412) 2021-03-31 10:49:02 -07:00
Jonah Williams
c89d57f652 [flutter_tools] make flutter.gradle compatible with 7 rc1 (#79167) 2021-03-31 10:44:04 -07:00
Alexander Brusher
beb62a663d Rolls isKeyboardKey engine change with fix (#79407)
* Adds a semantics node flag to identify sliders.

* [fuchsia] Fix roll of engine PR #25167

This changes fixes tests failing due to new isKeyboardKey semantics
flag.

* Fix typo

Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com>
2021-03-31 10:43:58 -07:00
Jonah Williams
443d07b707 [versions] roll to latest test (#79099) 2021-03-31 07:45:40 -07:00
Craig Labenz
9bbe89d8e7 Add MaterialStateBorderSide.resolveWith (#78731)
* added MaterialStateBorderSide.resolveWith

(Partially) Resolves #68596

* responded to comment nits

* reversed changes to text_buttons

* added test confirming compatibility with chips

* added MaterialStateBorderSide test for chip

* added intended usage for MaterialStateXYZ classes

* another docstring update

* corrected error in use case

* made resolvewith samples closures

* refined materialstatecolor example in docstring

* changed nullability in docstring and added null test

* added missing type in test

* fixed another typo in docstrings
2021-03-30 21:20:12 -07:00
LongCatIsLooong
9b7c10aa2c leading distribution docs (#78581) 2021-03-30 19:34:03 -07:00
Jia Hao
9e3eadb98d [flutter_tools] Support Integration Tests (#76200) 2021-03-30 19:29:02 -07:00
Alexandre Ardhuin
41507a0408 add missing trailing commas (#79352) 2021-03-30 17:04:02 -07:00
Jenn Magder
83980ef246 Migrate event_printer and test_config to null safety (#79346) 2021-03-30 16:59:05 -07:00
Dan Field
b6a6ea7045 Allow writing startup_info.json to somewhere other than the build dir (#79338) 2021-03-30 16:18:45 -07:00
Darren Austin
994133c75c Removed the built-in overlay from ReorderableListView. (#79024)
Removed the built-in overlay from the ReorderableListView so that it now depends on the surrounding overlay.
2021-03-30 13:28:25 -07:00
Jenn Magder
5a6d2a0a8e Check for outdated Podfile before running pod install (#79343) 2021-03-30 12:42:39 -07:00
Jonah Williams
f59b185be4 [flutter_tools] do not make drive require pub if --no-pub is requested (#79379) 2021-03-30 11:39:02 -07:00
Anurag Roy
95e2cbb132 [SliverAppBar] Improve dartpad sample in documentation (#78984) 2021-03-30 09:29:02 -07:00
Pierre-Louis
89f82ff4fb [Reland][Fonts] Update material icons (#79364)
* [Fonts] Update material icons (#78311)

* Update icons

* remove trailing blank line

* Update icons.dart
2021-03-30 17:27:07 +02:00
Jenn Magder
5d87b3efbf Migrate code_signing to null safety (#79342) 2021-03-30 08:19:28 -07:00
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