1. 05 May, 2017 1 commit
  2. 27 Apr, 2017 1 commit
  3. 23 Apr, 2017 1 commit
  4. 19 Apr, 2017 1 commit
  5. 15 Mar, 2017 1 commit
  6. 04 Mar, 2017 1 commit
  7. 11 Jan, 2017 1 commit
  8. 19 Nov, 2016 1 commit
  9. 24 Oct, 2016 1 commit
  10. 11 Oct, 2016 1 commit
  11. 20 Sep, 2016 1 commit
  12. 15 Sep, 2016 1 commit
  13. 13 Jun, 2016 1 commit
  14. 07 Jun, 2016 1 commit
  15. 06 Jun, 2016 1 commit
  16. 25 Apr, 2016 1 commit
  17. 25 Mar, 2016 1 commit
    • Adam Barth's avatar
      Add a default MediaQuery value · 3c6d4f66
      Adam Barth authored
      Now MediaQuery.of always returns a non-null value. By default, you get the
      values associated with the current ui.Window.
      
      Fixes #2894
      3c6d4f66
  18. 14 Mar, 2016 1 commit
  19. 12 Mar, 2016 1 commit
  20. 22 Jan, 2016 2 commits
  21. 21 Jan, 2016 1 commit
    • Adam Barth's avatar
      Scaffold should respect window.padding.bottom · da7e1e5d
      Adam Barth authored
      The space for the keyboard is now represented as bottom padding for the window.
      By teaching the scaffold to respect the bottom window padding, we move the
      floating action button and snackbars out of the way of the keyboard.
      
      This currently works on Android. I'll need to see how to get the keyboard
      geometry on iOS for a similar effect.
      
      Fixes #103
      da7e1e5d
  22. 07 Jan, 2016 1 commit
  23. 11 Dec, 2015 1 commit
    • Adam Barth's avatar
      Add dartdoc for image classes · 40dda1ed
      Adam Barth authored
       - Adds dartdoc for all the `of` functions.
       - Renames Image to RawImage. This widget is rarely used and shouldn't take up
         such a nice global name.
      
      Fixes #361
      40dda1ed
  24. 09 Dec, 2015 2 commits
  25. 18 Nov, 2015 1 commit
    • Hixie's avatar
      Pave the Foo.of() cowpath. · 65d81451
      Hixie authored
      I'm planning on adding more .of() functions and so to avoid further
      copypasta I'm providing some general utility functions here.
      65d81451
  26. 28 Oct, 2015 1 commit