1. 13 12月, 2017 2 次提交
  2. 12 12月, 2017 4 次提交
  3. 09 12月, 2017 8 次提交
  4. 08 12月, 2017 2 次提交
  5. 07 12月, 2017 9 次提交
  6. 06 12月, 2017 1 次提交
  7. 05 12月, 2017 3 次提交
  8. 03 12月, 2017 1 次提交
  9. 02 12月, 2017 2 次提交
  10. 01 12月, 2017 7 次提交
  11. 30 11月, 2017 1 次提交
    • C
      Expose Window.viewInsets in dart:ui (#4403) · 93648ef0
      Chris Bracken 提交于
      Window.viewInsets is the set of window-relative insets that describe the
      area of the window that an application may want to treat as effectively
      reducing the size of the content. Typically this is due to system UI
      that fully obscures underlying content, such as the keyboard.
      
      This area differs from padding in that padding is the set of insets that
      describe the area of the window that may be partially (or fully)
      obscured by system UI or physical intrusions into the view area (e.g.
      iPhone X sensor housing, status bar, or the iPhone X home indicator
      widget).
      
      This patch does not yet enable the iOS bottom edge safe area. Once the
      framework has been updated to use viewInsets for bottom-edge occlusions
      (today, the keyboard), the bottom safe area will be enabled and
      framework patches that depend on it, landed.
      93648ef0