Nguyễn Thanh Hải
693c4a7ccc
Fix last month not being displayed if last date is selected in DateRangePicker ( #66542 )
2020-09-25 17:02:04 -07:00
Justin McCandless
0bca44cf8d
Update docs about complex character support ( #66582 )
...
Simple docs fix for characters.
2020-09-25 16:06:32 -07:00
Chinmoy
21ad3e7af0
Changed TickerProviderStateMixin to SingleTickerProviderStateMixin in ScrollbarState ( #66653 )
2020-09-25 09:51:26 -07:00
MH Johnson
7d89f21613
[Material] Remove opacity from dark theme overlay check ( #66596 )
...
* Remove opacity from check and add test
2020-09-25 10:41:27 -04:00
Hans Muller
890e6ccea6
Replaced obsolete use of FlatButton with TextButton ( #66597 )
2020-09-25 07:31:56 -07:00
LongCatIsLooong
c412fd9967
Length formatter minor fix ( #66567 )
2020-09-24 22:47:03 -07:00
Alexandre Ardhuin
19078b1a02
migrate cupertino to nullsafety ( #66493 )
2020-09-24 14:07:03 -07:00
Will Larche
ee6d4c6590
[Docs] [Material] Fix Icons api docs ( #66508 )
...
* [Docs] [Icons] Updating dart doc styles to recognize more styles of icons. All the 4 icon styles we support have to be pulled from 4 individual web fonts when we show the html page for api docs.
* Better documentation and that special awful case.
* Couple more places to remove.
2020-09-24 15:18:10 -04:00
Darren Austin
11f7ff0049
Complete the migration to the TextSelectionTheme by deprecating the opt-in flag and text selection properties in ThemeData. ( #66482 )
2020-09-24 12:13:00 -07:00
Michael Goderbauer
506998cff6
Allow futures that resolve to null in Future/StreamBuilder ( #66506 )
2020-09-24 10:04:11 -07:00
TheBiirb
2adb91895c
Fixes typos in showDialog documentation ( #66213 )
...
* Fixes typos in showDialog documentation
2020-09-24 23:28:39 +08:00
Greg Spencer
4fad739bf6
Change emoji in About dialog to be a divider ( #66409 )
2020-09-23 20:42:03 -07:00
Jonah Williams
90d83e37a6
[flutter_tools] register service worker after first frame event ( #66082 )
...
Registering the service worker immediately after the documented has loaded may cause SW initialization to compete with framework initialization. It was recommended to us that we defer the service worker setup until after the framework is done with setup, which should be sometime after the first frame.
To implement this, I augmented the binding setup to dispatch an event on the document after the binding has initialized. I don't see any obvious risks with this setup.
Fixes #66066
2020-09-23 18:58:05 -07:00
Alexandre Ardhuin
29fae79c72
migrate some cupertino files to nullsafety ( #66424 )
...
* migrate some cupertino files to nullsafety
* address review comments
2020-09-23 23:12:42 +02:00
Greg Spencer
bbd7b97664
Change the default visual density to be adaptive based on platform. ( #66370 )
...
Based on feedback from various desktop developers, and to be consistent between the defaults and the sample code, this PR switches the default for visual density in desktop themes to be compact instead of standard.
It also removes the same setting from the sample code generated by "flutter create" because it is no longer needed now that it is the default.
2020-09-23 11:14:58 -07:00
TheBiirb
1a9ea39ad7
Make Dismissible's HitTestBehavior an argument ( #64379 )
2020-09-23 10:02:05 -07:00
Alexandre Ardhuin
10febea877
fix nullability issues ( #66418 )
2020-09-22 22:22:10 -07:00
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
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
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
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
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
Haeseok Lee
480a082766
Add dart-pad example code for CupertinoSliverRefreshControl ( #65164 )
2020-09-18 14:32:04 -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