- 29 Oct, 2020 1 commit
-
-
Danny Lin authored
-
- 26 Oct, 2020 1 commit
-
-
Yegor authored
-
- 10 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 08 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 17 Sep, 2020 1 commit
-
-
Matěj Žídek authored
-
- 14 Aug, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 06 Aug, 2020 2 commits
-
-
Nolan Scobie authored
* Add punctuation for unterminated sentences in doc comments * Addressing review nit
-
Alexandre Ardhuin authored
-
- 20 Jul, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 15 Jul, 2020 1 commit
-
-
Alexandre Ardhuin authored
* migrate foundation to nullsafety * address review comments
-
- 07 Jul, 2020 1 commit
-
- 06 Jul, 2020 2 commits
-
-
Andre authored
* Implement stack trace demangling in the framework.
- 23 Jun, 2020 1 commit
-
-
Dan Field authored
-
- 11 Jun, 2020 2 commits
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
Darren Austin authored
-
- 03 Jun, 2020 1 commit
-
-
Ian Hickson authored
-
- 27 Apr, 2020 2 commits
-
-
chunhtai authored
-
Kate Lovett authored
-
- 23 Apr, 2020 2 commits
-
-
chunhtai authored
* Fix FlutterError.onError in debug mode * update * fix comments * add license header * fix analyzer * update * another attempt * fix test * fix comment
- 09 Apr, 2020 1 commit
-
-
Jason Simmons authored
-
- 02 Apr, 2020 1 commit
-
-
Ferhat authored
-
- 11 Mar, 2020 1 commit
-
-
Greg Spencer authored
This converts Diagnosticable to be a mixin instead of an abstract class, so that it can be used to add diagnostics to classes which already have a base class. It leaves in place the DiagnosticableMixin mixin, since there are some plugins that are still using it, and removing it would mean that those plugins wouldn't work with master branch Flutter anymore. DiagnosticableMixin will be removed once this mixin version of Diagnosticable makes its way to the stable branch.
-
- 12 Feb, 2020 1 commit
-
-
Jacob Richman authored
-
- 04 Feb, 2020 1 commit
-
-
Dan Field authored
-
- 01 Feb, 2020 1 commit
-
-
Dan Field authored
-
- 31 Jan, 2020 3 commits
-
-
Alexandre Ardhuin authored
-
Shi-Hao Hong authored
This reverts commit 46ccd086.
-
Dan Field authored
-
- 30 Jan, 2020 1 commit
-
-
Greg Spencer authored
This PR fixes #49647 by changing DiagnosticableMixin.toDiagnosticsNode and other things to accept DiagnosticableMixin instead of requiring Diagnosticable.
-
- 28 Jan, 2020 1 commit
-
-
Dan Field authored
-
- 24 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 08 Jan, 2020 1 commit
-
-
Dan Field authored
-
- 07 Jan, 2020 2 commits
-
-
Sam Rawlins authored
-
Alexandre Ardhuin authored
-
- 05 Dec, 2019 1 commit
-
-
Greg Spencer authored
This normalizes all of the "See also" blocks in comments so that they conform in style. They all look like this now: /// See also: /// /// * [MyFavoriteWidget], because it's cool. class Foo {} I removed some useless "See also" blocks, and added commentary to ones that were just "bare" references. This is my penance for adding so many bullets that are "-" instead of "*". :-)
-
- 03 Dec, 2019 1 commit
-
-
Dan Field 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
-