1. 28 9月, 2018 4 次提交
  2. 27 9月, 2018 5 次提交
  3. 26 9月, 2018 1 次提交
  4. 25 9月, 2018 4 次提交
  5. 23 9月, 2018 1 次提交
    • C
      Remove the unused Mac Desktop shell. (#6314) · e82db866
      Chinmay Garde 提交于
      This shell used to serve the dual purpose of running Flutter tests as
      well as optionally being able to run Flutter applications on a Mac
      desktop. After all the test runner targets were consolidated
      (flutter_tester), this target was no longer used to run the tests. This
      target is currently only used by engine developers to test changes
      quickly on the host. Even for this purpose, the Desktop embedders are
      more full featured and use the stable embedder API. The presence of a
      cross-platform tester target, alternatives for Desktop targets that use
      the stable embedder API and the fact that this target is no longer
      tested, makes having this code in the source entirely redundant.
      e82db866
  6. 22 9月, 2018 6 次提交
  7. 21 9月, 2018 1 次提交
    • C
      Remove bottom safe-area padding when keyboard up (#6297) · 2ec20aae
      Chris Bracken 提交于
      On the iPhone X, raising the keyboard sets a bottom physical inset equal
      to the keyboard height, however we previously did not zero out the bottom
      physical padding. This was incorrect; when a soft keyboard is present,
      it 'consumes' the safe area inset for the home indicator widget,
      eliminating the need for the app to handle this at all.
      2ec20aae
  8. 20 9月, 2018 1 次提交
  9. 15 9月, 2018 2 次提交
  10. 14 9月, 2018 1 次提交
  11. 13 9月, 2018 1 次提交
  12. 12 9月, 2018 1 次提交
  13. 11 9月, 2018 1 次提交
  14. 08 9月, 2018 5 次提交
  15. 07 9月, 2018 3 次提交
  16. 06 9月, 2018 3 次提交