- 25 Jan, 2017 15 commits
-
-
Ian Hickson authored
-
Hans Muller authored
-
Ian Hickson authored
-
Adam Barth authored
This patch introduces ScrollView, which is a convenience widget for using a SliverBlock. This patch also switches a number of tests from Block to ScrollView. Once we support more features of block (e.g., padding and shrinkwrapping), we'll be able to move over more clients.
-
Chris Bracken authored
-
xster authored
* Change file_system’s copy folder to copy director which takes into account the file system * Address review comments. Test with 2 different instances of file systems.
-
Michael Goderbauer authored
-
Adam Barth authored
-
Hans Muller authored
-
Ian Hickson authored
-
Ian Hickson authored
-
Michael Goderbauer authored
Follow-up to #7625
-
Michael Goderbauer authored
Required for https://github.com/flutter/flutter/issues/138
-
Michael Goderbauer authored
fixes #7623
-
Ian Hickson authored
I plan to use this to implement similar logic in SliverPadding. To make this easier to test I extended the paints matcher to accept a function that takes a canvas. While I was at it I also made it accept a Finder, it'll go and find the render object for you. Also added support for paints..path and fixed some grammar in the error messages. Also improved the docs for debugPaint*.
-
- 24 Jan, 2017 13 commits
-
-
Adam Barth authored
This widget is a replacement for ScrollableViewport that uses the new Scrollable2 machinery. The widget is not based on Slivers but does use the new scroll behavior classes.
-
Ian Hickson authored
-
Chinmay Garde authored
-
Hans Muller authored
-
Ian Hickson authored
-
Chris Bracken authored
-
Michael Goderbauer authored
This brings the Windows script up to par with the Linux/Mac script. `flutter doctor` works. There are two scripts (`bin/flutter` and `bin/internal/update_dart-sdk`), which are platform dependent (bash script on Linux/Max, PowerShell script on Windows) and we need to keep an eye on making sure that their logic stays in sync. Both scripts are rather simple and I am not expecting many changes to them. I also made sure that both versions follow the same structure to make it easier to keep them consistent. Required for https://github.com/flutter/flutter/issues/138
-
Phil Quitslund authored
Latest patch release, aligned with the internal SDK roll.
-
Todd Volkert authored
-
Adam Barth authored
We need to pin `package:process` because version 1.0.1 contains a breaking change to the package's API.
-
Yegor authored
-
Adam Barth authored
This patch contains some basic tests for PaginatedDataTable.
-
Yegor authored
-
- 23 Jan, 2017 12 commits
-
-
Devon Carew authored
-
Hans Muller authored
-
James Robinson authored
This package depends on package:process now.
-
Ian Hickson authored
-
Ryan Macnak authored
-
Adam Barth authored
This patch adds a basic test for the DataTable widget.
-
Ian Hickson authored
Make debugging tests in a debugger easier. Fixes https://github.com/flutter/flutter/issues/163
-
Michael Thomsen authored
-
Todd Volkert authored
-
Michael Thomsen authored
* Disable 'Show Excluded' by default * Move .iml file inside .idea dir * Remove pub and build excludions as they are automatically set by the Dart plugin * Exclude .idea folder (new users will edit it through the IJ UI, not the file) * Move .iml files into .idea dir to be consistent with template changes * Add workspace.xml from new template to existing samples * Update current examples to match template changes for excluding folders * Add missing flutter.yaml to make sure there are no analysis errors * Add back .pub and build excludeFolder tags per https://github.com/flutter/flutter-intellij/issues/630#issuecomment-272887230 * Remove workspace.xml from example per review feedback
-
Ian Hickson authored
...now that we have generic methods, their types need to be specified too.
-