1. 20 Feb, 2017 3 commits
    • Jakob Andersen's avatar
      One more fix for finding Android Studio on macOS. (#8288) · 8b820ccc
      Jakob Andersen authored
      Finally found the command to run tests in checked mode on my system. This one should've been caught by the IDE, but wasn't.
      8b820ccc
    • Jakob Andersen's avatar
      0f3cc6e9
    • Jakob Andersen's avatar
      Teach flutter tools to find gradle (#8241) · 77efc38b
      Jakob Andersen authored
      * Teach flutter tools to find gradle
      
      Flutter tools will now use Gradle from Android Studio, which is now found automatically.
      
      flutter doctor will verify that Android Studio has been installed, and that the included Gradle is at least version 2.14.1.
      
      It is still possible to manually configure the path to Android Studio (flutter config --android-studio-dir=XXX) or Gradle (flutter config --gradle-dir=XXX), but this should only be necessary if they're installed somewhere non-standard.
      
      Only tested on Linux and macOS for now.
      
      Fixes #8131
      77efc38b
  2. 19 Feb, 2017 2 commits
  3. 18 Feb, 2017 7 commits
  4. 17 Feb, 2017 17 commits
  5. 16 Feb, 2017 11 commits