flutter/packages/flutter_tools/templates/app_shared
Victoria Ashworth 5a63b1df95
Add create app and plugin templates for Swift Package Manager (#147082)
When Swift Package Manager feature is enabled, create app and create plugin will have Swift Package Manager integration already added and will not need to undergo a migration.

Fixes https://github.com/flutter/flutter/issues/146371.

```
flutter config --enable-swift-package-manager

flutter create --ios-language swift --platforms ios,macos swift_app_name

flutter create --ios-language objc --platforms ios objc_app_name

flutter create --template=plugin --ios-language swift --platforms ios,macos swift_plugin_name

flutter create --template=plugin --ios-language objc --platforms ios objc_plugin_name
```
2024-04-24 22:46:20 +00:00
..
.idea Add a more complete app template for Flutter (skeleton) (#83530) 2021-06-28 15:26:04 -07:00
android-java.tmpl Update app Android gradle scripts to use flutter.versionName and flutter.versionCode (#146604) 2024-04-11 13:46:13 +00:00
android-kotlin.tmpl Update app Android gradle scripts to use flutter.versionName and flutter.versionCode (#146604) 2024-04-11 13:46:13 +00:00
android.tmpl Flutter templates example app Gradle memory settings (#146275) 2024-04-04 15:43:52 +00:00
ios-objc.tmpl Add create app and plugin templates for Swift Package Manager (#147082) 2024-04-24 22:46:20 +00:00
ios-swift.tmpl Add create app and plugin templates for Swift Package Manager (#147082) 2024-04-24 22:46:20 +00:00
ios.tmpl Set template and migrate apps to iOS 12 minimum (#140823) 2024-01-03 00:47:40 +00:00
linux.tmpl Add missing call to parent method of GApplication::shutdown, implement GApplication::startup (#136836) 2023-10-20 22:19:57 +00:00
macos.tmpl Add create app and plugin templates for Swift Package Manager (#147082) 2024-04-24 22:46:20 +00:00
web Flutter Web Bootstrapping Improvements (#144434) 2024-03-12 22:41:26 +00:00
windows.tmpl [Windows] Drop support for Windows 7/8 apps in template (#146668) 2024-04-12 01:07:20 +00:00
.gitignore.tmpl No longer include .packages in created .gitignore files (#133484) 2023-08-30 00:40:01 +00:00
analysis_options.yaml.tmpl Update links to old linter site to dart.dev (#129866) 2023-07-01 18:36:10 +00:00
projectName.iml.tmpl Remove .pub directories from iml templates (#109622) 2022-09-09 22:20:12 +00:00