Hans Muller
afc0550a67
Fix circle antialiasing in the animation demo ( #5729 )
2016-09-02 16:13:09 -07:00
Seth Ladd
9e808aad7e
Change from plural to singular ( #5705 )
...
Closes #5702
Update transitions_perf_test.dart
Update simple_smoke_test.dart
2016-09-02 09:14:06 -07:00
Dragoș Tiselice
8a20b261d0
Changed Material ease animations to fastOutSlowIn. ( #5643 )
...
Fixes #5393 .
2016-09-02 09:03:51 -07:00
Hans Muller
d6a6053630
Contacts icon alignment ( #5719 )
2016-09-01 15:42:23 -07:00
Dragoș Tiselice
8fed9d9e16
Added expansion panels demo to gallery. ( #5539 )
2016-09-01 15:36:26 -07:00
Hans Muller
f27fa0ece0
Gallery animation demo: lazily compute screen dimensions ( #5715 )
2016-09-01 14:07:22 -07:00
Dragoș Tiselice
50ead56e0e
Made all drawer items actionable. ( #5688 )
...
One of the drawer items was dsiabled but still clickable which
led to inconsistent icon coloring. THis commit makes this item
actionable. Fixes #5683 .
2016-08-31 15:46:39 -07:00
Dragoș Tiselice
b4fb23ad10
Increased text margin in typography demo. ( #5691 )
...
Subheading title was too close to the actual example. This commit
increases the size of its box. Fixes #5682 .
2016-08-31 15:15:13 -07:00
Dragoș Tiselice
3964aaad55
Added action to Pesto FAB. ( #5687 )
...
The floating action button inside of the Pesto demo now opens up
a snackbar. Fixes #5685 .
2016-08-31 14:50:14 -07:00
Jason Simmons
a4c9adfb5c
Restrict Gallery to phone-sized screens ( #5662 )
...
See https://github.com/flutter/flutter/issues/5570
2016-08-30 13:53:57 -07:00
Hans Muller
119758b822
Make the suspended gallery task bar gray ( #5651 )
2016-08-29 14:59:10 -07:00
Adam Barth
e0f6c0db84
Add labels to the slider demos ( #5639 )
...
Previously, it was unclear that the middle slider was disabled.
Fixes #5517
2016-08-29 12:17:34 -07:00
Chris Bracken
4bc70c9e91
Fix minor misspellings in comments. ( #5641 )
2016-08-29 10:05:22 -07:00
Hans Muller
d0e72d616b
Prevent looking up inherited widget values from initState() ( #5609 )
2016-08-26 15:19:46 -07:00
Hans Muller
a651008acf
Animate the "PREVIEW" banner into view ( #5598 )
2016-08-25 12:30:25 -07:00
Collin Jackson
91b6319a4f
Allow disabling the performance overlay in main.dart, fixes #5580 ( #5583 )
2016-08-24 15:55:00 -07:00
Jason Simmons
95fbb71f0d
Change the Gallery sample Android package to not conflict with the version published in Play ( #5579 )
2016-08-24 14:37:50 -07:00
Collin Jackson
701e0d054a
Add update dialog to gallery ( #5569 )
...
Add update dialog to gallery, open source part of #4626
2016-08-24 13:32:27 -07:00
Hans Muller
3a6f6c8275
Gallery app preview banner ( #5554 )
2016-08-23 12:29:07 -07:00
Hans Muller
cc600fc0a0
Add a gallery feedback link ( #5511 )
2016-08-22 09:57:25 -07:00
Hans Muller
03b117a5e5
Remove the "most valuable keys" Hero feature ( #5500 )
2016-08-19 09:59:39 -07:00
Hans Muller
e683cb2157
Gallery home page header color should track the material theme ( #5486 )
2016-08-18 14:15:33 -07:00
Hans Muller
7b2f660417
Stablize gallery status bar height computation ( #5485 )
2016-08-18 12:41:51 -07:00
Seth Ladd
f28cf64127
ios launcher icons with more padding, optimized ( #5470 )
2016-08-18 10:16:10 -07:00
Eric Seidel
2701c014de
Add icons to pesto drawer ( #5476 )
...
Fixes https://github.com/flutter/flutter/issues/5462
@mpcomplete
2016-08-18 07:03:22 -07:00
Hans Muller
a010d6eb08
Rearrange the Pesto internals ( #5466 )
2016-08-17 15:30:57 -07:00
Hans Muller
0892f6a503
Corrected the scrollable tab view key in the tabs demo ( #5458 )
2016-08-17 11:20:28 -07:00
Hans Muller
96ec30b8af
Fix Pesto appbar heroics ( #5447 )
2016-08-17 10:38:38 -07:00
Seth Ladd
8fa6c4d2d7
Transparent icons gallery ( #5438 )
...
* new launcher icons for android
* two more sizes for android launcher icons
2016-08-16 14:55:17 -07:00
Hans Muller
082730e94b
Tapping status bar scrolls to top on IOS ( #5425 )
2016-08-16 12:30:39 -07:00
Piyush K
3dda629089
Grammar check on Readme ( #5413 )
...
installed changed to installs:
The `flutter run --release` command both builds and installed the Flutter app.
changed to
The `flutter run --release` command both builds and installs the Flutter app.
2016-08-15 16:29:58 -07:00
Ian Hickson
0d7363322f
Fix the logo widget ( #5414 )
...
Some tweaks to the logo widget:
* remove bad assert
* allow text color to be configured
* make logo pretty in dark mode in gallery
* fix some docs
2016-08-15 16:02:53 -07:00
Hans Muller
6e62df42b6
Removed unnecessary Shrine hero logic ( #5394 )
...
* Removed unnecessary Shrine hero logic
2016-08-15 14:23:53 -07:00
Ian Hickson
955b3e21f7
A Flutter logo widget. ( #5382 )
...
Instead of a PNG, the Flutter gallery widget is now drawn in code.
There's now a FlutterLogoDecoration class that paints the flutter logo
anywhere you can use a Decoration (e.g. AnimatedContainer).
There's now a FlutterLogo class that honors the IconTheme.
The About dialog box API now takes a Widget for the applicationIcon,
instead of an ImageProvider. It uses IconTheme to make the icon the
right size instead of using an Image widget.
Add padding, duration, and curve properties to the DrawerHeader.
Make the child of a DrawerHeader optional.
Clean up UserAccuntsDrawerHeader a bit.
Add some useful properties and methods to EdgeInsets.
Add some debug logic to RenderDecoratedBox to catch unpaired
save/restore calls when possible.
Make GestureDetector fill its parent if it has no children. Fixes
https://github.com/flutter/flutter/issues/5380
2016-08-15 12:50:24 -07:00
Hans Muller
914f3adc6e
Update gallery application version and label
2016-08-12 11:19:44 -07:00
Ian Hickson
9c15407ba9
When a list is scrolling, children can't be tapped ( #5222 ) ( #5348 )
2016-08-11 13:40:26 -07:00
Matt Perry
82b55c5ce4
Fix gallery clipping issues on ipod touch. ( #5258 )
...
* Shrine tile height now hardcoded to match actual card size.
* Animation demo now scales with screen size.
BUG=https://github.com/flutter/flutter/issues/5002
BUG=https://github.com/flutter/flutter/issues/5003
2016-08-08 11:52:35 -04:00
Chinmay Garde
21ee4b92f1
Specify the IPHONEOS_DEPLOYMENT_TARGET to 8.0. ( #5268 )
...
* Update examples to lower the deployment target on iOS.
2016-08-05 14:56:07 -07:00
Ian Hickson
84cbefe2d4
Revert "When a list is scrolling, children can't be tapped" ( #5264 )
2016-08-05 13:42:55 -07:00
Hans Muller
eebe09d402
Set the ScrollConfiguration for dropdown menus ( #5255 )
2016-08-05 12:57:29 -07:00
Ian Hickson
ea7d5bf291
When a list is scrolling, children can't be tapped ( #5222 )
2016-08-05 10:40:24 -07:00
Matt Perry
260cfcdb7b
Pesto: Prevent overscrolling on recipe page. ( #5237 )
...
BUG=https://github.com/flutter/flutter/issues/5098
2016-08-05 13:37:27 -04:00
Hans Muller
4a8dbb0e13
Add a repaint boundary to the cards on the shrine order page ( #5251 )
2016-08-05 10:02:53 -07:00
Eric Seidel
5a0589c781
Remove stray PRODUCT_BUNDLE_IDENTIFIER ( #5242 )
...
* Remove stray PRODUCT_BUNDLE_IDENTIFIER
This was erroneously added and overrides
the bundle for the gallery causing signing
to fail in my setup.
@chinmaygarde
* Remove PRODUCT_BUNDLE_IDENTIFIER from all Runner pbxproj's
2016-08-05 10:00:50 -07:00
Eric Seidel
ac9ab0c9d6
Update Gallery icons to have a white background. ( #5252 )
...
I took the logo_square from:
https://github.com/flutter/identity-assets/tree/master/assets/logo_square
Opened it in preview, gave it a white background
and then dropped it in the icon tool to create
these updated icons.
We may want to use offwhite like we did for Android
but this is sufficient for my demo today.
@hansmuller
2016-08-05 10:00:12 -07:00
Adam Barth
d321ce352e
Disable parallax in gallery home header ( #5250 )
...
We don't yet know how to do this without poping during hero animations.
2016-08-05 09:59:17 -07:00
Adam Barth
4cc094ac9f
Remove pop in AppBar hero animations ( #5243 )
...
Now the flexible space bar computes its effect from its size rather than from
the Scaffold's animation.
2016-08-05 09:30:45 -07:00
Hans Muller
4fe80830ca
Use updated appbar background assets ( #5248 )
2016-08-05 09:02:34 -07:00
Hans Muller
4770acebd1
updated Android launcher icons ( #5238 )
2016-08-04 15:35:26 -07:00
Adam Barth
628884a8a8
Make AppBar a Hero ( #5214 )
...
This patch improves the Post and Shrine transitions by making the AppBar
into a Hero and changing the default MaterialPageTransition. Now the
AppBar transitions smoothly between screens and the
MaterialPageTransition doesn't involve a fade effect.
Also, rejigger the bounds of the image header in Pesto to avoid the
"pop" at the end of the animation by laying out the image header at its
final visual size instead of relying on occlusion to size the image
header.
Fixes #5202
Fixes #5204
2016-08-04 13:05:18 -07:00