1. 28 Jul, 2020 1 commit
  2. 24 Jul, 2020 2 commits
  3. 21 Jul, 2020 2 commits
  4. 17 Jul, 2020 2 commits
  5. 16 Jul, 2020 3 commits
  6. 09 Jul, 2020 1 commit
  7. 07 Jul, 2020 1 commit
  8. 23 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [versions] update all versions and fix tool tests (#60127) · 37db92be
      Jonah Williams authored
      Update all versions, specifically file which fixes some bugs that caused tests to fail if run in different orders:
      
      - systemTemp directories created by MemoryFileSystem will allot names based on the file system instance instead of globally.
      - MemoryFile.readAsLines()/readAsLinesSync() no longer treat a final newline in the file as the start of a new, empty line.
      - RecordingFile.readAsLine()/readAsLinesSync() now always record a final newline.
      37db92be
  9. 19 Jun, 2020 1 commit
  10. 11 Jun, 2020 1 commit
  11. 29 May, 2020 1 commit
  12. 16 May, 2020 1 commit
  13. 13 May, 2020 1 commit
  14. 01 May, 2020 1 commit
  15. 23 Apr, 2020 1 commit
  16. 22 Apr, 2020 1 commit
  17. 16 Apr, 2020 1 commit
  18. 15 Apr, 2020 1 commit
  19. 08 Apr, 2020 1 commit
  20. 07 Apr, 2020 1 commit
  21. 06 Apr, 2020 1 commit
    • stuartmorgan's avatar
      Restructure the Windows app template (#53600) · 2d623278
      stuartmorgan authored
      This moves the app template more toward being a more generic starting
      point for any Flutter application, eliminating some hard-code
      assumptions about there being a single window/engine pair that is
      directly bound to the life of the application:
      - Moves the runloop into its own class, making it capable of servicing
        any number of engine instances.
      - Moves the logic for setting up a window containing only a Flutter view
        into a window subclass for ease of re-use.
      - Makes quit-on-window-close an optional property. (Long term this
        should be even more generic, like a quit-when-last-window-closes
        option, but this is a short-term improvement that removes the binding
        between the runloop and the window).
      - Allows for multiple instances of Win32Window to exist without issues
        relating to the window class registration.
      
      Since there are getting to be a non-trivial number of files associated
      with the runner, this moves the source into a runner/ directory, as is
      already done on some other platforms.
      
      Note that creating multiple Flutter windows at the same time still
      doesn't work correctly even with this change, but this addresses some of
      the known issues, and makes it easier to test in the future (e.g., for
      debugging engine-level issues with multiple instances).
      
      Fixes #45397
      2d623278
  22. 30 Mar, 2020 1 commit
  23. 24 Mar, 2020 1 commit
  24. 18 Mar, 2020 2 commits
  25. 10 Mar, 2020 1 commit
  26. 04 Mar, 2020 1 commit
  27. 18 Feb, 2020 1 commit
  28. 15 Feb, 2020 2 commits
  29. 12 Feb, 2020 1 commit
  30. 11 Feb, 2020 1 commit
  31. 06 Feb, 2020 1 commit
  32. 28 Jan, 2020 1 commit
  33. 22 Jan, 2020 1 commit