Jonah Williams
8aee75f645
Revert "Pass RouteSettings to the internal Route in showCupertinoModalPopup ( #56024 )" ( #67969 )
...
This reverts commit da58f5e6fe034f8edfa1adc08debcb92d42e2a68.
2020-10-12 16:09:20 -07:00
Miguel Beltran
da58f5e6fe
Pass RouteSettings to the internal Route in showCupertinoModalPopup ( #56024 )
2020-10-12 15:53:54 -07:00
Jonah Williams
c606f044d7
[gestures] make stylus pointer types use touch pan/drag slop ( #67885 )
2020-10-12 15:20:50 -07:00
Kate Lovett
9464661a98
Fix sample code ( #67940 )
2020-10-12 14:22:03 -07:00
Anurag Roy
7f1540f323
Add contentPadding property for RadioListTile ( #67438 )
...
Exposes contentPadding property for RadioListTile from its appropriate ListTile.
2020-10-12 14:22:01 -07:00
Michael Goderbauer
053ebf2c08
Make CupertinoTabScaffold restorable ( #67770 )
2020-10-12 14:17:02 -07:00
LongCatIsLooong
daa6b2cc29
More EditableText docs ( #66864 )
2020-10-12 14:12:06 -07:00
xubaolin
dd41f41f34
CupertinoTextField should not accept requestFocus when disabled ( #65235 )
2020-10-12 14:07:05 -07:00
Sergey Solodukhin
3e069a433b
fix issue #55400 PopupMenuButton positions menu incorrectly with nest… ( #65832 )
2020-10-12 11:52:04 -07:00
Per Classon
7668f06ffe
[Material] Use primary color for selected rows and checkboxes in DataTable ( #67919 )
2020-10-12 10:17:03 -07:00
xubaolin
8538b4f546
Fix TextField bug when the formatter repeatedly format ( #67892 )
2020-10-12 09:37:03 -07:00
chunhtai
345188d40e
make Router.of nullable ( #67683 )
2020-10-12 09:32:07 -07:00
xubaolin
8211aaa2ae
Fix ListTile assert when layout at zero size ( #66798 )
...
* Fix ListTile assert when layout at zero size #66636
2020-10-12 17:25:38 +08:00
xubaolin
d914d5d2f9
Fix typos in the [BottomNavigationBar] document ( #67811 )
2020-10-12 02:22:01 -07:00
Alexandre Ardhuin
eefcff900c
Final definite assignment ( #67682 )
2020-10-10 14:42:02 -07:00
Dan Field
8bb61c3801
Reland ensure visible fix for nested viewports ( #67773 )
...
* Revert "Revert "Improve the behavior of Scrollable.ensureVisible when Scrollable nested (#65226 )" (#66918 )"
This reverts commit e8812c409b646d44ade244c6d425c47940214c6b.
* Fix for page views
* comment
2020-10-09 17:40:33 -07:00
Matej Knopp
24abe59f38
Provide oldLayer where possible ( #67320 )
2020-10-09 13:07:05 -07:00
Nan Kim
28a9a6b48c
Add sample code for CupertinoActionSheet ( #65274 )
2020-10-09 09:08:13 -07:00
Per Classon
8d80592d46
Add tristate to parent checkbox for DataTable ( #67414 )
...
* Add tristate to parent checkbox for DataTable to follow Material specifications
2020-10-09 16:33:39 +02:00
Rami
bbf1b5579f
[Material] Time picker semantics updates ( #67562 )
2020-10-09 10:28:20 -04:00
Per Classon
ee08c2278a
Add decoration parameter to DataTable and DataTableTheme ( #66640 )
...
* Add decoration parameter to DataTable and DataTableTheme
2020-10-09 14:11:17 +02:00
Michael Goderbauer
d127f2c94a
Fix nullability for some routing related stuff ( #67675 )
2020-10-08 15:56:31 -07:00
chunhtai
cb0bdb4994
make router assert more strict ( #67672 )
2020-10-08 14:12:03 -07:00
Greg Spencer
58287aceef
Convert services tests to NNBD ( #62694 )
...
This converts the packages/flutter/test/services directory to NNBD, now that the services package is converted.
I changed the signature of checkMessageHandler and checkMockMessageHandler on BinaryMessenger to take a nullable handler, since the tests wanted to check to make sure a handler wasn't set, and that functionality no longer works if the handler is non-nullable.
2020-10-08 13:46:44 -07:00
nero
e0c0321e4d
[ReorderableListView] Fix item dropping animation ( #64140 )
2020-10-08 12:32:02 -07:00
Yuqian Li
587dd00619
Add the missing parantheses ( #67446 )
...
Fixes https://github.com/flutter/flutter/issues/67343
2020-10-08 12:20:30 -07:00
Alexandre Ardhuin
4acc790252
enable lint cast_nullable_to_non_nullable ( #67629 )
2020-10-08 21:05:43 +02:00
Ayush Bherwani
a67ba2a2ba
[AppBarTheme] adds titleSpacing parameter ( #67105 )
...
* adds titleSpacing in AppBarTheme
Co-authored-by: Shi-Hao Hong <shihaohong@google.com>
2020-10-09 02:07:34 +08:00
LongCatIsLooong
731374016b
Reland "Add CompositedTransformFollower.{followerAnchor, leaderAnchor} for custom anchoring ( #64930 )" ( #65871 ) ( #65884 )
2020-10-08 11:07:03 -07:00
Anthony
82ff246156
Fix Align widthFactor and heightFactor docs to allow 0 values ( #67334 )
2020-10-08 11:09:27 -04:00
Alexandre Ardhuin
d2858f00dd
enable null_check_on_nullable_type_parameter and tighten_type_of_initializing_formals ( #67557 )
...
* enable null_check_on_nullable_type_parameter and tighten_type_of_initializing_formals
* fix CI
2020-10-08 09:39:13 +02:00
Alexandre Ardhuin
0d8d4f77aa
unnecessary null comparison ( #67525 )
2020-10-08 09:26:30 +02:00
Michael Goderbauer
1e0007f3f1
Implement documented behavior of WidgetsApp.builder ( #67574 )
2020-10-07 17:42:04 -07:00
Kate Lovett
cfc8ec23b6
Re-land 'Wrap PopupMenu with SafeArea to respect status bar' ( #67578 )
2020-10-07 17:07:05 -07:00
Chris Bracken
b851f99794
Preserve composing range if possible on sel change ( #67197 )
...
When setting the TextSelection in a TextEditingController, preserve the
composing range so long as the new selection is:
* a collapsed selection; in other words, a cursor rather than a
selection with an extent. A selection with an extent is not
permitted when composing.
* within the composing region. Moving the cursor outside the composing
region ends composing mode.
When using physical keyboards for input with an IME, users expect to be
able to navigate using the cursor within the composing region with the
arrow keys in order to edit text in the composing range.
As an example, a user might erroneously enter the composing text
にほんごにゅうろく in kana, then hit the left arrow, followed by
backspace in order to delete the ろ, then input りょ in order to
generate the correct composing text にほんごにゅうりょく, before then
hitting the conversion key to convert to the kanji text 日本語入力 and
commit.
2020-10-07 16:36:01 -07:00
Ayush Bherwani
3517412446
Exposes ListTile.shape for CheckboxListTile and SwitchListTile ( #67419 )
2020-10-07 16:22:05 -07:00
Jonah Williams
5e4c86d124
Revert "Wrap PopupMenu with SafeArea to respect status bar ( #64678 )" ( #67566 )
...
This reverts commit 2e419ff769281fb10ab875667fbe2ba1ecbe87ca.
2020-10-07 14:58:12 -07:00
Justin McCandless
e98e0b409f
EditableText action handlers swallow errors ( #66851 )
...
Errors that happen in user-defined callbacks (like onChanged) will now make it to the console.
2020-10-07 13:40:38 -07:00
Markus Aksli
571b190f07
Explained parent constraints in SizedBox ( #66639 )
2020-10-07 13:32:03 -07:00
Juyeong Lee
2e419ff769
Wrap PopupMenu with SafeArea to respect status bar ( #64678 )
2020-10-07 13:27:06 -07:00
Michael Goderbauer
52d3bef017
Reland removal of examples/catalog ( #67545 )
2020-10-07 13:17:08 -07:00
YeungKC
db25441fd9
Update the cupertino picker visuals ( #65501 )
2020-10-07 13:12:12 -07:00
Tong Mu
0fbc95df21
Remove the extra wrapping of Listener ( #67340 )
2020-10-07 13:12:05 -07:00
Daniel Iglesia
826b70466a
Add rootOverlay flag to [Draggable], to put feedback on root [Overlay] ( #67375 )
2020-10-07 11:55:49 -07:00
Michael Goderbauer
727cee6d87
Migrate More Material Tests ( #67482 )
2020-10-07 11:02:04 -07:00
Michael Goderbauer
3961a12a6d
Migrate some material tests to nnbd ( #67477 )
2020-10-07 10:11:24 -07:00
Andre
b77753b969
Add transformAlignment and clipBehavior to AnimatedContainer ( #67046 )
...
* Add transformAlignment and clipBehavior to AnimatedContainer, make Container.transformAlignment an AlignmentGeometry.
* Add clipBehavior test
* Fix comment
* Clarify clipBehavior animation
2020-10-07 12:26:02 -04:00
Hans Muller
ab9373bf48
Removed remaining obsolete button widget references ( #67440 )
2020-10-07 08:45:41 -07:00
Alexandre Ardhuin
f1c1d944e3
fix nullability issues ( #67443 )
2020-10-06 17:07:05 -07:00
Justin McCandless
896c19a292
Characters docs ( #67361 )
2020-10-06 17:02:04 -07:00