- 31 Aug, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 31 May, 2018 1 commit
-
-
Sigurd Meldgaard authored
This makes it easier to run ios add2app apps with Flutter run.
-
- 22 Oct, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 20 Feb, 2017 1 commit
-
-
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
-
- 14 Feb, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 07 Jan, 2017 1 commit
-
-
Todd Volkert authored
This removes direct file access from within flutter_tools in favor of using `package:file` via a `FileSystem` that's accessed via the `ApplicationContext`. This lays the groundwork for us to be able to easily swap out the underlying file system when running Flutter tools, which will be used to provide a record/replay file system, analogous to what we have for process invocations.
-
- 04 Apr, 2016 1 commit
-
-
Devon Carew authored
-
- 22 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 19 Feb, 2016 1 commit
-
-
Chinmay Garde authored
Use the project name to initialize the bundle name and identifier
-