flutter/examples/flutter_view/android
Jakob Andersen 5541d71b11 Android: Set evaluationDependsOn for plugin subprojects. (#9179)
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`.
2017-04-04 13:03:06 +02:00
..
app Add start-up test for flutter_view sample (#8892) 2017-03-23 13:20:00 +01:00
.gitignore Add flutter_view sample (#8486) 2017-03-09 12:53:01 +01:00
build.gradle Android: Set evaluationDependsOn for plugin subprojects. (#9179) 2017-04-04 13:03:06 +02:00
gradle.properties Add flutter_view sample (#8486) 2017-03-09 12:53:01 +01:00
settings.gradle Android: Set evaluationDependsOn for plugin subprojects. (#9179) 2017-04-04 13:03:06 +02:00