1. 11 Jun, 2020 1 commit
  2. 29 May, 2020 1 commit
  3. 16 May, 2020 1 commit
  4. 13 May, 2020 1 commit
  5. 01 May, 2020 1 commit
  6. 23 Apr, 2020 1 commit
  7. 22 Apr, 2020 1 commit
  8. 16 Apr, 2020 1 commit
  9. 15 Apr, 2020 2 commits
  10. 09 Apr, 2020 1 commit
  11. 08 Apr, 2020 1 commit
  12. 07 Apr, 2020 1 commit
  13. 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
      Unverified
      2d623278
  14. 30 Mar, 2020 1 commit
  15. 24 Mar, 2020 1 commit
  16. 18 Mar, 2020 2 commits
  17. 10 Mar, 2020 1 commit
  18. 04 Mar, 2020 1 commit
  19. 24 Feb, 2020 1 commit
    • 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
      Unverified
      9ba4eb04
  20. 18 Feb, 2020 1 commit
  21. 15 Feb, 2020 2 commits
  22. 14 Nov, 2019 1 commit
  23. 12 Nov, 2019 1 commit
  24. 12 Sep, 2019 1 commit
  25. 22 Aug, 2019 1 commit
  26. 19 Aug, 2019 1 commit
  27. 10 Aug, 2019 1 commit
  28. 05 Aug, 2019 3 commits
  29. 19 Jul, 2019 1 commit
  30. 04 Jul, 2019 1 commit
  31. 27 Jun, 2019 1 commit
  32. 30 May, 2019 1 commit
  33. 29 May, 2019 2 commits
  34. 22 May, 2019 1 commit