Seth Ladd
077cf74f84
For reals allow Gallery to be installed by Nexus 5, 5X ( #6013 )
...
* For reals allow Gallery to be installed by Nexus 5, 5X
* fix for long line
2016-09-23 14:57:38 -07:00
Dragoș Tiselice
ef68f2f03b
Added BottomNavigationBar demo. ( #6003 )
...
Added a demo of BottomNavigation to the Gallery.
2016-09-23 14:46:30 -07:00
Adam Barth
c1a2967430
Use SDK sources to refer to our own packages ( #6001 )
...
Switch our pubspec.yamls to using SDK sources so that we can have consistent
source types when we depend on these packages from external packages using SDK
sources.
2016-09-22 20:39:35 -07:00
Seth Ladd
49df2354e6
Allow a Nexus 5 to install the gallery from the Play Store ( #6002 )
...
Cargo culted from http://stackoverflow.com/questions/24690739/nexus-5-galaxy-s5-and-some-other-devices-are-showing-not-compatible-in-google
2016-09-22 13:03:56 -07:00
Adam Barth
d3efe7da5e
Remove flutter_sprites ( #5996 )
...
This code is now in its own standalone library. The library is in a private git
repository in the flutter organization because the code is unmaintained. If
you're interested in using and maintaining this code, please contact
flutter-dev@googlegroups.com for more information.
2016-09-22 10:54:06 -07:00
James Robinson
a95c9fdb58
Isolate imports of generated Dart code from generated path ( #5960 )
...
This rewrites imports of various mojom.dart files from the Flutter
engine repo to instead import normal-looking dart files from the
(new) flutter_services package. This package handles exporting the
correct symbols from generated code wherever that may live.
Includes an engine roll to 3551e7a48e2e336777b15c7637af92fd7605b6c5
which contains the new flutter_services package.
2016-09-21 14:00:29 -07:00
Matt Perry
f0d2f5c58a
Micro tweak to Pesto logo. Text fades out a bit sooner. ( #5983 )
2016-09-21 15:28:13 -04:00
Hans Muller
fc83640c88
ClampOverscrolls clamps Scrollable, not its Viewport ( #5909 )
2016-09-21 11:32:19 -07:00
Dragoș Tiselice
7ad5ec40aa
Changed Pesto logotype's position. ( #5970 )
...
* Changed Pesto logotype's position.
This commit changes Pesto's logotype position so that its curve
aligns with the curve of the image size.
* Added clamping to Pesto logo animation.
2016-09-21 10:58:49 -07:00
Hans Muller
aa9aaf2eb7
Restore Flutter gallery license page scrolling ( #5934 )
2016-09-20 15:13:50 -07:00
Matt Perry
278711d5b1
Add an appbar shadow to Pesto's recipe page. ( #5954 )
...
Fixes https://github.com/flutter/flutter/issues/5711
2016-09-20 17:57:09 -04:00
Chinmay Garde
400585cb96
Update flutter/http.dart to use dart:io. ( #5940 )
2016-09-20 14:17:33 -07:00
Dragoș Tiselice
f3813202a1
Removed Pesto logo's animation. ( #5957 )
...
Removed Pesto logo's triggered animation in order to remove the
observable 'hop' when scrolling. The whole curve is now entirely
scroll dependent. Fixes #5907 .
2016-09-20 13:13:30 -07:00
Adam Barth
17ac73890e
Add MediaQuery.textScaleFactor ( #5936 )
...
This feature is the implementation of an accessibility feature that changes the
size of text by a constant factor.
Fixes #5873
2016-09-20 09:14:48 -07:00
Dragoș Tiselice
eafe1c7a4e
Renamed Positioned constructor. ( #5927 )
...
Renames stretch constructor to fill for better consistency with
the rest of the framework.
2016-09-19 10:46:06 -07:00
Dragoș Tiselice
51cd8b6799
Added a stretch Positioned constructor. ( #5894 )
...
Fixes #5835 .
2016-09-16 15:59:01 -07:00
Dragoș Tiselice
84a879e66d
Renamed constant. ( #5910 )
...
Due to a synchronization issue, a PR was merged with a green build
that was supposed to be rebuilt and to fail. This commit fixes the
issue by renaming the usage of a constant.
2016-09-16 12:24:37 -07:00
Dragoș Tiselice
b1a7720315
Fixed capitalization of toolbar. ( #5895 )
...
Fixes #4713 .
2016-09-16 11:05:03 -07:00
Matt Perry
f0f99a45d9
Pesto logo now smoothly animates between image and image+text states. ( #5890 )
...
Fixes https://github.com/flutter/flutter/issues/5684
2016-09-16 13:31:54 -04:00
Dragoș Tiselice
87fb075fa1
Renamed DropDown to Dropdown. ( #5897 )
...
Fixes #3208 .
2016-09-15 17:38:41 -07:00
Dragoș Tiselice
8ac14f8698
Replaced FlexDirection with Axis. ( #5896 )
...
Fixes #4618 .
2016-09-15 15:23:37 -07:00
Adam Barth
179ea4a0a6
Update framework to account from engine API changes ( #5887 )
...
The engine now reports coordinates in physical pixels.
2016-09-15 13:13:42 -07:00
Hans Muller
f4904b1459
Refresh indicator overscroll ( #5836 )
...
* Added OverscrollIndicatorEdge et al
* RefreshIndicator only clamps its scrollable edge
* added a test
* Updated the test
* fixed lint-os
* fixed a typo
* Scrollable should restore its viewport dimensions when it reappears
* removed an accidental commit
* updated per review feedback
2016-09-14 10:44:51 -07:00
Adam Barth
157ffaac35
Update Dart package dependencies ( #5832 )
2016-09-12 16:00:12 -07:00
Matt Perry
f5c98f6278
Use a light theme for Gallery so it displays a white background while loading. ( #5823 )
...
BUG=https://github.com/flutter/flutter/issues/5373
2016-09-12 14:51:04 -04:00
Dragoș Tiselice
b298bdc8c4
Fixed expansion panels demo text in dark theme. ( #5809 )
...
Changed the text styling to make use of the current theme so that
it doesn't break when the user selects the dark theme.
2016-09-09 16:55:55 -07:00
Seth Ladd
85ac22e4e2
turn verbs into nouns for gallery homepage ( #5801 )
...
* turn verbs into nouns for gallery homepage
* shorter is better
2016-09-09 16:36:52 -07:00
Dragoș Tiselice
cc3df14268
Removed Pesto's drawer. ( #5722 )
...
The drawer was confusing without adding much value. It was
especially confusing when wanting to go back to the Gallery on iOS.
Fixes #5713 .
2016-09-09 13:19:03 -07:00
Matt Perry
b71d7694ab
Prevent Hero transition for AppBar on Pesto recipe page. ( #5760 )
...
BUG=https://github.com/flutter/flutter/issues/5351
2016-09-08 16:40:11 -04:00
Phil Quitslund
d2fda677e1
Update to Dart 1.20.0-dev.1.0
. ( #5689 )
...
* Udpate to Dart `1.20.0-dev.1.0`.
Udpate to Dart `1.20.0-dev.1.0` and corresponding `analyzer` package.
* Added `--no-packages-dir`.
* Revert extension to master.
* Added ignores.
* Review nits.
* More nits.
2016-09-08 13:14:08 -07:00
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
Eddy Ernesto del Valle Pino
ed6e7fa06f
Ask if the app has location access before asking for location. ( #5659 )
2016-08-31 09:54:15 -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