Commit graph

83 commits

Author SHA1 Message Date
xster 573e7c1b8e Small wiki edit
Responding to https://github.com/flutter/flutter/pull/7640#pullrequestreview-18563416
2017-01-27 11:40:55 -08:00
xster 606ee3610a Add a flutter tools section to CONTRIBUTING.md (#7640)
* Tweak the contributor guide with info on working with the flutter tool

* Slight phrasing

* Review edits on doc phrasing

* Review notes

* Small review tweak
2017-01-25 19:00:06 -08:00
Ian Hickson 895aaa9a2e Update CONTRIBUTING doc to mention analysis (#7277)
* Update CONTRIBUTING doc to mention analysis

* Update CONTRIBUTING.md
2016-12-15 15:59:57 -08:00
Ian Hickson cffe4812b4 Mention commit access (#7232) 2016-12-10 21:46:57 -08:00
Adam Barth 46da9e8498 Add a simple way of merging coverage data (#4726)
`flutter test` now has a `--merge-coverage` flag that can be used to merge
coverage data from previous runs, enabling faster iteration cycles.
2016-06-23 18:02:55 -07:00
Devon Carew 4dd48882ef Update CONTRIBUTING.md (#4730) 2016-06-23 17:47:03 -07:00
Adam Barth 10931af0d3 Simplify coverage workflow (#4725)
We now download the base coverage file automatically.
2016-06-23 16:31:25 -07:00
Adam Barth 56039c0e64 Improve test coverage for animation.dart (#4718)
We now have 100% coverage of animation.dart and animation_controller.dart.
Also, add some basic tools for working with lcov files. These tools need much
more polish.
2016-06-23 13:43:42 -07:00
Adam Barth b4002506e7 Update docs about --local-engine (#4274) 2016-05-31 10:28:25 -07:00
Ali Ghassemi 705b5d12ad spinning_square.dart -> widgets/spinning_square.dart 2016-05-20 13:53:18 -07:00
Ali Ghassemi 53c86e0d94 Small fixes to contributing documentation.
- Using widgets/spinning_square.dart instead of non-existing
  examples/widgets for the `run -t` example
 - travis/test.sh -> dev/bots/test.sh
 - Couple of style changes.
2016-05-20 13:10:28 -07:00
Yegor 39e741dfb7 [tools] remove --flutter-repo flag in flutter test (#3728) 2016-05-04 14:08:16 -07:00
Adam Barth 5eb4443343 Address review comments from previous patches (#3600)
This patch addresses late-breaking comments on previous patches.
2016-04-28 09:32:19 -07:00
Adam Barth cbe650a7e6 Move newton into package:flutter (#3585)
Rather that importing `package:newton/newton.dart` you can
`import package:flutter/physics.dart`.

Fixes #2441
2016-04-27 13:09:54 -07:00
Devon Carew 29fdc7a464 rename the --release and --debug flags (#3382) 2016-04-18 13:04:59 -07:00
krisgiesing 3dfdf4b0e2 Update CONTRIBUTING.md 2016-03-15 13:16:48 -07:00
Lex Berezhny 778742e893 update to CONTRIBUTING.md related to new update-packages command 2016-02-27 12:35:05 -05:00
Hixie 2beac946c9 Move style guide to website.
Depends on https://github.com/flutter/website/pull/177
2016-02-23 08:56:18 -08:00
Devon Carew 04eee82dd2 rename some flutter command references in readmes 2016-02-17 07:34:59 -08:00
Ian Hickson e23d76075e Dart SDK is no longer needed 2016-02-15 10:46:24 -08:00
Ian Hickson 826866475e Update CONTRIBUTING.md
Remove some redundant words.
2016-02-08 13:39:24 -08:00
yjbanov 628702392b tell people to submit code after LGTM 2016-02-02 12:20:48 -08:00
yjbanov 15e7bdb549 add section on submitting code in CONTRIBUTING.md 2016-02-02 11:17:16 -08:00
Ian Hickson 7151fdd054 Move flutter tests from packages/unit to packages/flutter/test 2015-12-16 08:00:57 -08:00
Eric Seidel b55acb4b16 Update CONTRIBUTING.md 2015-12-08 14:38:03 -08:00
Eric Seidel 723e5f790b Update testing instructions per abarths' feedback
724388d24f
2015-12-08 14:09:47 -08:00
Eric Seidel 724388d24f Update Contributing.md to document testing
@abarth
2015-12-08 13:51:05 -08:00
Jason Simmons 587a6e86d4 Update CONTRIBUTING.md 2015-11-10 16:06:09 -08:00
Nathan Kerr 9d016b7c10 Move Python script over to Dart. 2015-11-10 12:53:44 -08:00
Ian Hickson 3419068cb3 Port test logic to Dart. 2015-11-09 09:00:49 -08:00
Adam Barth 1cadf1256d Update CONTRIBUTING.md 2015-11-08 22:21:55 -08:00
Adam Barth f4c62a860a Update CONTRIBUTING.md 2015-11-08 22:18:16 -08: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