1. 03 Nov, 2023 1 commit
  2. 06 Jul, 2023 1 commit
  3. 24 May, 2023 1 commit
  4. 06 Apr, 2023 1 commit
  5. 07 Mar, 2023 1 commit
  6. 26 Jan, 2023 1 commit
    • Todd Volkert's avatar
      Add more flexible image API (#118966) · b319938e
      Todd Volkert authored
      This updates the framework to provide higher level wrappers around ui.instantiateImageCodecWithSize(). Functionally, this doesn't change anything (other than deprecating the older loadBuffer() method in favor of loadImage()), but it sets the stage for a simpler change that will allow us to provide a more flexible way to load sized images.
      
      #118543
      b319938e
  7. 21 Jan, 2023 1 commit
  8. 21 Dec, 2022 1 commit
  9. 18 Dec, 2022 1 commit
    • alanwutang11's avatar
      Fix is canvas kit bool (#116944) · c0dddacb
      alanwutang11 authored
      * isCanvasKit implement and test
      
      * isCanvasKit implement and test
      
      * ++
      
      * forgot license
      
      * make isCanvasKit a getter
      
      * addressed comments
      
      * forgot to change names of integration test files
      
      * typo
      
      * simplified tests
      
      * comments
      c0dddacb
  10. 03 Aug, 2022 1 commit
  11. 20 May, 2022 1 commit
  12. 27 Oct, 2021 1 commit
  13. 21 Oct, 2021 1 commit
  14. 13 Oct, 2021 1 commit
  15. 09 Jul, 2021 1 commit
  16. 04 Jun, 2021 1 commit
  17. 02 Jun, 2021 1 commit
  18. 21 May, 2021 1 commit
  19. 20 May, 2021 1 commit
  20. 15 May, 2021 1 commit
  21. 14 May, 2021 3 commits
  22. 13 May, 2021 1 commit
  23. 04 May, 2021 2 commits
  24. 27 Apr, 2021 1 commit
  25. 22 Apr, 2021 1 commit
  26. 21 Apr, 2021 2 commits
  27. 07 Apr, 2021 1 commit
  28. 03 Apr, 2021 1 commit
  29. 19 Mar, 2021 1 commit
  30. 16 Mar, 2021 1 commit
  31. 02 Mar, 2021 1 commit
  32. 30 Oct, 2020 1 commit
  33. 09 Oct, 2020 1 commit
    • nturgut's avatar
      Add web e2e to the flutter/flutter repo (#67693) · a755c038
      nturgut authored
      * adding tests that uses integration_test (e2e) package to flutter
      
      * change the package name for the import
      
      * fix licenses. fix README commands. add links
      
      * adding dependency change auto generated by the tool
      
      * more analyzer error fixes
      a755c038