- 08 Sep, 2017 1 commit
-
-
Ian Hickson authored
-
- 07 Aug, 2017 1 commit
-
-
Jaime Wren authored
-
- 29 Jun, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 20 Jun, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 29 May, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 19 May, 2017 1 commit
-
-
Chris Bracken authored
Under android/ directory, ignore: GeneratedPluginRegistrant.java Under ios/ directory, ignore: GeneratedPluginRegistrant.h GeneratedPluginRegistrant.m Pods/
-
- 10 May, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 09 May, 2017 1 commit
-
-
Michael Thomsen authored
* Roll android build tools to 25.0.3 * Roll android build tools to 25.0.3 in templates
-
- 08 May, 2017 2 commits
-
-
Michael Thomsen authored
This reverts commit 5ed2984e.
-
Michael Thomsen authored
-
- 06 May, 2017 1 commit
-
-
Brian Slesinsky authored
This ensures that when someone opens the project using IDEA, the Flutter plugin will find the location of the Flutter SDK and run "flutter packages get".
-
- 03 May, 2017 1 commit
-
-
Chris Bracken authored
-
- 24 Apr, 2017 1 commit
-
-
Michael Thomsen authored
-
- 21 Apr, 2017 1 commit
-
-
Michael Thomsen authored
* Add Pods cache dir to ios/.gitngnore * Add missing ending newlines
-
- 18 Apr, 2017 4 commits
-
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
Sarah Zakarias authored
-
Sarah Zakarias authored
-
- 17 Apr, 2017 1 commit
-
-
Phil Quitslund authored
Follow-up from #9422
-
- 07 Apr, 2017 1 commit
-
-
Ian Hickson authored
Aggressively apply the const lint.
-
- 05 Apr, 2017 1 commit
-
-
Sarah Zakarias authored
-
- 04 Apr, 2017 2 commits
-
-
Michael Thomsen authored
* Make IntelliJ metadata files consistent with the current flutter create template * Add missing IJ files from current flutter create template * Remove run config from layers as it requires running with -t * Remove workspace.xml files per review feedback
-
Jakob Andersen authored
Gradle projects are evaluated in lexicographical order, and the plugin projects are at the same level as the :app project, so if a plugin has a name that comes before 'app' (like, for example, any name that starts with a capital letter), the plugin project will be evaluated before :app. Since :app applies the Flutter Gradle plugin, which tries to modify the dependencies of the plugin projects, we have a problem if the plugin projects have already been evaluated. Adding evaluationDependsOn(':app') to the plugin projects fixes this. Updated example projects to the latest (plugin-enabled) Gradle build files. Also removed two unused imports in `pluginClass.java.tmpl`.
-
- 30 Mar, 2017 4 commits
-
-
Sarah Zakarias authored
-
Sarah Zakarias authored
-
Mikkel Nygaard Ravn authored
-
Chris Bracken authored
See flutter/engine#3539
-
- 27 Mar, 2017 3 commits
-
-
Sarah Zakarias authored
* update platform_channel package name * lowercase name
-
Sarah Zakarias authored
-
Sarah Zakarias authored
* Rename platform_services to platform_channel * rename in README * renamed tests * update modules.xml
-