- 07 Jul, 2017 1 commit
-
-
Devon Carew authored
* add a --machine mode to flutter config * review feedback
-
- 29 Jun, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 02 Jun, 2017 1 commit
-
-
Devon Carew authored
* add min version checks for IntelliJ * validate the installed versions of IntelliJ and the flutter plugin * review comments
-
- 09 May, 2017 2 commits
-
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/9929
-
Todd Volkert authored
Fixes #9866
-
- 04 Apr, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 29 Mar, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 25 Mar, 2017 1 commit
-
-
Michael Goderbauer authored
Old Android Stuio versions pior to 2.2.0 didn't come with Java bundled. Make sure flutter doesn't crash when we try to determine the Java version of those old Android Studio installations.
-
- 23 Mar, 2017 1 commit
-
-
Michael Goderbauer authored
* Use Java bundled with Android Studio for gradle * review comments
-
- 22 Mar, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 28 Feb, 2017 1 commit
-
-
Jakob Andersen authored
Fixes #8395.
-
- 24 Feb, 2017 1 commit
-
-
Jakob Andersen authored
It's not just $HOME/.AndroidStudio2.2, it might also be .AndroidStudioPreview2.3, or .AndroidStudioFooBar1.7, or whatever. Made the Version parser less throw-happy, and relaxed the directory name checks to allow for the above. Fixes #8353.
-
- 22 Feb, 2017 1 commit
-
-
Jakob Andersen authored
* Fix bug parsing Gradle version. Version from pub_semver requires versions of the format X.Y.Z. Gradle doesn't follow semantic versioning, though, so version parsing would fail on versions like '3.2'. Fixed by writing a custom Version class. Also removed a check for apksigner when building Gradle-based projects. Fixes #8298
-
- 21 Feb, 2017 1 commit
-
-
Todd Volkert authored
-
- 20 Feb, 2017 3 commits
-
-
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.
-
Jakob Andersen authored
-
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
-