Commit Graph

65 Commits

Author SHA1 Message Date
Filip Hracek
39d2deb4a7 Fix missing animated gif in README (#11173)
Github makes own copies of images referenced in README, and that fails for large image sizes. The gif has 6MB and so is over the threshold.

Instead of using an off-GitHub image, use the same image uploaded to user-images.githubusercontent.com. This makes GitHub show the image even when it's very large.

This reverses https://github.com/flutter/flutter/pull/11170 and finalizes https://github.com/flutter/flutter/pull/11158.
2017-07-12 10:58:12 -07:00
Filip Hracek
78c196061a Remove broken image in README (#11170)
Github makes copies of images referenced in README, and it fails for large image sizes. The gif has 6MB and so is over the threshold.

This removes the image until I can figure out how to reinsert it so that it shows.
2017-07-12 10:21:37 -07:00
Filip Hracek
53e2353f16 Expand and prettify README.md (#11158)
Reuses flutter.io homepage content to give README.md an upgrade, since this file will be the shop window of Flutter to a large part of newcomers. 

The downside is that we now have duplicate content that should be updated in unison with the main site but which cannot be easily copy-pasted, due to constraints of github's Markdown renderer.
2017-07-12 10:12:25 -07:00
Ian Hickson
55f0aee95c Update README.md (#10227) 2017-05-19 21:37:27 -07:00
Michael Goderbauer
7201c8c994 add AppVeyor build status badge (#8341) 2017-02-22 14:01:50 -08:00
Adam Barth
c887878595 Update README.md
Try to be clearer that flutter-dev is a public mailing list.
2016-10-31 21:53:27 -07:00
Adam Barth
ac14648b1f Update README.md (#5101) 2016-07-27 13:45:58 -07:00
Ian Hickson
8409526433 Update README.md 2016-06-23 14:03:26 -07:00
Ian Hickson
e53d3c2648 Update README.md 2016-06-23 14:02:56 -07:00
Adam Barth
e5eabf24fa Add Coveralls badge to README.md (#4700) 2016-06-22 15:11:24 -07:00
Ian Hickson
4879329de4 Update README.md
In the spirit of "you are what you measure", let's measure some more things...
2016-03-23 21:06:37 -07:00
Adam Barth
576795dcc6 Add a CONTRIBUTING.md
This document describes the workflow for contributing code to this repository.
2015-11-08 21:56:20 -08:00
Syoichi Tsuyuhara
5399ffe8c4 Fix a typo on the README.md 2015-11-03 16:24:08 +09:00
Adam Barth
6d002482d9 Update Travis badges on the READMEs 2015-11-02 22:21:58 -08:00
Adam Barth
7b0bbdbe66 Initial commit 2015-10-30 11:16:58 -07:00