flutter/packages/flutter_tools/templates/create
Michael Thomsen 0f726490e1 Update MainActivity.kt.tmpl (#11033)
Remove terminating semicolons; they are causing an "code inspection warning" in Android Studio:

```
This inspection reports redundant semicolon (';') token which is not required in Kotlin and may be removed.
```
2017-06-29 16:38:25 +02:00
..
.idea rename Android module file to include project name (#10163) 2017-05-19 13:36:53 -07:00
android-java.tmpl Make consistent use of gradle wrapper (#10993) 2017-06-29 09:48:01 +02:00
android-kotlin.tmpl Update MainActivity.kt.tmpl (#11033) 2017-06-29 16:38:25 +02:00
android.tmpl Make consistent use of gradle wrapper (#10993) 2017-06-29 09:48:01 +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 Do not require main asset files if variants are provided (#10901) 2017-06-22 16:45:57 -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/).