1. 20 Mar, 2018 1 commit
  2. 19 Mar, 2018 1 commit
  3. 14 Dec, 2017 1 commit
  4. 01 Dec, 2017 2 commits
  5. 30 Nov, 2017 1 commit
  6. 01 Nov, 2017 1 commit
    • Yegor's avatar
      Use alwaysUse24HourFormat when formatting time of day (#12517) · f4b0ccd9
      Yegor authored
      * alwaysUse24HourFormat in MediaQuery and time picker
      
      * docs; dead code
      
      * address some comments
      
      * MaterialLocalizations.timeOfDayFormat is the single source of 24-hour-formattedness
      
      * Make TimePickerDialog private again
      
      * wire up MediaQueryData.fromWindow to Window
      f4b0ccd9
  7. 02 Oct, 2017 1 commit
    • gspencergoog's avatar
      Add framework support for system text scale factor. (#12180) · 18f0d3ae
      gspencergoog authored
      * Add framework-side support for system text scale factor.
      
      * Rolling engine to e3404b81a53ba3180c7623a6f2190ebb28518f30
        Additional changes rolled in with engine change:
          libtxt: implementation of GetRectsForRange that processes a line at a time - e3404b8
          Provide an entropy source to the Dart engine (#4161) - e1aa867
          libtxt: search for fallback fonts that can match emoji and CJK characters - 8061df1
          Roll skia to e4679fa06a. (#4157) - 267e7a8
          Update buildroot to 53fea9aebbcc39c6522731471a1a45960ee0685e (#4160) - 02ea7ae
          Revert engine Dart roll. (#4158) - 14aab33
          Add support for system text scale factor. (#4124) - b2a7f4b
          Include _http into sky_engine libraries for analyzer (#4154) - b930f10
          libtxt: Remove postprocess_line and improve tracking of X offsets - 86f95f0
          libtxt: remove redundant line_widths (#4152) - 14bf515
          Roll dart to ade37f931e90b0fdb8fe16d6bf6f089545da55b6 (#4151) - 6f1264f
      18f0d3ae
  8. 29 Sep, 2017 1 commit
  9. 24 Sep, 2017 1 commit
  10. 03 Aug, 2017 1 commit
  11. 25 Jul, 2017 1 commit
  12. 05 May, 2017 1 commit
  13. 27 Apr, 2017 1 commit
  14. 23 Apr, 2017 1 commit
  15. 19 Apr, 2017 1 commit
  16. 15 Mar, 2017 1 commit
  17. 04 Mar, 2017 1 commit
  18. 11 Jan, 2017 1 commit
  19. 19 Nov, 2016 1 commit
  20. 24 Oct, 2016 1 commit
  21. 11 Oct, 2016 1 commit
  22. 20 Sep, 2016 1 commit
  23. 15 Sep, 2016 1 commit
  24. 13 Jun, 2016 1 commit
  25. 07 Jun, 2016 1 commit
  26. 06 Jun, 2016 1 commit
  27. 25 Apr, 2016 1 commit
  28. 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
  29. 14 Mar, 2016 1 commit
  30. 12 Mar, 2016 1 commit
  31. 22 Jan, 2016 2 commits
  32. 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
  33. 07 Jan, 2016 1 commit
  34. 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
  35. 09 Dec, 2015 2 commits
  36. 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
  37. 28 Oct, 2015 1 commit