1. 18 Aug, 2017 1 commit
  2. 21 Apr, 2017 1 commit
  3. 04 Mar, 2017 1 commit
  4. 30 Nov, 2016 1 commit
  5. 19 Nov, 2016 1 commit
  6. 08 Nov, 2016 1 commit
  7. 07 Oct, 2016 1 commit
    • Adam Barth's avatar
      Deploy `@checked` (#6244) · 2c21d795
      Adam Barth authored
      This patch adds `@checked` everywhere is needed to remove the
      `strong_mode_invalid_method_override` strong mode error.
      2c21d795
  8. 08 Sep, 2016 1 commit
    • Phil Quitslund's avatar
      Update to Dart `1.20.0-dev.1.0`. (#5689) · d2fda677
      Phil Quitslund authored
      * Udpate to Dart `1.20.0-dev.1.0`.
      
      Udpate to Dart `1.20.0-dev.1.0` and corresponding `analyzer` package.
      
      * Added `--no-packages-dir`.
      
      * Revert extension to master.
      
      * Added ignores.
      
      * Review nits.
      
      * More nits.
      d2fda677
  9. 06 Jun, 2016 1 commit
  10. 14 Mar, 2016 1 commit
  11. 12 Mar, 2016 1 commit
  12. 09 Dec, 2015 1 commit
  13. 09 Oct, 2015 1 commit
  14. 01 Oct, 2015 1 commit
  15. 28 Sep, 2015 1 commit
    • Hixie's avatar
      Require giving a GlobalKey to UniqueComponent · 5487b954
      Hixie authored
      Having UniqueComponent automatically generate its own key is a trap. If
      anyone ever creates a UniqueComponent in a build function (rather than
      ahead of time) and forgets to pass a key, then that entire subtree is
      going to be rebuilt, including layout, every time it's updated. Since
      there's basically no way for us to catch this, we should at least force
      the author to see the explicit "new GlobalKey()" call in their code.
      5487b954
  16. 25 Sep, 2015 2 commits