- 06 Dec, 2017 2 commits
-
-
-
Yegor authored
-
- 05 Dec, 2017 3 commits
-
-
xster authored
* Make drawer demo header not scroll * Add test for gallery drawer demo and fix user accounts drawer header overflow
-
Sigurd Meldgaard authored
* Video demo is unsupported on simulator Display a message stating this. * Address review
-
Sigurd Meldgaard authored
* Add spinner to loading video
-
- 04 Dec, 2017 1 commit
-
-
Sarah Zakarias authored
-
- 02 Dec, 2017 1 commit
-
- 01 Dec, 2017 3 commits
-
-
Chris Bracken authored
Updates quiver from 0.26.0 to 0.26.2 to pick up strong-mode fixes.
-
Sigurd Meldgaard authored
-
Chris Bracken authored
Extracts Tab2ConversationRow class that consolidates widget tree for a chat message in the Cupertino navagation chat demo. This refactoring simplifies adding SafeArea support to handle iOS 11 safe areas in a followup patch.
-
- 30 Nov, 2017 4 commits
-
-
xster authored
* Let lists automatically add sliver padding from media query. Translucent nav and tab bars leave behind media query paddings in scaffolds. * tests * const lint * Rename base abstract class to generalized ObstructingPreferredSizeWidget
-
Ian Hickson authored
Fixes the remaining known issues with widgets supporting RTL.
-
amirh authored
This is in preparation for adding a second card with a demo for animated icons. Table refactor is just a cleanup (that also fixes an alignment bug).
-
amirh authored
-
- 29 Nov, 2017 4 commits
-
-
amirh authored
In https://github.com/flutter/flutter/pull/13141 I updated the demo name from 'Animated Images' to 'Animated images' before submitted, but did not update the name in the smoketest and transitions_perf test.
-
amirh authored
-
Greg Spencer authored
This consolidates all of the non-template .gitignore rules into the top level .gitignore, to ignore common things more broadly, with less maintenance needed for the .gitignore files. Does not touch the templates, so that they still produce needed .gitignores as part of flutter create.
-
Greg Spencer authored
-
- 28 Nov, 2017 1 commit
-
-
xster authored
-
- 25 Nov, 2017 1 commit
-
-
Devon Carew authored
-
- 23 Nov, 2017 1 commit
-
-
Ian Hickson authored
-
- 22 Nov, 2017 1 commit
-
-
Ian Hickson authored
Fix the dismissible demo in the gallery (make it actuall update when you pick something from its menu; give it a better affordance for resetting once you've dismissed everything). Improve some docs. Fix various flinging bugs with dismissible. Add tests for those cases. Add a feature to flutter_test to support a drag-then-fling gesture (used by the flinging tests).
-
- 17 Nov, 2017 2 commits
-
-
Greg Spencer authored
I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once. This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments.
-
Ian Hickson authored
This fixes DropdownButtons to align their popups correctly in RTL as well. Also while I was there I fixed the issue with text scale factor in the gallery.
-
- 16 Nov, 2017 1 commit
-
-
Ian Hickson authored
Previously, ExpansionPanel would do weird things if interacted with when it was already animating. This is fixed and there's now a test. Also: * Minor fixes to make the gallery work in RTL, not that there's any way to see that without hard-coding the framework to RTL. But at least I'll be less annoyed when doing that. * Some trivial code and documentation cleanup.
-
- 13 Nov, 2017 1 commit
-
-
Greg Spencer authored
Creates a new (hidden) flutter command 'ide-config' that will create and/or update existing .iml files and some files under the .idea directory, as well as removing existing *.iml files and the .idea directory. It also: * Adds *.iml to the .gitignore * Removes existing .iml files from the repo, and moves them to the packages/flutter_tools/ide_templates/intellij directory. * Adds a flag to ide-config ('--update-templates') that will take any new .iml files in the flutter tree and add them to the existing templates. - If --overwrite is also specified, then all existing templates will also be overwritten with the contents from the flutter tree, and any that have been deleted from the flutter tree will also be removed from the templates. * Added new run configurations for all existing app targets that will now also be automatically added to IntelliJ. * Setting up the environment also includes setting the coding style guidelines and the git VCS. * Note that after this PR lands, Flutter developers will need to run it once to re-create the .iml files and configuration files that have been removed. After this PR lands, .iml files will no longer appear in the untracked files section for git.
-
- 03 Nov, 2017 1 commit
-
-
xster authored
* Built first tab * Small additions * started tab 3 * Need color arithmetics * tab 2 built * finalize * lint and tests * review * Reapply docs after rebase * use color.computeLuminance * linter * nit
-
- 02 Nov, 2017 2 commits
-
-
5u3it authored
Adds `Scaffold#endDrawer` property to supply a second drawer to a Scaffold.
-
Greg Spencer authored
In order to allow chips to be properly drawn when they expand in size (without using IntrinsicHeight), I needed a BoxDecoration shape that would be dependent upon the rendered height of the widget. This seemed to be pretty generally useful, so I added a new ShapeDecoration called StadiumBorder. It uses the minimum dimension to adjust the BorderRadius of a rounded rect in the shape decoration. I also converted some uses of BoxShape to be case statements, updated the chips to use the StadiumBorder decoration, and updated some of the metrics to match the Material spec, as well as implementing lerping to and from StadiumBorder.
-
- 01 Nov, 2017 1 commit
-
-
Chris Bracken authored
-
- 31 Oct, 2017 2 commits
-
-
Michael Goderbauer authored
* Add a custom semantics sample * typo * Review comments
-
Ian Hickson authored
-
- 26 Oct, 2017 2 commits
-
- 25 Oct, 2017 2 commits
-
-
Yegor authored
* fix updrade script; upgrade to the latest package versions * exclude special dependencies from transitive closure * fix stack trace handling in flutter_test due to stack_trace change * change type on _emptyStackTrace
-
Chris Bracken authored
Use our platform identifiers rather than OS names for the platform switcher radio buttons in the drawer as noted in section 2.3.10 of the App Store review guidelines. See: https://developer.apple.com/app-store/review/guidelines/
-
- 24 Oct, 2017 1 commit
-
-
Phil Quitslund authored
-
- 22 Oct, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 20 Oct, 2017 2 commits
-
-
Hans Muller authored
-
P.Y. Laligand authored
Also switched to relative paths for local packages.
-