49 Commits

Author SHA1 Message Date
Tim Sneath 1f36167caf Update Dart diagram (#48426) 2020-01-08 12:43:02 -08:00
Dan Field 24f39d40a4 Revert "Revert "Add many more global analyses. (#47875)" (#48080)" (#48081)
This reverts commit 04ea3183ce.
2020-01-02 11:47:28 -08:00
Francisco Magdaleno 04ea3183ce Revert "Add many more global analyses. (#47875)" (#48080)
This reverts commit e768c92fbc.
2020-01-02 09:25:59 -08:00
Ian Hickson e768c92fbc Add many more global analyses. (#47875)
* Update packages.

* Add many more global analyses.

* Catch trailing spaces and trailing newlines in all text files.
  Before we were only checking newly added files, but that means we
  missed some.

* Port the trailing spaces logic to work on Windows too.

* Correct all the files with trailing spaces and newlines.

* Refactor some of the dev/bots logic into a utils.dart library.
  Notably, the "exit" and "print" shims for testing are now usable
  from test.dart, analyze.dart, and run_command.dart.

* Add an "exitWithError" function that prints the red lines and
  then exits. This is the preferred way to exit from test.dart,
  analyze.dart, and run_command.dart.

* More consistency in the output of analyze.dart.

* Refactor analyze.dart to use the _allFiles file enumerating logic
  more widely.

* Add some double-checking logic to the _allFiles logic to catch
  cases where changes to that logic end up catching fewer files
  than expected (helps prevent future false positives).

* Add a check to prevent new binary files from being added to
  the repository. Grandfather in the binaries that we've already
  added.

* Update all the dependencies (needed because we now import crypto in
  dev/bots/analyze.dart).
2019-12-30 17:12:19 -08:00
James George 384a44d6bd update docs (#32545) 2019-11-20 16:15:58 -08:00
Tim Sneath 05c3f7b6a1 Update README to include non-mobile targets (#42873)
* Update README to include non-mobile targets

* Tweak headings
2019-10-29 15:57:14 -07:00
Kate Lovett 054d9bb2f1 Updating dart.dev related links (#32641)
* Updating dart.dev related links

* Update packages/flutter_tools/lib/src/base/context.dart
2019-05-14 10:35:00 -07:00
Tim Sneath d62635a3d0 Update README.md (#30594)
* Rewrite README with text from Flutter announcement
2019-04-08 18:02:09 -07:00
Aawaz Gyawali ba32bfa309 Changed flutter.dev to flutter.io on each link. (#28888) 2019-03-11 10:16:49 -07:00
Mike Roosa b557f3a351 removed image with 404 (#26376)
Update README.md to remove 404 link on Posse image
2019-02-20 16:06:46 -08:00
Patrice Chalin f8e5b9c4ef Use site-shared as canonical source for Flutter logo (#26967)
* Use site-shared as canonical source for Flutter logo

(Also, move badge out of the page title/heading)

cc @sfshaza2 @kwalrath @filiph

* Use markdown link definitions for badge images and links
2019-01-23 21:54:15 -05:00
Ewout ter Hoeven 1c4243a0a6 Move Circle CI badge next to heading in Readme (#26883) 2019-01-23 08:33:06 -08:00
Chinmay Garde 9f72c5fbb4 Remove incorrect Coveralls badge. (#26550)
The code coverage for the repository seems to be ~85% while the coverage reported by the Coveralls badge is 100%.
2019-01-17 15:53:43 -08:00
Todd Volkert 6a0e318f55 Fix grammar error in README.md (#24568) 2018-11-20 09:15:57 -08:00
Todd Volkert becad5fbe2 Fix broken image in README.md (#24559) 2018-11-19 22:44:37 -08:00
Stanislav Baranov 7669f7c05d Trivial README changeq (#24356) 2018-11-14 11:24:23 -08:00
Ian Hickson cf2fba7b3b Reorganize contributor documentation (#23963) 2018-11-06 13:41:09 -08:00
Pranjal Vyas e92ac48431 Update README.md (#23760)
beautified Readme , removed bullet
2018-11-01 10:00:44 -07:00
Alexandre Ardhuin 936dea28da enable lint prefer_void_to_null (#23174)
* enable lint prefer_void_to_null

* replace last Null by void
2018-10-17 08:09:29 +02:00
Ahmed Abu Eldahab 89c5ace117 Adding Changelog URL to the README.md file (#20915)
* Adding Changelog URL to the README.md file

* Update README to match the latest version on DEV

- Update README to match the latest version on DEV branch 
- Add Changelog URL

* Update README.md

Fix contributing link
2018-10-04 09:26:06 -07:00
Rui Kowase b9f6e2c315 Remove new keyword from sample code (#22465) 2018-10-03 18:11:29 +02:00
Kathy Walrath 72d86f904f Fix a link (#21888)
Fix a link that works in GitHub but not in dartdoc.
2018-09-20 13:15:51 -07:00
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