Commit Graph

27 Commits

Author SHA1 Message Date
Michael Thomsen
7f0f938de7
A few README fixes (#20985)
* Few readme fixes

* Fix link

* Make casing consistent
2018-08-27 11:11:14 +02:00
Shams Zakhour
3c624f8b2c
Update README.md
Updating a few things on the README page. It needs more work.
2018-08-23 19:23:02 -07:00
Günter Zöchbauer
bd0b666ad3
Fix image refs to moved image directory
fixes #20940
2018-08-23 08:46:56 +02:00
Ian Hickson
140d50f6ea
Point the Cirrus badge to the master status, not everything including PRs (#20487) 2018-08-12 00:14:13 -07:00
Greg Spencer
e60087a1a7
Remove Travis configuration from flutter/flutter (#20288)
This removes the final traces of Travis and Appveyor from the Flutter tree.

I've updated the documentation and fixed a couple of places where scripts look for Travis, and eliminated the dart tools runningOnTravis function (which was unused anyhow).

There are places in the flutter script that used to look for the environment variable TRAVIS. We actually do want to continue to detect that we're running on Travis there, since in the plugins repo we still use Travis (for the moment). In any case, it's OK, because the CI environment variable is set on all of the CI bots (Cirrus, Travis, and Appveyor).

FastLane doesn't have a setup_cirrus equivalent to setup_travis, but it actually doesn't matter there either, since it doesn't do Travis-specific things, and it also looks for the CI environment variable.
2018-08-07 13:41:33 -07:00
Rahiche
cb2b9c30a0 Update README.md (#19717)
the thumbnail is not related to the link anymore 
https://github.com/flutter/flutter/issues/17380
2018-07-25 14:23:36 -07:00
Yun
34238f54eb make edit in README.md (#18981) 2018-07-03 15:50:58 -07:00
Fedor Korotkov
7333459916 Configure Cirrus CI (#16224)
* Configure Cirrus CI

* Read file directly instead of shelling a command

* Wait for all streams to finish

* Add LTR `textDirection`

Since `RenderFlex#_debugHasNecessaryDirections` requires it when `direction` is horizontal and there are multiple children.
2018-05-01 15:11:21 -07:00
Nicholas Rebhun
ab56c63971 Update README; beta release (#15098) 2018-03-16 00:29:49 -07:00
Michael Thomsen
fd516d9538
Change github readme links to be served by github (#13929) 2018-01-09 19:37:59 +01:00
Braulio Cassule
a414fb458d added image links on README file (#13824)
* image links

* image links with markdown formatting

changes of pull request [#13824](https://github.com/flutter/flutter/pull/13824)

* Remove empty lines
2018-01-05 10:15:45 +01:00
Mikkel Nygaard Ravn
e2988adef3
Mention Kotlin in README (#13725) 2017-12-21 11:33:22 +01:00
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