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
Hans Muller
6b04937292
Replaced use of obsolete RaisedButton with ElevatedButton in widget_inspector_test ( #66603 )
2020-09-25 08:26:04 -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
fd93576856
Replaced obsolete use of FlatButton with TextButton in scroll_activity_test ( #66602 )
2020-09-25 07:32:17 -07: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
Yash Johri
9bfab77835
Changed title to label ( #66186 )
2020-09-23 18:57:03 -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
Jacob MacDonald
9cee75ba61
update to the latest null safe packages ( #66384 )
...
Updates all null safe dependencies to versions that allow 2.10 stable and 2.11 dev releases.
Also updates flutter_goldens and flutter_goldens_client to allow 2.11 dev.
2020-09-23 11:03:29 -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
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