- 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 3 commits
-
-
Adam Barth authored
-
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
-
- 25 May, 2016 1 commit
-
-
Seth Ladd authored
* compress text assets for docs, when uploading * reorder args * ensure old files are deleted * recurse on the cp * set source path correctly
-
- 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.
-