1. 23 Oct, 2017 1 commit
  2. 20 Oct, 2017 1 commit
  3. 18 Oct, 2017 1 commit
  4. 01 Sep, 2017 1 commit
  5. 20 Jun, 2017 1 commit
  6. 03 Jun, 2017 1 commit
  7. 05 May, 2017 1 commit
  8. 03 May, 2017 1 commit
  9. 21 Apr, 2017 1 commit
  10. 08 Apr, 2017 1 commit
  11. 05 Apr, 2017 1 commit
  12. 29 Mar, 2017 1 commit
  13. 20 Mar, 2017 1 commit
  14. 08 Mar, 2017 1 commit
  15. 24 Feb, 2017 1 commit
  16. 04 Feb, 2017 1 commit
  17. 02 Feb, 2017 1 commit
  18. 22 Jan, 2017 1 commit
  19. 14 Jan, 2017 1 commit
    • Adam Barth's avatar
      Add SimpleDialogOption (#7494) · ad27fcd3
      Adam Barth authored
      The demo of the SimpleDialog had some useful code that should really be part of
      the framework. This patch extracts it into a SimpleDialogOption widget.
      
      Remove debugCheckHasScaffold because it is unused.
      
      Also, add tests for InkWell, SimpleDialog, and other widgets.
      ad27fcd3
  20. 12 Jan, 2017 1 commit
  21. 10 Jan, 2017 2 commits
    • Adam Barth's avatar
      Change `Flexible`'s default `FlexFit` (#7404) · 03d19807
      Adam Barth authored
      Change `Flexible`'s default `FlexFit`
      
      Previously, `Flexible` defaulted to `FlexFit.tight`, which forced the child to
      expand to fill the available space. Now, `Flexible` defaults to
      `FlexFit.loose`, which does not force the child to expand to fill the available
      space.
      
      If you want the child to expand to fill the available space, consider using
      `Expanded` instead.
      
      Fixes #5169
      03d19807
    • Adam Barth's avatar
      Add CupertinoAlertDialog (#7395) · 68425979
      Adam Barth authored
      Fixes #7375
      68425979
  22. 03 Jan, 2017 1 commit
  23. 01 Dec, 2016 1 commit
  24. 27 Nov, 2016 1 commit
  25. 23 Oct, 2016 1 commit
  26. 14 Oct, 2016 1 commit
  27. 03 Oct, 2016 1 commit
  28. 29 Sep, 2016 1 commit
  29. 27 Sep, 2016 2 commits
  30. 22 Jun, 2016 1 commit
    • Ian Hickson's avatar
      About box API (#4677) · cd89e867
      Ian Hickson authored
      This API is the front-end part of the work on showing licenses.
      
      Future patches will:
      
      * Provide an API for registering what licenses should be shown here,
        which will be used by this feature to shown licenses but could also be
        used by custom code for showing licenses (e.g. for people not using
        the Material widgets).
      
      * Actually populate this license API from all the licenses we currently
        use in the engine, in the framework, and from any pub packages that
        are used (directly or indirectly) by the application.
      cd89e867
  31. 14 Jun, 2016 2 commits
    • pq's avatar
      Added asserts. · f5a4e632
      pq authored
      f5a4e632
    • pq's avatar
      Add missing returns. · 7a955487
      pq authored
      As of `1.18.0-dev-0`, these cases will get flagged.  In the meantime, the
      7a955487
  32. 09 Jun, 2016 1 commit
  33. 07 Jun, 2016 1 commit
  34. 03 Jun, 2016 1 commit
  35. 16 May, 2016 2 commits
  36. 29 Apr, 2016 1 commit
    • Adam Barth's avatar
      Fix the padding and space for FlatButton and RaisedButton (#3650) · b2fa6c25
      Adam Barth authored
      Instead of incorporating the margin into the button, introduce a ButtonBar
      widget that supplies the proper spacing between the buttons. Also, make these
      buttons more configurable via ButtonTheme so that dialogs can change the
      minWidth and padding of the buttons as required by the spec.
      
      Fixes #1843
      Fixes #3184
      b2fa6c25