Yegor
82d6589590
Revert "newly created apps / plugins should use latest gradle dependencies ( #22790 )" ( #23263 )
...
This reverts commit 751c083f7d
.
Our buildbots need to be upgraded to a newer version of the Android SDK.
2018-10-18 14:17:47 -07:00
Sebastian Roth
751c083f7d
newly created apps / plugins should use latest gradle dependencies ( #22790 )
2018-10-18 12:56:18 -07:00
Jason Simmons
086cfcb133
Add a delay to the Gallery navigation memory test to give Dart an opportunity to GC ( #23250 )
...
See https://github.com/flutter/flutter/issues/23171
2018-10-18 12:30:16 -07:00
Yegor
3fbd140e77
Use new mixin
syntax for super-mixins ( #22870 )
...
This re-lands 3c56e6c
on top of a new Dart SDK that contains new mixin syntax fixes.
2018-10-17 13:10:05 -07:00
Alexandre Ardhuin
8b0de38ef8
fix upcoming lint avoid_returning_null_for_void ( #23190 )
2018-10-17 11:01:37 +02: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
Jonah Williams
313059cdb6
Add labeled tappable target guideline and gallery tests ( #22824 )
2018-10-11 15:05:10 -07:00
Jason Simmons
dba54316f4
Android API version check for the call to Activity.reportFullyDrawn ( #22918 )
2018-10-11 08:57:33 -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
788bb2d4c2
Add first frame reporting to gallery's Play Store Console logging ( #22579 )
2018-10-08 11:51:37 -07:00
xster
9c080269a8
Add some missing voiceover labels in gallery ( #22753 )
2018-10-08 11:51:16 -07:00
Andrew Davies
9ceb9ab305
[flutter_driver] Adds fuchsia compat for connect() ( #22633 )
...
Adds a Fuchsia compatibility function that allows for connecting to a
specific Isolate by name when running Flutter Driver on a Fuchsia
device. This will check over multiple Dart VM's in an attempt to find
an Isolate by its name.
2018-10-08 11:09:07 -07:00
Hans Muller
bbb080b3a3
Material Switch optionally adapts per platform: Switch.adaptive() ( #22688 )
2018-10-08 10:39:59 -07:00
Jonah Williams
cdf1cec902
add ability to match child semantics data ( #22001 )
2018-10-05 17:44:26 -07:00
Yegor
3184b7cb66
Revert "Use mixin
syntax for Flutter's super-mixins ( #22435 )" ( #22748 )
...
This reverts commit 3c56e6c77d
.
It breaks the AOT build.
2018-10-05 15:09:38 -07:00
Yegor
3c56e6c77d
Use mixin
syntax for Flutter's super-mixins ( #22435 )
...
* first pass
* revert WidgetsBindingObserver
* disable prefer_mixin
* docs and more mixins
* newer engine; binding fixes
* upgrade dependencies
* fix test binding
* remove whitespace
* remove the obsolete `enableSuperMixins: true`
* upgrade dartdoc to 0.22.0
* temporarily use git version of dartdoc
* fix pub global activate syntax
* use dartdoc 0.23.0
2018-10-05 14:54:41 -07:00
Jonah Williams
cfc73590b7
Adds more time to contrast tests ( #22681 )
2018-10-04 15:56:52 -07:00
Alexandre Ardhuin
2ea1d81cdc
sort_constructors_first ( #22575 )
2018-10-04 07:28:07 +02:00
xster
08fe1d86e9
Update android fastlane bundle packages ( #22532 )
2018-10-02 18:34:40 -07:00
Hans Muller
eea3465ae7
Added ColorScheme, updated ThemeData, ButtonTheme, material buttons ( #22013 )
...
Introduce an overall material "color scheme" and to make it possible to redefine how a component's visual properties bind to the color scheme and to the existing material Theme.
2018-10-02 14:50:43 -07: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
Yegor
d91f1608c5
upgrade packages ( #22524 )
2018-10-01 14:42:53 -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
Hans Muller
6c00bf98ee
Fix overscroll_demo in the a11y contrast test ( #22276 )
2018-09-25 14:38:25 -07:00
Dan Field
ea5435c2ef
Widgets app refactor ( #22269 )
...
* Refactor of cupertino/material/widgets app
* update docs
* Update tests for const
2018-09-25 13:57:12 -04:00
Dan Field
a52bd81560
Revert "Refactor of cupertino/material/widgets app ( #22161 )" ( #22249 )
...
This reverts commit 61cf946ba8
.
2018-09-25 00:25:50 -04:00
Dan Field
61cf946ba8
Refactor of cupertino/material/widgets app ( #22161 )
...
* Make CupertinoApp and MaterialApp both use WidgetsApp for Navigator
* Make CupertinoApp and MaterialApp const constructors
* Make WidgetsApp routes aware
* Update tests
2018-09-24 23:55:03 -04:00
Hans Muller
2d0af0aa48
Gallery accessibility test: check default themes, gallery themes ( #22141 )
2018-09-24 10:41:30 -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
Jonah Williams
fa0a857d02
Add material tap target size and text contrast test to gallery ( #21581 )
2018-09-11 08:27:32 -07:00
Devon Carew
f5efbc4370
remove some temporary debug output ( #21500 )
2018-09-06 12:49:02 -07:00
liyuqian
6c4b38b707
Enable fading animation during page transitions. ( #21394 )
...
The average frame time of page transitions on Moto G4 is now very
close to 16ms (the last 10 measurements on our dashboard are
between 15.5ms to 16.7ms and half of them are below 16ms).
It is now much faster than when we disabled it (which was at about
35ms). So I think that we should be able to enable it by default.
I'll leave the flag there until we implement the retained rendering
to bring the frame time comfortably below 16ms.
See https://github.com/flutter/flutter/issues/13736
2018-09-06 09:26:52 -07:00
liyuqian
c1beb15f85
Use Visibility to hide gallery menu ( #19121 )
2018-08-31 14:46:19 -07:00
Todd Volkert
2f32166f4b
Update packges ( #21241 )
...
https://github.com/flutter/flutter/issues/19578
2018-08-30 18:16:23 -07: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
xster
3313f5185f
Put Cupertino gallery demos in alphabetical order ( #21081 )
2018-08-27 15:10:05 -07:00