- 09 Nov, 2016 1 commit
-
-
Yegor authored
-
- 04 Oct, 2016 1 commit
-
-
Dan Rubel authored
-
- 23 Sep, 2016 2 commits
-
-
Dan Rubel authored
-
Adam Barth authored
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.
-
- 22 Sep, 2016 1 commit
-
-
Adam Barth authored
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.
-
- 14 Sep, 2016 1 commit
-
-
Yegor authored
-
- 21 Jul, 2016 1 commit
-
-
Ian Hickson authored
This makes the about page show the licenses of all the Dart packages that a Flutter app uses. Issues that this does not yet resolve: - I'm still working on getting the full list of licenses for the sky_engine package. - Some of the licenses don't print very readably. - There's no scrollbar on the license page. I'll provide fixes for the first two in the coming days, but this should unblock anyone who is wanting to see something here, even if it's not quite complete. :-) ---- The patch makes the following changes: - The license registry is now asynchronous, since the data comes from disk. - I moved the default license collector from the foundation package to the services package since it uses the default asset bundle now. - The FLX builder now includes the LICENSE files of each Dart package mentioned in the `.packages` file.
-
- 12 Jul, 2016 1 commit
-
-
Seth Ladd authored
* configs for firebase hosting * use the implicit FIREBASE_TOKEN * don't print every command (lowers the chance of printing secret env vars, and for realz only deploy when merging into master
-
- 23 Jun, 2016 2 commits
-
-
Adam Barth authored
Uploading the coverage data file to Google Storage will make it easier for folks to get current coverage data quickly.
-
Adam Barth authored
It's not reliable enough yet.
-
- 22 Jun, 2016 4 commits
-
-
Adam Barth authored
This patch causes us to upload a coverage report to coveralls.io.
-
Todd Volkert authored
-
Todd Volkert authored
-
Todd Volkert authored
-
- 21 Jun, 2016 1 commit
-
-
Todd Volkert authored
-
- 17 Jun, 2016 1 commit
-
-
Jason Simmons authored
-
- 21 May, 2016 1 commit
-
-
Ian Hickson authored
Fixes the breakage that https://github.com/flutter/flutter/pull/4092 would cause.
-
- 20 May, 2016 1 commit
-
-
Mitch Rudominer authored
* New Material Design calculator example. (Attempt 2 after git fetch upstream). * Responded to code review. * Second round of code review.
-
- 18 May, 2016 1 commit
-
-
Ian Hickson authored
This moves all the bot-related files to `dev/bots`, hiding it from our home page in github. Also, simplifies the travis setup, though that doesn't do any difference to the performance sadly.
-
- 17 May, 2016 1 commit
-
-
Ian Hickson authored
Also, make sure that broken tests actually break the bots. And add a test to make sure that keeps happening.
-
- 09 May, 2016 1 commit
-
-
Hans Muller authored
-
- 03 May, 2016 1 commit
-
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/3493 - rebuild stateless widgets that have dependencies when their ancestors change but they don't Fixes https://github.com/flutter/flutter/issues/3120 - rebuild widgets that tried to inherit from a widget that didn't exist, when the widget is added This adds a pointer and a bool to Element, which isn't great. It also adds a more or less complete tree walk when you add a new Inherited widget at the top of your tree, which isn't cheap.
-
- 01 May, 2016 2 commits
-
-
Devon Carew authored
* Revert "Revert "Mega gallery (#3647)" (#3659)" This reverts commit ea62d31f. * fix the dev/dartdoc.dart script
-
Adam Barth authored
This reverts commit 9497fb56. This patch broke the dartdoc step on the bots.
-
- 30 Apr, 2016 1 commit
-
-
Devon Carew authored
* working on a large benchmark app * build a 100k saple app * print sizes of other libs; scale to 60k lines * test the generated app on travis
-
- 28 Apr, 2016 1 commit
-
-
Adam Barth authored
Cassowary doesn't have any additional dependencies and this simplifies things. Fixes #2442
-
- 27 Apr, 2016 1 commit
-
-
Adam Barth authored
Rather that importing `package:newton/newton.dart` you can `import package:flutter/physics.dart`. Fixes #2441
-
- 26 Apr, 2016 1 commit
-
-
Devon Carew authored
* add google analytics * send in the run target type * track device type targets * use the real GA code * review comments * rev to usage 2.0 * rev to 2.2.0 of usage; add tests * review comments
-
- 20 Apr, 2016 2 commits
-
-
Devon Carew authored
* move driver create test to the flutter_tools package * review comments
-
Yegor authored
Fixes https://github.com/flutter/flutter/issues/3149
-
- 14 Apr, 2016 1 commit
-
-
Yegor authored
-
- 13 Apr, 2016 2 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
...by adding tests to our examples that don't import flutter_test, which pins the relevant dependencies. Also, provide more information when complaining about leaked transient callbacks in tests. Also, make tests display full information when they have an exception, by bypassing the throttling we have for Android logging in tests. Also, make the word wrapping not wrap stack traces if they happen to be included in exception output. Also, fix a leaked transient callback in the checkbox code.
-
- 30 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 28 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 18 Feb, 2016 1 commit
-
-
Yegor Jbanov authored
This commit contains: - FlutterDriver API for e2e tests usable in conjunction with package:test - FlutterDriverExtension to be enabled by the application in order to allow an external agent to connect to it and drive user interactions and probe into the element tree - initial implementations of tap, findByValueKey and getText commands (to be expanded in future PRs)
-
- 12 Feb, 2016 3 commits
-
-
Adam Barth authored
This patch again stops Traivs from uploading docs now that the new infra seems to be better at it. This reverts commit 196c881c.
-
Adam Barth authored
This reverts commit 8a458098.
-
Adam Barth authored
We now upload these from Chromium infra.
-
- 14 Jan, 2016 1 commit
-
-
Devon Carew authored
-