1. 20 Jun, 2018 5 commits
  2. 19 Jun, 2018 5 commits
  3. 18 Jun, 2018 2 commits
  4. 16 Jun, 2018 5 commits
  5. 15 Jun, 2018 15 commits
  6. 14 Jun, 2018 6 commits
  7. 13 Jun, 2018 2 commits
    • Michael Thomsen's avatar
      Fix outdated link for how to edit plugin code (#18069) · 87351bd9
      Michael Thomsen authored
      * Fix readme link to plugin edit instructions
      
      * Fix flutter tools link
      87351bd9
    • Chris Bracken's avatar
      Revert elimination of Dart 1 (#18460) · 2ae48845
      Chris Bracken authored
      fuchsia_tester.dart still assumes Dart 1. Previously, it ran tests directly
      from source, flutter_platform.dart automatically runs a kernel compile when
      operating in Dart 2 mode, but this assumes a functional Dart SDK is available
      in the artifacts directly, and fuchsia_tester.dart mocks out the artifacts
      directory with an empty temp dir.
      
      Remaining work is:
      1. Get the frontend server building as a dependency on Fuchsia.
      2. Patch fuchsia_tester.dart to use a valid Dart SDK and frontend server.
      
      This also reverts migration to Dart 2 typedef syntax.
      
      This reverts commit 6c56bb24. (#18362)
      This reverts commit 3daebd05. (#18316)
      2ae48845