1. 02 Jun, 2020 2 commits
  2. 29 May, 2020 1 commit
  3. 19 May, 2020 1 commit
  4. 16 May, 2020 1 commit
  5. 13 May, 2020 1 commit
  6. 01 May, 2020 1 commit
  7. 23 Apr, 2020 1 commit
  8. 22 Apr, 2020 2 commits
  9. 16 Apr, 2020 1 commit
  10. 15 Apr, 2020 2 commits
  11. 14 Apr, 2020 1 commit
  12. 12 Apr, 2020 1 commit
  13. 09 Apr, 2020 1 commit
  14. 08 Apr, 2020 1 commit
  15. 07 Apr, 2020 2 commits
  16. 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
  17. 30 Mar, 2020 1 commit
  18. 24 Mar, 2020 1 commit
  19. 18 Mar, 2020 2 commits
  20. 16 Mar, 2020 1 commit
  21. 11 Mar, 2020 1 commit
  22. 10 Mar, 2020 1 commit
  23. 06 Mar, 2020 1 commit
  24. 04 Mar, 2020 1 commit
  25. 03 Mar, 2020 2 commits
  26. 28 Feb, 2020 1 commit
  27. 24 Feb, 2020 2 commits
    • Jonah Williams's avatar
    • Nurhan Turgut's avatar
      [web] Smoke tests for web engine (#51003) · 9ba4eb04
      Nurhan Turgut authored
      * smoke test for web
      
      * fix comments and remove logs
      
      * addressing reviewer comments
      
      * fix analyzer issue
      
      * running the test on cirrus
      
      * cirrus yaml syntax error
      
      * pub get for web_drivers
      
      * go to the examples directory before running the flutter app
      
      * cirrus is not able to find chromedriver. add a sleep to see if timing is the issue.
      
      * run chrome driver in the background
      
      * After PR #51084, flutter drive command can build and run a web app. Clean flutter run command from cirrus.yml
      
      * enable web
      9ba4eb04
  28. 20 Feb, 2020 1 commit
  29. 18 Feb, 2020 3 commits
  30. 15 Feb, 2020 2 commits