flutter/packages/flutter_tools/templates/create
Jakob Andersen b61e169011 Automatically wire dependencies for native plugins (#8891)
Go through all packages brought in by pub, and write the name and path of every one that is a flutter plugin into .flutter-plugins.

In android/settings.gradle and ios/Podfile, read in .flutter-plugins, if that file exists. The Android / iOS code from the plugins is automatically added as dependencies of the native code of the app.
2017-03-23 14:59:12 +01:00
..
.idea Revert back IntelliJ .iml file to project root (#8139) 2017-02-14 18:15:26 +01:00
android.tmpl Automatically wire dependencies for native plugins (#8891) 2017-03-23 14:59:12 +01:00
ios.tmpl Automatically wire dependencies for native plugins (#8891) 2017-03-23 14:59:12 +01:00
lib Small update to instructional comments in app template (#8468) 2017-03-06 12:36:45 -08:00
.gitignore.tmpl Automatically wire dependencies for native plugins (#8891) 2017-03-23 14:59:12 +01:00
projectName.iml.tmpl Revert back IntelliJ .iml file to project root (#8139) 2017-02-14 18:15:26 +01:00
pubspec.yaml.tmpl Merge pubspec.yaml and flutter.yaml. (#7605) 2017-01-24 11:19:31 -08: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/).