mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() 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). |
||
---|---|---|
.. | ||
.idea | ||
android-java.tmpl | ||
android-kotlin.tmpl | ||
android.tmpl | ||
ios-objc.tmpl/Classes | ||
ios-swift.tmpl/Classes | ||
ios.tmpl | ||
lib | ||
.gitignore.tmpl | ||
CHANGELOG.md.tmpl | ||
LICENSE.tmpl | ||
projectName_android.iml.tmpl | ||
projectName.iml.tmpl | ||
pubspec.yaml.tmpl | ||
README.md.tmpl |
# {{projectName}} {{description}} ## Getting Started For help getting started with Flutter, view our online [documentation](http://flutter.io/). For help on editing plugin code, view the [documentation](https://flutter.io/platform-plugins/#edit-code).