- 24 Jan, 2017 7 commits
-
-
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 14 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.
-
Adam Barth authored
Teach `paints` matches about `drawRect` and how to `paintChild`. Also, improve test coverage.
-
Ian Hickson authored
See https://github.com/dart-lang/sdk/issues/28463, which I think is a regression. This also fixes the regression introduced by https://codereview.chromium.org/2559773002 whereby we were no longer checking any of the lints.
-
- 22 Jan, 2017 4 commits
-
-
Chris Bracken authored
-
Dan Rubel authored
Refactor DevFS so that it's easier to add new types of content such as kernel code * add tests for DevFS package scanning * add tests for DevFS over VMService protocol * which covers _DevFSHttpWriter and ServiceProtocolDevFSOperations * replace AssetBundleEntry and DevFSEntry with DevFSContent * refactor to cleanup common code and replace some fields with locals * rework .package file generation refactor away DevFSOperations.writeSource * only update .package file if it has changed * only write/delete/evict assets that have been changed/removed
-
Ian Hickson authored
hideText -> obscureText hideDivider -> !showDivider
-
Ian Hickson authored
-
- 21 Jan, 2017 4 commits
-
-
Ian Hickson authored
This will make it easier to understand what this file does.
-
Ian Hickson authored
-
Ian Hickson authored
Removes some TODOs now that https://github.com/flutter/flutter/issues/3648 is fixed.
-
Ian Hickson authored
-
- 20 Jan, 2017 10 commits
-
-
Adam Barth authored
Also, synchronize the docs between Navigator.push and NavigatorState.push (and friends).
-
Adam Barth authored
This patch aligns the iteration patterns used by animations and ChangeNotifier. They now both respect re-entrant removal of listeners and coalesce duplication registrations. (Also, ChangeNotifier notification is no longer N^2). This patch introduces ObserverList to avoid the performance regression that the previous version of this patch caused. Fixes #7533
-
Ian Hickson authored
MockCanvas to use it instead. Currently it only supports a very limited set of drawing features, but adding new ones is easy. Once the feature set is more complete, and we've used this a bunch, if it feels right, this API will get promoted to flutter_test.
-
Adam Barth authored
Also, fix some minor bugs with SynchronousFuture.
-
Todd Volkert authored
-
Adam Barth authored
This patch is part of a series to rationalize our text input classes. See #7031
-
Michael Goderbauer authored
-
Devon Carew authored
* proxy service extension calls through the daemon protocol * add test for app.callServiceExtension
-
Ian Hickson authored
This brings the feature back, since removing it broke one of our more exotic sets of customers.
-
- 19 Jan, 2017 1 commit
-
-
Ian Hickson authored
Also, defer to test package for throttling (this will require a test package update as well). Also, add a lot more instrumentation to --verbose mode for tests, and fix minor trivial things here and there, and add error handling in more places. Also, refactor how coverage works to be simpler and not use statics.
-