- 26 Feb, 2020 1 commit
-
-
Christopher Fujino authored
-
- 06 Jan, 2020 1 commit
-
-
Jonah Williams authored
-
- 10 Dec, 2019 1 commit
-
-
Ian Hickson authored
-
- 06 Dec, 2019 1 commit
-
-
Jonah Williams authored
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 24 Nov, 2019 1 commit
-
-
Alexandre Ardhuin authored
* implicit-casts:false on flutter_tools * use castStringKeyedMap * address review comments * address review comments * fix issues after rebase
-
- 08 Nov, 2019 1 commit
-
-
chunhtai authored
-
- 25 Oct, 2019 1 commit
-
-
Jonah Williams authored
-
- 14 Oct, 2019 1 commit
-
-
chunhtai authored
-
- 04 Oct, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 02 Oct, 2019 1 commit
-
-
Ian Hickson authored
-
- 24 Sep, 2019 2 commits
-
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
-
- 13 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 13 Aug, 2019 1 commit
-
-
David Shuckerow authored
* Add a test for a directory instead of a single test. * Add test data to a child directory to test the command. * Add test data to a child directory to test the command. * Add test data to a child directory to test the command. * Correct test.
-
- 16 Jul, 2019 1 commit
-
-
chunhtai authored
-
- 13 Jul, 2019 1 commit
-
-
Ian Hickson authored
Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108)
-
- 09 Jul, 2019 1 commit
-
-
chunhtai authored
Rendering errors with root causes in the widget layer should have a reference to the widget (#32511)
-
- 27 Jun, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 May, 2019 1 commit
-
-
Michael Thomsen authored
-
- 01 May, 2019 1 commit
-
-
Jacob Richman authored
Make FlutterError objects more structured so they can be displayed better in debugging tools such as Dart DevTools.
-
- 21 Feb, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 05 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 20 Sep, 2018 1 commit
-
-
Greg Spencer authored
This changes the compiler output for gradle to be less verbose and more easily read. This only applies to compilation error messages: other gradle messages will continue to print as before. It also fixes a small problem with the performance measurement printing (see that "7.1s" on it's own line in the original?) so that if something is expected to have multiple lines of output, it prints an initial line, and a "Done" line with the elapsed time, so that it's possible to know what the time applies to. It also updates the spinner to be fancier, at least on platforms other than Windows (which is missing a lot of symbols in its console font). Addresses #17307
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 16 Aug, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 15 Aug, 2018 1 commit
-
-
Ian Hickson authored
* Upgrade everything except matcher. * Roll matcher (and test) * Adjust tests that depend on flutter:test directly to depend on a shim * Require use of package:test shim and remove other references to package:test
-
- 05 Jun, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 02 Feb, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 18 Jan, 2018 2 commits
-
-
jcollins-g authored
* Ignore extraneous error messages outside of one skipped test * Fix analysis error
-
Michael Goderbauer authored
-
- 09 Dec, 2017 1 commit
-
-
Ian Hickson authored
...instead of the engine.
-
- 08 Nov, 2017 1 commit
-
-
Alexandre Ardhuin authored
* enable lint prefer_asserts_in_initializer_lists * enable --assert-initializer
-
- 04 Aug, 2017 1 commit
-
-
Ian Hickson authored
Also, add tests to verify that our coverage is actually being tested!
-
- 30 Jun, 2017 1 commit
-
-
Brian Slesinsky authored
This adds a way to run only a subset of the tests. (The new flags do the same thing as 'pub run test'.)
-
- 12 May, 2017 1 commit
-
-
Ian Hickson authored
-
- 13 Apr, 2017 1 commit
-
-
Ian Hickson authored
-
- 22 Mar, 2017 1 commit
-
-
Ian Hickson authored
-
- 13 Mar, 2017 1 commit
-
-
Jason Simmons authored
-
- 10 Mar, 2017 1 commit
-
-
Todd Volkert authored
`all.dart` is no longer needed. Furthermore, it causes tests to be skipped, or to silently fail to run anything. Fixes #7941
-