flutter/packages/flutter_tools/templates/create
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
..
.idea Fix path in modules.xml to match new location of .iml (#9100) 2017-03-30 14:13:07 +02:00
android.tmpl Android: Set evaluationDependsOn for plugin subprojects. (#9179) 2017-04-04 13:03:06 +02:00
ios.tmpl Add template for plugin projects. (#9076) 2017-03-30 12:39:21 +02:00
lib Add template for plugin projects. (#9076) 2017-03-30 12:39:21 +02:00
.gitignore.tmpl Automatically wire dependencies for native plugins (#8891) 2017-03-23 14:59:12 +01:00
projectName.iml.tmpl update the flutter create template for IntelliJ 2017.1 (#9106) 2017-03-30 13:53:22 -07:00
pubspec.yaml.tmpl Add template for plugin projects. (#9076) 2017-03-30 12:39:21 +02:00
README.md.tmpl Remove all inline templates and provide a way to specify templates as resources 2016-02-24 11:33:07 -08:00

# {{projectName}}

{{description}}

## Getting Started

For help getting started with Flutter, view our online
[documentation](http://flutter.io/).