flutter/packages/flutter_tools/templates/create
Michael Goderbauer 2f979914e4 Update templates to include google's maven repository (#10842)
Going forward, Android support libraries are published on maven (instead of bundling them with the SDK). Many plugins depend on these. To avoid requiring plugin users to add the maven repository to their app this change adds the repository to the template for `flutter create`.

This also bumps the support-annotations dependency to 25.4.0 (which also requires the new maven repository).
2017-06-20 12:43:23 -07:00
..
.idea rename Android module file to include project name (#10163) 2017-05-19 13:36:53 -07:00
android-java.tmpl Update templates to include google's maven repository (#10842) 2017-06-20 12:43:23 -07:00
android-kotlin.tmpl Update templates to include google's maven repository (#10842) 2017-06-20 12:43:23 -07:00
android.tmpl Add Swift and Kotlin templates (#10259) 2017-05-24 08:22:50 +02:00
ios-objc.tmpl Change template indentation to 2 spaces (#10289) 2017-05-24 12:37:23 +02:00
ios-swift.tmpl Change template indentation to 2 spaces (#10289) 2017-05-24 12:37:23 +02:00
ios.tmpl Add Swift and Kotlin templates (#10259) 2017-05-24 08:22:50 +02:00
lib Remove comments unrelated to plugin example app (#10532) 2017-06-08 10:51:56 +02:00
.gitignore.tmpl Automatically wire dependencies for native plugins (#8891) 2017-03-23 14:59:12 +01:00
android.iml.tmpl Add Swift and Kotlin templates (#10259) 2017-05-24 08:22:50 +02:00
projectName.iml.tmpl Update project creation IDEA metadata (flutter-intellij#914) (#9422) 2017-04-17 11:42:44 -07:00
projectName_android.iml.tmpl rename Android module file to include project name (#10163) 2017-05-19 13:36:53 -07:00
pubspec.yaml.tmpl example of a package dependency asset (#9295) 2017-04-07 17:51:34 -07: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/).