houyushan
94fdd88fca
When updating TabController widget, if _controller.index >= widget.length, update _animationController's value ( #79535 )
2021-04-08 15:34:03 -07:00
Justin McCandless
0fd75528de
Reland InteractiveViewer.builder ( #79287 )
2021-04-08 15:29:05 -07:00
xubaolin
625be62a01
fix paste crash when section is invalid ( #78948 )
2021-04-08 15:24:05 -07:00
Tong Mu
8a821ff0b5
Revert "Remove "unnecessary" imports. ( #79610 )" ( #80070 )
...
This reverts commit 98a96189937105f51e58e65543e2c6019a82cb33.
2021-04-08 11:36:30 -07:00
Sam Rawlins
98a9618993
Remove "unnecessary" imports. ( #79610 )
2021-04-07 22:34:03 -07:00
xubaolin
f4a6b21869
Fix a rotation gesture bug ( #79035 )
2021-04-07 22:29:02 -07:00
Hans Muller
bf41c83956
Redo fix for button.icon layout overflow ( #79085 )
2021-04-07 15:05:24 -07:00
Ricardo Canastro
136da59e6b
Support block delete with word and line modifiers ( #79973 )
...
Adds support for overridable delete/backspace keyboard shortcuts
2021-04-07 13:29:37 -07:00
Marcel Čampa
242581418f
Dedup CupertinoAlertDialog and CupertinoActionSheet source code ( #78202 )
2021-04-07 13:09:07 -07:00
Justin McCandless
0efb28d706
Revert "Fix a legacy TODO ( #77454 ) ( #79061 )" ( #79959 )
...
This reverts commit b070ed3c04caa6e348c068b1fe8396527fc46554.
2021-04-07 12:24:22 -07:00
Mahesh Jamdade
9a7eae0c32
docs: add an example to ReorderableListView.builder ( #79193 )
...
docs: add an example to ReorderableListView.builder.
2021-04-07 12:23:06 -07:00
Jenn Magder
a637fcd344
Revert "Support block delete with word and line modifiers ( #79695 )" ( #79968 )
...
This reverts commit 0ba2f6a87fbfd857c0a4e01a47e824dcab5462de.
2021-04-07 11:44:30 -07:00
Ricardo Canastro
0ba2f6a87f
Support block delete with word and line modifiers ( #79695 )
...
Support for keyboard backspace/delete shortcuts
2021-04-07 10:54:28 -07:00
xubaolin
f11b47f7e6
update BorderTween nullable ( #79919 )
2021-04-07 09:02:11 -07:00
c1yde3
3dbe7f23c5
fix cupertino refresh control style ( #79842 )
2021-04-06 23:04:02 -07:00
Abhishek Ghaskata
e54e33c675
Change the code sample ( #79743 )
2021-04-06 20:29:02 -07:00
chunhtai
303ce76d85
Fix RenderEditable register the raw keyboard listener twice ( #79877 )
...
* Fix RenderEditable register the raw keyboard listener twice
* skip web test
2021-04-06 11:27:31 -07:00
Douglas Iacovelli
7cec142f8c
Add back button listener widget ( #79642 )
2021-04-06 09:24:02 -07:00
Hans Muller
6b581c432c
Redo Removed accentColor dependency from ExpansionTile ( #79829 )
2021-04-06 01:54:03 -07:00
xubaolin
ccf83d1de9
update CupertinoPicker.selectionOverlay to nullable ( #79620 )
2021-04-05 21:39:01 -07:00
Darren Austin
98a9195dce
Revert "Fix error when choose noon on time picker ( #78478 )" ( #79828 )
...
This reverts commit 6dd77cc4 as it is breaking the build.
2021-04-05 17:33:34 -07:00
Argel Bejarano
6dd77cc4f8
Fix error when choose noon on time picker ( #78478 )
2021-04-05 15:39:03 -07:00
xubaolin
7d74794a4e
improve the scrollbar behavior when viewport size changed ( #76102 )
2021-04-05 14:14:02 -07:00
Mouad Debbar
e6fbdb6316
[web] Enable material text field tests on web ( #79665 )
2021-04-05 13:54:02 -07:00
SeongYun Kim
6c41398a70
Fix typo in scroll_activity.dart ( #79771 )
2021-04-05 11:59:01 -07:00
Ian Hickson
90c0e3e875
Clarify documentation for DragAnchorStrategy. ( #79160 )
2021-04-05 11:54:03 -07:00
Alexandre Ardhuin
f82046b150
add trailing comma when argList is splitted ( #79650 )
2021-04-03 07:09:02 -07:00
Ian Hickson
b070ed3c04
Fix a legacy TODO ( #77454 ) ( #79061 )
2021-04-02 22:39:03 -07:00
Justin McCandless
07d06215d6
Fix typo: edition -> editing ( #79668 )
...
Just a docs typo fix.
2021-04-02 15:47:48 -07:00
Greg Spencer
8859f7a799
Revert "Support block delete with word and line modifiers ( #77172 )" ( #79674 )
...
This reverts commit 75453e6ac6647e014765ae6d863e199efc152a16 because it breaks flutter/test/rendering/editable_test.dart
Landing on red to fix the build.
2021-04-02 15:08:13 -07:00
Trym Nilsen
ee921e6313
Apply carriedVelocity unless substantially different ( #79382 )
2021-04-02 14:44:03 -07:00
xubaolin
d051336451
fix the position of popu menu when have unsage area ( #78395 )
2021-04-02 16:42:49 -05:00
Kate Lovett
e40610d67e
Automatically applying Scrollbars on desktop platforms with configurable ScrollBehaviors ( #78588 )
2021-04-02 16:40:17 -05:00
Ricardo Canastro
75453e6ac6
Support block delete with word and line modifiers ( #77172 )
2021-04-02 14:39:03 -07:00
chunhtai
2369d76a1d
Makes text selection match the native behavior ( #79308 )
2021-04-02 12:09:05 -07:00
Mateus Felipe C. C. Pinto
d44ab58d69
Remove references to @required in favor of the keyword ( #79239 )
2021-04-01 20:14:03 -07:00
Sam Rawlins
abedbc3ad4
Remove "unnecessary" imports. ( #78663 )
2021-04-01 20:09:04 -07:00
LongCatIsLooong
11276d060f
Revert "Don't call onChanged callbacks when formatter rejects the change & handle text input formatter exceptions. ( #78707 )" ( #79590 )
2021-04-01 16:49:02 -07:00
Tong Mu
dbcac7f177
Reland Make LogicalKeyboardKey.keyLabel a getter and better #79100 ( #79302 )
2021-04-01 16:39:02 -07:00
Danny Valente
1cdb6c8078
Modified the computeMinIntrinsicHeight method to calculate the height properly ( #75513 )
2021-04-01 16:34:04 -07:00
Kate Lovett
ec0b430064
Add dart Fix for TextSelectionThemeData ( #78897 )
2021-04-01 10:09:03 -07:00
Chris Bracken
3e7e06512c
Correct misspellings throughout the codebase ( #79500 )
2021-04-01 10:04:03 -07:00
LongCatIsLooong
7de099bded
fix length formatter typo ( #79489 )
2021-04-01 00:14:04 -07:00
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
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
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
Devon Carew
ce1db5f1d7
add a link to the data driven file format docs ( #79412 )
2021-03-31 10:49:02 -07:00