1. 20 Jul, 2021 1 commit
    • Greg Spencer's avatar
      Modify key info generation for new iOS key code. (#83439) · 2cb685e1
      Greg Spencer authored
      The (new, not yet used) code gen for iOS was setting up a std::map from key codes to logical and physical key codes, but it was using uint32_t, which isn't big enough to hold the Flutter key codes.
      
      Also, iOS needs to be able to filter out function keys, so I added a function key set.
      2cb685e1
  2. 14 Jul, 2021 1 commit
  3. 09 Jul, 2021 1 commit
  4. 23 Jun, 2021 1 commit
  5. 15 Jun, 2021 1 commit
  6. 27 May, 2021 1 commit
  7. 22 Apr, 2021 1 commit
  8. 03 Mar, 2021 1 commit
  9. 22 Feb, 2021 1 commit
  10. 16 Feb, 2021 1 commit
  11. 04 Feb, 2021 1 commit
  12. 01 Feb, 2021 1 commit
  13. 12 Jan, 2021 1 commit
  14. 07 Jan, 2021 1 commit
  15. 05 Dec, 2020 1 commit
  16. 04 Nov, 2020 1 commit
  17. 26 Oct, 2020 1 commit
  18. 17 Oct, 2020 1 commit
  19. 12 Oct, 2020 1 commit
  20. 23 Sep, 2020 1 commit
  21. 17 Sep, 2020 1 commit
    • Ben Konyi's avatar
      Roll packages to fix #66038 (#66052) · fb08acf1
      Ben Konyi authored
      PR #65873 enabled DDS for non-web Flutter applications. This change
      surfaced a bug where DDS would not send ServiceRegistered events to VM
      service clients when they subscribed to the Service stream. This would
      cause tools and tests that rely on these events (e.g., hot reload in
      VSCode) to fail.
      
      Fixes #66038.
      fb08acf1
  22. 19 Aug, 2020 1 commit
  23. 11 Aug, 2020 1 commit
  24. 28 Jul, 2020 1 commit
  25. 24 Jul, 2020 2 commits
  26. 09 Jul, 2020 1 commit
  27. 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
  28. 19 Jun, 2020 1 commit
  29. 15 Jun, 2020 1 commit
  30. 29 May, 2020 1 commit
  31. 13 May, 2020 1 commit
  32. 12 Apr, 2020 1 commit
  33. 30 Mar, 2020 1 commit
  34. 12 Nov, 2019 1 commit
  35. 19 Jul, 2019 1 commit
  36. 15 Aug, 2018 3 commits
    • Martin Kustermann's avatar
      Reland "Roll engine to version e3687f70c7ece72000b32ee1b3c02755ba5361ac (#20427)" (#20633) · 9299c02c
      Martin Kustermann authored
      * Reland "Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427)"
      
      This is a re-land with downgraded `package:flutter_gallery_assets`
      version.
      
      * Downgrade package:flutter_gallery_assets to 0.1.4
      
      * Change engine.version to 81baff97c29bb08cbf8453a3f9042c5813f84ad3 (which contains an additional fix)
      
      * Change engine.version to e3687f70c7ece72000b32ee1b3c02755ba5361ac (since mac tarballs are corrupted on earlier commit)
      9299c02c
    • Martin Kustermann's avatar
      Revert "Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427)" (#20631) · 515909ec
      Martin Kustermann authored
      Reason for revert: The package:flutter_gallery_assets has removed some images which are required for the examples/flutter_gallery, so the gallery build is failing (only discovered after landing, since gallery doesn't seem to get built during github PR presubmit checks)
      515909ec
    • Martin Kustermann's avatar
      Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427) · c7c493ea
      Martin Kustermann authored
      This CL
      
        * rolls `engine.version` to flutter/engine@b148e628 (which includes dart sdk 2.1.0-dev)
        * rolls `goldens.version` to flutter/goldens@6c45fafdf (which includes updates due to skia changes in engine)
        * changes `platform.dill` to `platform_strong.dill` in various places due to flutter/engine@a84b210b
        * adds explicit `environment: sdk: ">=2.0.0-dev.68 < 3.0.0"` constraints to `pubspec.yaml` and `pubspec.yaml.tmpl` files (since pub defaults to `<2.0.0` if omitted) 
        * upgrades to newer versions of various 3rd party packages (to ensure transitive dependencies have `<3.0.0` sdk constraint)
      c7c493ea
  37. 26 Jul, 2018 1 commit