1. 03 Jun, 2020 1 commit
  2. 27 Apr, 2020 2 commits
  3. 23 Apr, 2020 2 commits
  4. 09 Apr, 2020 1 commit
  5. 02 Apr, 2020 1 commit
  6. 11 Mar, 2020 1 commit
    • Greg Spencer's avatar
      Convert Diagnosticable to a mixin (#51495) · 210f4d83
      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.
      210f4d83
  7. 12 Feb, 2020 1 commit
  8. 04 Feb, 2020 1 commit
  9. 01 Feb, 2020 1 commit
  10. 31 Jan, 2020 3 commits
  11. 30 Jan, 2020 1 commit
  12. 28 Jan, 2020 1 commit
  13. 24 Jan, 2020 1 commit
  14. 08 Jan, 2020 1 commit
  15. 07 Jan, 2020 2 commits
  16. 05 Dec, 2019 1 commit
    • Greg Spencer's avatar
      Normalizes all of the "See also" blocks in comments. (#46121) · c6fe7bb9
      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 "*". :-)
      c6fe7bb9
  17. 03 Dec, 2019 1 commit
  18. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      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
      449f4a66
  19. 26 Nov, 2019 1 commit
  20. 22 Nov, 2019 1 commit
  21. 20 Nov, 2019 1 commit
  22. 04 Oct, 2019 1 commit
  23. 30 Sep, 2019 1 commit
  24. 17 Sep, 2019 1 commit
  25. 23 Aug, 2019 1 commit
  26. 20 Aug, 2019 1 commit
    • James D. Lin's avatar
      Instrument pending timers in tests (#37646) · b2f8d3a6
      James D. Lin authored
      Flutter widget tests assert if a test completes with timers still
      pending.  However, it can be hard to diagnose where a pending timer
      came from.  For example, a widget might consume a third-party library
      that internally uses a timer.
      
      I added a FakeAsync.pendingTimersDebugInfo getter to quiver
      (https://github.com/google/quiver-dart/pull/500).  Make flutter_test
      use it.
      
      Additionally modify Flutter's debugPrintStack to take an optional
      StackTrace argument instead of always printing StackTrace.current.
      
      Fixes #4237.
      b2f8d3a6
  27. 06 Aug, 2019 1 commit
  28. 05 Aug, 2019 1 commit
  29. 22 Jul, 2019 1 commit
  30. 09 Jul, 2019 1 commit
  31. 02 Jul, 2019 1 commit
  32. 20 Jun, 2019 1 commit
  33. 18 Jun, 2019 1 commit
  34. 25 May, 2019 1 commit
    • Chris Bracken's avatar
      Americanise spellings (#33323) · 156b4220
      Chris Bracken authored
      Updates documentation and non-public API to use American spellings for
      consistency with the rest of the codebase.
      
      No changes to behaviour... other than how it's spelt.
      156b4220
  35. 01 May, 2019 1 commit