- 13 Feb, 2019 1 commit
-
-
KyleWong authored
* Make plugin path search logic use version check as a fallback. * In JetBrainsToolbox, Info.plist would be just some kind of wrapper, we need a double check before get the real one. * Use Regex to get content instead of `default command` to avoid error output as there could be no JetBrainsToolboxApp key/value for a normal Info.plist(Android Studio.)
-
- 06 Feb, 2019 1 commit
-
-
KyleWong authored
-
- 09 Jan, 2019 1 commit
-
-
KyleWong authored
-
- 04 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 02 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 01 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 12 Sep, 2018 2 commits
-
-
Joao da Silva authored
This fixes issues 11940 and 18155.
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 18 Aug, 2018 1 commit
-
-
Ian Hickson authored
* Fixes resulting from audit of issues links I looked at every link to GitHub in our repo. For cases where we had a TODO that was waiting for a bug to be fixed, and the bug has now been fixed, I applied the pending change. For cases where the link was out of date, I updated the link. * Update run_test.dart skip this test again since it failed on linux and macos bots
-
- 09 Jul, 2018 1 commit
-
-
Devon Carew authored
* adjust declared types to work with dart 2 typing at runtime * review comments * update packages/flutter_tools/lib/src/ios/simulators.dart
-
- 31 May, 2018 1 commit
-
-
Sigurd Meldgaard authored
This makes it easier to run ios add2app apps with Flutter run.
-
- 04 Apr, 2018 1 commit
-
-
Konstantin Scheglov authored
-
- 28 Mar, 2018 1 commit
-
-
Todd Volkert authored
This updates AppContext per the recommendations in #15352 Fixes #15352
-
- 28 Feb, 2018 1 commit
-
-
jcollins-g authored
* Revert "Revert "Add android license verification to doctor and some refactoring" (#14727)" This reverts commit d2602947. * Add tests, fix sdkManagerEnv and use it consistently, and rearrange Status object model * AnsiSpinner needs to leave the cursor where it found it. * fix tests * Const constructor warning only shows up on windows...? * Avoid crash if we can't find the home directory * Make pathVarSeparator return a string in the mock * Implement review comments * Fix out-of-order problem on stop
-
- 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
-