Alexandre Ardhuin
45fa60eb3e
migrate some cupertino files to nullsafety ( #66024 )
...
* migrate some cupertino files to nullsafety
* address review comments
* address review comments
2020-09-23 06:46:30 +02:00
Alexandre Ardhuin
71c1f6c3e4
enable lint unnecessary_nullable_for_final_variable_declarations ( #66387 )
2020-09-23 06:39:47 +02:00
Hamdi Kahloun
bd90915999
Fix Semi Hidden helpText in showDatePicker ( #65010 )
...
Wrapping the spacing SizedBox in Flexible.
2020-09-22 19:25:34 -07:00
LongCatIsLooong
525e76bc7c
Positioning IME bars on iOS ( #61981 )
2020-09-22 18:32:05 -07:00
Gary Qian
eb5cc495b3
Provide defaulting for textScaleFactor when passing to dart:ui ( #66375 )
2020-09-22 17:17:04 -07:00
Yuqian Li
8e8acaac7a
Add Overflow back with deprecation ( #66305 )
2020-09-22 17:07:04 -07:00
Juyeong Lee
33d015199f
Fix CupertinoAlertDialog TextStyle ( #64468 )
2020-09-22 17:02:04 -07:00
Aayan
1b60988f09
List tile docs ( #65584 )
2020-09-22 16:52:04 -07:00
Dan Field
2102bb0364
Remove last FakeImage implementation ( #66379 )
2020-09-22 15:24:37 -07:00
Michael Goderbauer
82bd7cf894
Make CupertinoThemeData properties non-nullable ( #66274 )
2020-09-22 12:12:07 -07:00
xubaolin
1906218092
SliverList perform layout start from the initial child when there is no valid layout offset ( #66262 )
2020-09-22 12:12:03 -07:00
ny927
379a4e7315
Add sample code to DefaultTextStyleTransition ( #64638 )
2020-09-22 12:02:05 -07:00
Dan Field
7eb8447485
Allow new methods to be added to ui.Image for tests ( #65876 )
...
Remove fake image implementations, add createTestImage to flutter_test
2020-09-22 11:55:39 -07:00
Justin McCandless
4c7f746374
TextField intrinsic height layout bug ( #66291 )
...
Fixes a bug when TextField is wrapped in IntrinsicHeight and visual density is below standard.
2020-09-21 15:29:00 -07:00
Yegor
905feb7771
roll source_span 1.8.0-nullsafety.2 ( #66290 )
2020-09-21 15:02:07 -07:00
Ian Hickson
cb232ddad5
Prevent a potential infinite loop. ( #66073 )
2020-09-21 11:22:07 -07:00
Jason C.H
c2e91ad4dc
Remove deprecated activity indicator ( #66020 )
2020-09-21 11:17:08 -07:00
Raouf Rahiche
e0afee5b13
add ScrollViewKeyboardDismissBehavior to CustomScrollView constructor ( #66014 )
2020-09-21 11:12:06 -07:00
Jonah Williams
689ca09cd0
[versions] update to latest source span and roll engine to 4b8477d11573d233e6791204191c0090f733b05d ( #66136 )
2020-09-19 11:22:07 -07:00
Justin McCandless
2c163e6e95
InteractiveViewer onInteractionUpdate focalPoint ( #66065 )
2020-09-19 11:17:04 -07:00
Jonah Williams
a19f5baccc
[flutter_tools] connect widget cache from frontend_server ( #65951 )
2020-09-19 11:02:04 -07:00
Justin McCandless
e00b1531af
Reland "TextField constrained layout bug ( #65966 )" ( #66055 )
2020-09-18 15:02:04 -07:00
Dominik Roszkowski
d65e2c3a27
Fix mistake in the docs of RouteInformationParser ( #66023 )
2020-09-18 14:57:05 -07:00
xubaolin
73194cd9f2
Fix bug when updating the divisions and value of the slider at the same time ( #65998 )
2020-09-18 14:52:03 -07:00
Yash Johri
8fb807a4d3
Changed title to label in bottom_navigation_bar_test.dart ( #65918 )
2020-09-18 14:47:05 -07:00
Haeseok Lee
480a082766
Add dart-pad example code for CupertinoSliverRefreshControl ( #65164 )
2020-09-18 14:32:04 -07:00
Dan Field
78929661fb
Fix test file name (continous -> continuous) ( #66081 )
2020-09-18 08:08:30 -07:00
GodHyum
d26268bb9e
Change LicensePage's loading color from scaffoldBackgroundColor to cardColor ( #64639 )
...
* wrap LicensePage's loading widget with cardColor
* Set AnimatedSwitcer's duration in LicensePage to zero
* Remove AnimatedSwitcher
* Add test code for checking color is same
2020-09-17 17:06:26 -07:00
chunhtai
70f21de9de
reland always adds alert label for alert dialog in Android ( #66057 )
2020-09-17 16:17:05 -07:00
Alexandre Ardhuin
0cf1b407f2
remove non-nullability on Navigator methods ( #65997 )
2020-09-17 16:12:06 -07:00
Darren Austin
1f62776935
Reland ##65044 ( #66061 )
...
Turn the opt-in default for ThemeData.useTextSelectionTheme to true so that everything uses the new TextSelectionTheme by default.
2020-09-17 15:55:45 -07:00
Mouad Debbar
5024e1ea02
[web] Inform the engine when read-only flag is flipped ( #65499 )
2020-09-17 15:52:04 -07:00
xubaolin
0d945a1a56
Fix the inconsistency between the local state of the input and the engine state ( #65754 )
2020-09-17 15:27:11 -07:00
Matěj Žídek
827cbc353a
Minor docs updates ( #64966 )
2020-09-17 15:27:07 -07:00
TheBiirb
e0ac5da164
Added clipBehavior to Overlay, Flow, AnimatedSize and AndroidView ( #65910 )
2020-09-17 15:22:10 -07:00
Jonah Williams
b1d17c914d
Deprecate VelocityTracker default constructor and added VelocityTracker.withKind constructor ( #66043 )
...
We've gotten feedback that the VelocityTracker change was disruptive, though it did not break any of the flutter framework or customer tests. In order to make the change non-breaking, PointerDeviceKind parameter can be made optional.
Nevertheless, this parameter should be provided so that the existing touch handlers can use more accurate gestures on mouse/stylus inputs, so we can encourage this by deprecating the default constructor and pointing users towards the VelocityTracker.withKind constructor that takes a non-optional parameter
2020-09-17 15:18:31 -07:00
Hans Muller
b56a8c569e
Replaced reference to obsolete FlatButton button class in SnackBar ( #65988 )
2020-09-17 15:16:20 -07:00
Jonah Williams
a3aeab0c83
Revert "TextSelectionTheme support (step 2 of 3) ( #65044 )" ( #66051 )
...
This reverts commit cb92ffc7fa2a3731b98bd4dc7ddfedcc1f50ea6e.
2020-09-17 11:43:28 -07:00
renyou
48ba488d33
Revert "TextField constrained layout bug ( #65966 )" ( #66027 )
...
This reverts commit 10a66b19d5a7b7169602af74795c80e139907266.
2020-09-17 09:37:33 -07:00
Jonah Williams
d15da04f4f
Revert "always adds alert label for alert dialog in Android ( #65973 )" ( #66031 )
...
This reverts commit fd0554ba89e6e2904355bc96622554b6a4ca6bf9.
2020-09-17 07:51:28 -07:00
chunhtai
fd0554ba89
always adds alert label for alert dialog in Android ( #65973 )
2020-09-16 17:42:05 -07:00
Darren Austin
cb92ffc7fa
TextSelectionTheme support (step 2 of 3) ( #65044 )
2020-09-16 17:22:04 -07:00
nero
021c2010df
[ReorderableListView] remove extra margin added after picking up the item ( #65080 )
2020-09-16 16:37:04 -07:00
TheBiirb
71fa330931
Added sample code to AnimatedAlign ( #64698 )
2020-09-16 16:27:04 -07:00
Alexandre Ardhuin
6978832293
migrate some cupertino files to nullsafety ( #65880 )
2020-09-16 14:27:03 -07:00
Justin McCandless
10a66b19d5
TextField constrained layout bug ( #65966 )
...
Fix a bug in the layout of some textfields with constrained height and visual density.
2020-09-16 14:19:34 -07:00
Michael R Fairhurst
7f3c9b6bda
Remove unused 'dart:async' imports. ( #65568 )
2020-09-16 14:14:06 -07:00
YeungKC
0220c3585c
Fix FormFieldState value not in sync with the onChanged value from TextFormField. ( #65695 )
2020-09-16 08:13:05 -07:00
Anthony
081b598f40
Update Navigation Rail test with regression comment and cleaner size checking ( #65877 )
2020-09-15 22:22:08 -07:00
Jonah Williams
13fcedc7dc
[flutter] elide semantic information from certain widget spans ( #65857 )
2020-09-15 22:22:04 -07:00