Jonah Williams
0b35937b13
Revert "Flutter gallery: updated Shrine demo ( #23539 )" ( #23848 )
...
This reverts commit 949cfcf172
.
2018-11-01 19:30:11 -07:00
Hans Muller
949cfcf172
Flutter gallery: updated Shrine demo ( #23539 )
2018-11-01 12:48:24 -07:00
Devon Carew
e30f9a9447
add explicit const keywords ( #23652 )
2018-10-29 22:39:40 -07:00
Kevin Moore
8039620bb4
Remove duplicate code comment in flutter_gallery ( #23422 )
2018-10-23 19:01:58 -07:00
xster
b63ced55b4
Add a CupertinoTextField ( #23194 )
2018-10-22 19:20:17 -07:00
Alexandre Ardhuin
0fb84e96c7
Prefer void to null ( #22977 )
...
* Future<void> main
* Future<void>.delayed
* prefer_void_to_Null
* address review comments
2018-10-16 22:03:06 +02:00
matthew-carroll
04a26778c5
Revert "Reversion for roll ( #22984 )" ( #23029 )
...
This reverts commit 80f80ab08c
.
2018-10-12 16:31:34 -07:00
matthew-carroll
80f80ab08c
Reversion for roll ( #22984 )
...
For G3 Roll:
* Revert "MaterialButton must honor its minWidth and height parameters (#22919 )"
This reverts commit a02332335a
.
* Revert "Update uses of ButtonTheme.bar: pass along the current Theme's colorScheme (#22827 )"
This reverts commit 655bf6a290
.
* Revert "ButtonTheme.of().colorScheme defers to Theme (#22880 )"
This reverts commit a590940e45
.
* Revert "Bring TextTheme into alignment with the current Material spec (#22330 )"
This reverts commit 8bfb4b3ee5
.
* Revert "Added ColorScheme, updated ThemeData, ButtonTheme, material buttons (#22013 )"
This reverts commit eea3465ae7
.
* Manual adjustments to fix reversion issues.
2018-10-11 18:17:46 -07:00
Hans Muller
a590940e45
ButtonTheme.of().colorScheme defers to Theme ( #22880 )
...
ButtonThemeData no longer requires a colorScheme. If colorScheme is null, ButtonTheme.of() will initialize it from the current Theme.
2018-10-10 11:40:30 -07:00
Hans Muller
8bfb4b3ee5
Bring TextTheme into alignment with the current Material spec ( #22330 )
2018-10-09 17:00:15 -07:00
Jonah Williams
fb7a5937ba
Basic scroll semantics support ( #21764 )
2018-10-09 14:16:28 -07:00
Hans Muller
655bf6a290
Update uses of ButtonTheme.bar: pass along the current Theme's colorScheme ( #22827 )
...
* Update uses of ButtonTheme.bar
* updated gallery themes
* Remove unnecessary const
Fixes #22789
2018-10-08 15:53:35 -07:00
xster
9c080269a8
Add some missing voiceover labels in gallery ( #22753 )
2018-10-08 11:51:16 -07:00
Hans Muller
bbb080b3a3
Material Switch optionally adapts per platform: Switch.adaptive() ( #22688 )
2018-10-08 10:39:59 -07:00
Alexandre Ardhuin
2ea1d81cdc
sort_constructors_first ( #22575 )
2018-10-04 07:28:07 +02:00
mockturtl
13684e4f8e
use RadioListTile in expansion panels demo ( #20240 )
...
* use RadioListTile in expansion panels demo
Fixes #6048 .
- expose `_Location`
- appease analyzer
2018-10-02 11:15:17 -07:00
Alexandre Ardhuin
f62afdcf57
add missing type parameter on methods ( #22096 )
2018-10-01 21:29:08 +02:00
xster
ac9dc5745e
Add support for material agnostic driver navigation ( #22461 )
2018-10-01 09:18:20 -07:00
Viet Do
2a8e35cc9c
Cupertino Date Picker ( #21251 )
2018-09-28 18:29:28 -07:00
xster
75b24070dd
Add API docs link to each gallery demo ( #22379 )
2018-09-28 16:06:41 -07:00
xster
6b94e6b168
Fix picker demo safe area layout ( #22244 )
2018-09-26 09:28:27 -07:00
Ian Hickson
6d134e0c86
Animation API improvements ( #21540 )
2018-09-23 00:43:05 -07:00
Ian Hickson
989cf18b0d
[H] Cleanup ( #21542 )
...
* Improve documentation and clean up code.
* Remove "Note that".
The phrase "note that" is basically meaningless as a prefix to an
otherwise fine sentence.
2018-09-22 02:02:56 -07:00
Alexandre Ardhuin
a07d3719a1
enable lint prefer_generic_function_type_aliases ( #21680 )
2018-09-14 21:06:19 +02:00
Jonah Williams
e9e2ca160d
Don't use dense dropdown buttons in the Gallery date/time picker demo ( #21693 )
2018-09-12 14:15:28 -07:00
Alexandre Ardhuin
d927c93310
Unnecessary new ( #20138 )
...
* enable lint unnecessary_new
* fix tests
* fix tests
* fix tests
2018-09-12 08:29:29 +02:00
xster
f23c9ae5f8
Cupertino nav bar transitions between routes ( #20322 )
2018-08-28 16:44:34 -07:00
Ian Hickson
53b635817c
Re-enable missing_return ( #20844 )
2018-08-28 11:22:57 -07:00
Viet Do
0b93911653
Add Cupertino Countdown Timer Picker ( #20966 )
...
Add a countdown timer picker as part of the Cupertino date picker.
2018-08-27 12:37:55 -07:00
xster
c418b2f328
Auto populate nav bar title and previous from page route ( #19637 )
2018-08-23 18:24:30 -07:00
Jonah Williams
e235ccd76f
Support disabled animations ( #20354 )
2018-08-23 11:50:04 -07:00
Will Larche
47cffd160c
[Gallery] Material elevations (shadows) demo ( #20842 )
...
* [Gallery] Elevations demo. TODO: Correct icon.
* [Gallery] More elevations for the elevation demo.
* [Gallery] Elevation toggle for elevation demo.
* [Demos] Update temp icon on elevations demo.
* [Demos] Changing action icon.
* [Demos] Same.
* [Demos] Adding new and const.
* [Demos] Reverting formatting.
* [Gallery] PR Feedback.
2018-08-22 13:02:35 -04:00
Ian Hickson
8c79f40d71
Fixes resulting from audit of issues links ( #20772 )
...
* Fixes resulting from audit of issues links
I looked at every link to GitHub in our repo. For cases where we had a TODO that was waiting for a bug to be fixed, and the bug has now been fixed, I applied the pending change. For cases where the link was out of date, I updated the link.
* Update run_test.dart
skip this test again since it failed on linux and macos bots
2018-08-18 16:44:39 -07:00
TL Lee
e2f3b3d6f2
Feature pesto new recipes ( #19415 )
...
<img width="273" alt="pesto_before" src="https://user-images.githubusercontent.com/13839358/43009716-64b6d726-8c0c-11e8-989a-13eaff72ccee.png ">
<img width="273" alt="pesto_after" src="https://user-images.githubusercontent.com/13839358/43009717-66074a34-8c0c-11e8-92ae-f5fb4074f43a.png ">
2018-08-17 17:58:25 -04:00
xster
eec2e629bf
copy edit modal sheet demo ( #20703 )
2018-08-16 14:10:04 -07:00
xster
db8d63575e
make overflow dots on iOS horizontal in gallery ( #20702 )
2018-08-16 13:12:41 -07:00
Natalie Sampsell
faffd3aef3
Add CupertinoActionSheet to gallery ( #20411 )
2018-08-15 01:01:30 -07:00
Viet Do
1057d39dd0
Support infinite scrolling for CupertinoPicker. ( #19789 )
...
Allows the cupertino picker to be scroll infinitely by adding builder.
2018-08-13 12:26:07 -07:00
Natalie Sampsell
64532336f4
Add segmented control to gallery ( #19425 )
2018-08-09 15:06:01 -07:00
Jonah Williams
ddd7e4ead1
improve semantics of chip demo ( #20121 )
2018-08-03 21:10:33 -07:00
Alexandre Ardhuin
eda03e2586
re-re-enable lint unnecessary_const ( #20103 )
2018-08-02 12:02:32 +02:00
David Shuckerow
f844fadaf3
Reorderable list widget and Material demo ( #18374 )
2018-07-30 15:21:00 -07:00
xster
cded7efbd0
Fix CupertinoSwitch accessibility ( #19927 )
2018-07-30 11:18:32 -07:00
Michael Goderbauer
3156c28882
Improve semantics for Drawer-Demo ( #19911 )
2018-07-30 09:28:24 -07:00
Todd Volkert
00aac68e2d
Revert flutter/flutter#19592 ( #19861 )
...
It was causing problems rolling Flutter into Fuchsia
2018-07-27 08:44:39 -07:00
Jonah Williams
810a29d663
Semantics framework updates ( #18758 )
...
Changes:
- Move the SemanticsConfiguration update from RenderToggleable to each subclass, so that Switch can use toggled.
- Add image, liveRegion, toggled properties to Semantics, SemanticsConfiguration, SemanticsNode
- Added semanticsLabel and excludeFromSemantics to Image (the latter so that we avoid creating a semantics node)
- Added onDismiss semantics action which maps to the modal escape on iOS and dismiss action on Android.
- Added dismiss and liveRegion to snackbar widget
- Updated custom painter semantics to handle image, liveRegion, toggle
- Updated relevant tests to use correct flag/action
2018-07-24 13:10:17 -07:00
Alexandre Ardhuin
27018359d2
re-enable lint unnecessary_const ( #19592 )
...
* re-enable lint unnecessary_const
* remove trailling whitespaces
* remove unnecessary const (after merge)
2018-07-23 08:31:48 +02:00
Jonah Williams
d2d17abeec
Add support for custom semantics actions to Android and iOS. ( #18882 )
2018-07-19 20:47:21 -07:00
Jonah Williams
a66ea0a628
add textCapitalization property ( #19367 )
2018-07-19 18:06:44 -07:00
Viet Do
953db753ab
Adding multicolumn cupertino picker to the Gallery. ( #19284 )
...
* Add sample of multicolumn picker to Flutter Gallery
* Modify CupertinoPicker to be able to be rendered off-center.
2018-07-18 16:29:26 -07:00