1. 03 Mar, 2021 1 commit
  2. 22 Feb, 2021 1 commit
  3. 16 Feb, 2021 1 commit
  4. 04 Feb, 2021 1 commit
  5. 01 Feb, 2021 1 commit
  6. 12 Jan, 2021 1 commit
  7. 07 Jan, 2021 1 commit
  8. 05 Dec, 2020 1 commit
  9. 02 Dec, 2020 1 commit
  10. 23 Nov, 2020 1 commit
  11. 20 Nov, 2020 1 commit
  12. 04 Nov, 2020 1 commit
  13. 26 Oct, 2020 1 commit
  14. 17 Oct, 2020 1 commit
  15. 12 Oct, 2020 1 commit
  16. 23 Sep, 2020 1 commit
  17. 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
  18. 19 Aug, 2020 1 commit
  19. 11 Aug, 2020 2 commits
  20. 04 Aug, 2020 2 commits
  21. 28 Jul, 2020 1 commit
  22. 24 Jul, 2020 2 commits
  23. 23 Jul, 2020 1 commit
    • Yazeed Al-Khalaf's avatar
      :black_nib: Spell Check All `.md` Files Related to Flutter :blue_heart: (#61564) · d41b1fbb
      Yazeed Al-Khalaf authored
      * :bug: Fix Spelling Issues in Main README.md
      
      * :bug: Fix spelling issues in dev README.md
      
      * :bug: Fix spelling issues in complex_layout README.md
      
      * :bug: Fix spelling issues in macrobenchmarks README.md
      
      * :bug: Fix spelling issues in platform_views_layout README.md
      
      * :bug: Fix spelling issues in test_Apps/stocks README.md
      
      * :bug: Fix spelling issues in bots README.md
      
      * :black_nib: Spell Check dev/ci README.md
      
      * :black_nib: Spell Check dev/ci/docker_linux README.md
      
      * :black_nib: Spell Check dev/devicelab README.md
      
      * :black_nib: Spell Check dev/docs README.md
      
      * :black_nib: Spell Check dev/snippets README.md
      
      * :black_nib: Spell Check dev/snippets/config/templates README.md
      
      * :black_nib: Spell Check dev/tools/gen_keycodes README.md
      
      * :black_nib: Spell Check dev/tools/vitool README.md
      
      * :black_nib: Spell Check examples/catalog README.md
      
      * :black_nib: Spell Check examples/flutter_view README.md
      
      * :black_nib: Spell Check examples/image_list README.md
      
      * :black_nib: Spell Check examples/layers README.md
      
      * :black_nib: Spell Check examples/platform_channel README.md
      
      * :black_nib: Spell Check examples/platform_channel_swift README.md
      
      * :black_nib: Spell Check examples/platform_view README.md
      
      * :black_nib: Spell Check packages/_flutter_web_build_script README.md
      
      * :black_nib: Spell Check packages/flutter_localizations README.md
      
      * :black_nib: Spell Check packages/flutter_tools README.md
      
      * :black_nib: Spell Check CODE_OF_CONDUCT.md
      
      * :black_nib: Spell Check dev/integration_test/android_splash_screens/splash_Screen_load_rotate README.md
      
      * :black_nib: Spell Check dev/integration_test/android_views README.md
      
      * :black_nib: Spell Check dev/integration_tests/flutter_driver_screenshot_test README.md
      
      * :black_nib: Spell Check dev/integration_tests/flutter_gallery README.md
      
      * :black_nib: Spell Check dev/integration_tests/gradle_deprecated_settings README.md
      
      * :black_nib: Spell Check dev/integration_tests/ios_add2app_life_cycle README.md
      
      * :black_nib: Spell Check dev/integration_tests/ios_host_app README.md
      
      * :black_nib: Spell Check dev/integration_tests/ios_platform_view_tests README.md
      
      * :black_nib: Spell Check dev/automated_tests/flutter_test README.md
      
      * :black_nib: Spell Check .github/PULL_REQUEST_TEMPLATE.md
      
      * :black_nib: Spell Check .hithub/ISSUE_TEMPLATE/ACTIVATION.md
      
      * :black_nib: Spell Check .github/ISSUE_TEMPLATE/BUG.md
      
      * :black_nib: Spell Check .github/ISSUE_TEMPLATE/feature_request.md
      
      * :black_nib: Spell Check .github/ISSUE_TEMPLATE/performance_others.md
      
      * :black_nib: Spell Check .github/ISSUE_TEMPLATE/performance_speed.md
      
      * :black_nib: Spell Check packages/flutter_tools/doc/daemon.md
      
      * :black_nib: Spell Check packages/flutter_tools/fuchsia_enrtypoint_shim/README.md
      
      * :black_nib: Minimize line to 80 columns
      
      * :black_nib: Minimize line to 80 columns
      
      * :black_nib: Fix Typo
      
      * :black_nib: Chnaged numbers to 1 for testing purposes
      
      * :black_nib: Changed numbers to 1 for testing purposes
      
      * :x: Remove 'a' which is a typo
      
      * :black_nib: Change a sentence to be better
      
      * :black_nib: Remove 'a' which is a typo
      
      * :black_nib: Fix small issue
      
      * :black_nib: Fix small typo
      
      * :black_nib: Fix some typos
      
      * :x: Remove trailing space
      
      * :x: Remove trailing space
      
      * :bug: Fix small typo
      
      * :black_nib: Fix Typo
      
      * :bug: Fix small bug
      d41b1fbb
  24. 09 Jul, 2020 1 commit
  25. 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
  26. 19 Jun, 2020 1 commit
  27. 15 Jun, 2020 1 commit
  28. 29 May, 2020 1 commit
  29. 13 May, 2020 1 commit
  30. 12 Apr, 2020 1 commit