template_manifest.json 28.6 KB
Newer Older
1 2 3 4 5 6 7 8
{
    "version": 1.0,
    "_comment": "A listing of all possible template output files.",
    "files": [
        "templates/app/lib/main.dart.tmpl",
        "templates/app/pubspec.yaml.tmpl",
        "templates/app/README.md.tmpl",
        "templates/app/test/widget_test.dart.tmpl",
Ahmed Ashour's avatar
Ahmed Ashour committed
9
        "templates/app/winuwp.tmpl/.gitignore",
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203

        "templates/app_shared/.gitignore.tmpl",
        "templates/app_shared/.idea/libraries/Dart_SDK.xml.tmpl",
        "templates/app_shared/.idea/libraries/KotlinJavaRuntime.xml.tmpl",
        "templates/app_shared/.idea/modules.xml.tmpl",
        "templates/app_shared/.idea/runConfigurations/main_dart.xml.tmpl",
        "templates/app_shared/.idea/workspace.xml.tmpl",
        "templates/app_shared/.metadata.tmpl",
        "templates/app_shared/analysis_options.yaml.tmpl",
        "templates/app_shared/android-java.tmpl/app/build.gradle.tmpl",
        "templates/app_shared/android-java.tmpl/app/src/main/java/androidIdentifier/MainActivity.java.tmpl",
        "templates/app_shared/android-java.tmpl/build.gradle",
        "templates/app_shared/android-java.tmpl/projectName_android.iml.tmpl",
        "templates/app_shared/android-kotlin.tmpl/app/build.gradle.tmpl",
        "templates/app_shared/android-kotlin.tmpl/app/src/main/kotlin/androidIdentifier/MainActivity.kt.tmpl",
        "templates/app_shared/android-kotlin.tmpl/build.gradle",
        "templates/app_shared/android-kotlin.tmpl/projectName_android.iml.tmpl",
        "templates/app_shared/android.tmpl/.gitignore",
        "templates/app_shared/android.tmpl/app/src/debug/AndroidManifest.xml.tmpl",
        "templates/app_shared/android.tmpl/app/src/main/AndroidManifest.xml.tmpl",
        "templates/app_shared/android.tmpl/app/src/main/res/drawable-v21/launch_background.xml",
        "templates/app_shared/android.tmpl/app/src/main/res/drawable/launch_background.xml",
        "templates/app_shared/android.tmpl/app/src/main/res/mipmap-hdpi/ic_launcher.png",
        "templates/app_shared/android.tmpl/app/src/main/res/mipmap-mdpi/ic_launcher.png",
        "templates/app_shared/android.tmpl/app/src/main/res/mipmap-xhdpi/ic_launcher.png",
        "templates/app_shared/android.tmpl/app/src/main/res/mipmap-xxhdpi/ic_launcher.png",
        "templates/app_shared/android.tmpl/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png",
        "templates/app_shared/android.tmpl/app/src/main/res/values-night/styles.xml",
        "templates/app_shared/android.tmpl/app/src/main/res/values/styles.xml",
        "templates/app_shared/android.tmpl/app/src/profile/AndroidManifest.xml.tmpl",
        "templates/app_shared/android.tmpl/gradle.properties.tmpl",
        "templates/app_shared/android.tmpl/gradle/wrapper/gradle-wrapper.properties",
        "templates/app_shared/android.tmpl/settings.gradle",
        "templates/app_shared/ios-objc.tmpl/Runner.xcodeproj/project.pbxproj.tmpl",
        "templates/app_shared/ios-objc.tmpl/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme",
        "templates/app_shared/ios-objc.tmpl/Runner/AppDelegate.h",
        "templates/app_shared/ios-objc.tmpl/Runner/AppDelegate.m",
        "templates/app_shared/ios-objc.tmpl/Runner/main.m",
        "templates/app_shared/ios-swift.tmpl/Runner.xcodeproj/project.pbxproj.tmpl",
        "templates/app_shared/ios-swift.tmpl/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme",
        "templates/app_shared/ios-swift.tmpl/Runner/AppDelegate.swift",
        "templates/app_shared/ios-swift.tmpl/Runner/Runner-Bridging-Header.h",
        "templates/app_shared/ios.tmpl/.gitignore",
        "templates/app_shared/ios.tmpl/Flutter/AppFrameworkInfo.plist",
        "templates/app_shared/ios.tmpl/Flutter/Debug.xcconfig",
        "templates/app_shared/ios.tmpl/Flutter/Release.xcconfig",
        "templates/app_shared/ios.tmpl/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata",
        "templates/app_shared/ios.tmpl/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist",
        "templates/app_shared/ios.tmpl/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings",
        "templates/app_shared/ios.tmpl/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme",
        "templates/app_shared/ios.tmpl/Runner.xcworkspace/contents.xcworkspacedata",
        "templates/app_shared/ios.tmpl/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist",
        "templates/app_shared/ios.tmpl/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings",
        "templates/app_shared/ios.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json",
        "templates/app_shared/ios.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png",
        "templates/app_shared/ios.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png",
        "templates/app_shared/ios.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png",
        "templates/app_shared/ios.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png",
        "templates/app_shared/ios.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png",
        "templates/app_shared/ios.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png",
        "templates/app_shared/ios.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png",
        "templates/app_shared/ios.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png",
        "templates/app_shared/ios.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png",
        "templates/app_shared/ios.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png",
        "templates/app_shared/ios.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png",
        "templates/app_shared/ios.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png",
        "templates/app_shared/ios.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png",
        "templates/app_shared/ios.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png",
        "templates/app_shared/ios.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png",
        "templates/app_shared/ios.tmpl/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json",
        "templates/app_shared/ios.tmpl/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png",
        "templates/app_shared/ios.tmpl/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png",
        "templates/app_shared/ios.tmpl/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png",
        "templates/app_shared/ios.tmpl/Runner/Assets.xcassets/LaunchImage.imageset/README.md",
        "templates/app_shared/ios.tmpl/Runner/Base.lproj/LaunchScreen.storyboard",
        "templates/app_shared/ios.tmpl/Runner/Base.lproj/Main.storyboard",
        "templates/app_shared/ios.tmpl/Runner/Info.plist.tmpl",
        "templates/app_shared/linux.tmpl/.gitignore",
        "templates/app_shared/linux.tmpl/CMakeLists.txt.tmpl",
        "templates/app_shared/linux.tmpl/flutter/CMakeLists.txt",
        "templates/app_shared/linux.tmpl/main.cc",
        "templates/app_shared/linux.tmpl/my_application.cc",
        "templates/app_shared/linux.tmpl/my_application.cc.tmpl",
        "templates/app_shared/linux.tmpl/my_application.h",
        "templates/app_shared/macos.tmpl/.gitignore",
        "templates/app_shared/macos.tmpl/Flutter/Flutter-Debug.xcconfig",
        "templates/app_shared/macos.tmpl/Flutter/Flutter-Release.xcconfig",
        "templates/app_shared/macos.tmpl/Runner.xcodeproj/project.pbxproj.tmpl",
        "templates/app_shared/macos.tmpl/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist",
        "templates/app_shared/macos.tmpl/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme.tmpl",
        "templates/app_shared/macos.tmpl/Runner.xcworkspace/contents.xcworkspacedata",
        "templates/app_shared/macos.tmpl/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist",
        "templates/app_shared/macos.tmpl/Runner/AppDelegate.swift",
        "templates/app_shared/macos.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png",
        "templates/app_shared/macos.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png",
        "templates/app_shared/macos.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png",
        "templates/app_shared/macos.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png",
        "templates/app_shared/macos.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png",
        "templates/app_shared/macos.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png",
        "templates/app_shared/macos.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png",
        "templates/app_shared/macos.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json",
        "templates/app_shared/macos.tmpl/Runner/Base.lproj/MainMenu.xib",
        "templates/app_shared/macos.tmpl/Runner/Configs/AppInfo.xcconfig.tmpl",
        "templates/app_shared/macos.tmpl/Runner/Configs/Debug.xcconfig",
        "templates/app_shared/macos.tmpl/Runner/Configs/Release.xcconfig",
        "templates/app_shared/macos.tmpl/Runner/Configs/Warnings.xcconfig",
        "templates/app_shared/macos.tmpl/Runner/DebugProfile.entitlements",
        "templates/app_shared/macos.tmpl/Runner/Info.plist",
        "templates/app_shared/macos.tmpl/Runner/MainFlutterWindow.swift",
        "templates/app_shared/macos.tmpl/Runner/Release.entitlements",
        "templates/app_shared/projectName.iml.tmpl",
        "templates/app_shared/web/favicon.png.copy.tmpl",
        "templates/app_shared/web/icons/Icon-192.png.copy.tmpl",
        "templates/app_shared/web/icons/Icon-512.png.copy.tmpl",
        "templates/app_shared/web/icons/Icon-maskable-192.png.img.tmpl",
        "templates/app_shared/web/icons/Icon-maskable-512.png.img.tmpl",
        "templates/app_shared/web/index.html.tmpl",
        "templates/app_shared/web/manifest.json.tmpl",
        "templates/app_shared/windows.tmpl/.gitignore",
        "templates/app_shared/windows.tmpl/CMakeLists.txt.tmpl",
        "templates/app_shared/windows.tmpl/flutter/CMakeLists.txt",
        "templates/app_shared/windows.tmpl/runner/CMakeLists.txt",
        "templates/app_shared/windows.tmpl/runner/flutter_window.cpp",
        "templates/app_shared/windows.tmpl/runner/flutter_window.h",
        "templates/app_shared/windows.tmpl/runner/main.cpp.tmpl",
        "templates/app_shared/windows.tmpl/runner/resource.h",
        "templates/app_shared/windows.tmpl/runner/resources/app_icon.ico.img.tmpl",
        "templates/app_shared/windows.tmpl/runner/runner.exe.manifest",
        "templates/app_shared/windows.tmpl/runner/Runner.rc.tmpl",
        "templates/app_shared/windows.tmpl/runner/run_loop.cpp",
        "templates/app_shared/windows.tmpl/runner/run_loop.h",
        "templates/app_shared/windows.tmpl/runner/utils.cpp",
        "templates/app_shared/windows.tmpl/runner/utils.h",
        "templates/app_shared/windows.tmpl/runner/win32_window.cpp",
        "templates/app_shared/windows.tmpl/runner/win32_window.h",
        "templates/app_shared/winuwp.tmpl/CMakeLists.txt",
        "templates/app_shared/winuwp.tmpl/flutter/CMakeLists.txt",
        "templates/app_shared/winuwp.tmpl/project_version",
        "templates/app_shared/winuwp.tmpl/runner_uwp/appxmanifest.in",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/LargeTile.scale-100.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/LargeTile.scale-125.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/LargeTile.scale-150.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/LargeTile.scale-200.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/LargeTile.scale-400.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/LockScreenLogo.scale-200.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/SmallTile.scale-100.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/SmallTile.scale-125.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/SmallTile.scale-150.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/SmallTile.scale-200.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/SmallTile.scale-400.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/SplashScreen.scale-100.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/SplashScreen.scale-125.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/SplashScreen.scale-150.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/SplashScreen.scale-200.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/SplashScreen.scale-400.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/Square150x150Logo.scale-100.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/Square150x150Logo.scale-125.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/Square150x150Logo.scale-150.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/Square150x150Logo.scale-200.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/Square150x150Logo.scale-400.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/Square44x44Logo.altform-unplated_targetsize-16.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/Square44x44Logo.altform-unplated_targetsize-256.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/Square44x44Logo.altform-unplated_targetsize-32.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/Square44x44Logo.altform-unplated_targetsize-48.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/Square44x44Logo.scale-100.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/Square44x44Logo.scale-125.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/Square44x44Logo.scale-150.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/Square44x44Logo.scale-200.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/Square44x44Logo.scale-400.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/Square44x44Logo.targetsize-16.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/Square44x44Logo.targetsize-24.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/Square44x44Logo.targetsize-24_altform-unplated.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/Square44x44Logo.targetsize-256.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/Square44x44Logo.targetsize-32.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/Square44x44Logo.targetsize-48.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/StoreLogo.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/StoreLogo.scale-100.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/StoreLogo.scale-125.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/StoreLogo.scale-150.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/StoreLogo.scale-200.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/StoreLogo.scale-400.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/Wide310x150Logo.scale-200.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/WideTile.scale-100.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/WideTile.scale-125.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/WideTile.scale-150.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/WideTile.scale-200.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Assets/WideTile.scale-400.png.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/CMakeLists.txt.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/CMakeSettings.json",
        "templates/app_shared/winuwp.tmpl/runner_uwp/flutter_frameworkview.cpp",
        "templates/app_shared/winuwp.tmpl/runner_uwp/main.cpp",
        "templates/app_shared/winuwp.tmpl/runner_uwp/resources.pri.img.tmpl",
        "templates/app_shared/winuwp.tmpl/runner_uwp/Windows_TemporaryKey.pfx.img.tmpl",

204 205 206
        "templates/cocoapods/Podfile-ios-objc",
        "templates/cocoapods/Podfile-ios-swift",
        "templates/cocoapods/Podfile-macos",
207

208 209
        "templates/module/android/deferred_component/build.gradle.tmpl",
        "templates/module/android/deferred_component/src/main/AndroidManifest.xml.tmpl",
210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236
        "templates/module/android/gradle/build.gradle.copy.tmpl",
        "templates/module/android/gradle/gradle.properties.tmpl",
        "templates/module/android/host_app_common/app.tmpl/build.gradle.tmpl",
        "templates/module/android/host_app_common/app.tmpl/src/main/AndroidManifest.xml.tmpl",
        "templates/module/android/host_app_common/app.tmpl/src/main/java/androidIdentifier/host/MainActivity.java.tmpl",
        "templates/module/android/host_app_common/app.tmpl/src/main/res/drawable/launch_background.xml",
        "templates/module/android/host_app_common/app.tmpl/src/main/res/mipmap-hdpi/ic_launcher.png",
        "templates/module/android/host_app_common/app.tmpl/src/main/res/values/styles.xml",
        "templates/module/android/host_app_editable/settings.gradle.copy.tmpl",
        "templates/module/android/host_app_ephemeral/settings.gradle.copy.tmpl",
        "templates/module/android/library/Flutter.tmpl/build.gradle.tmpl",
        "templates/module/android/library/Flutter.tmpl/flutter.iml.copy.tmpl",
        "templates/module/android/library/Flutter.tmpl/src/main/AndroidManifest.xml.tmpl",
        "templates/module/android/library/Flutter.tmpl/src/main/java/io/flutter/facade/Flutter.java.tmpl",
        "templates/module/android/library/Flutter.tmpl/src/main/java/io/flutter/facade/FlutterFragment.java.tmpl",
        "templates/module/android/library/include_flutter.groovy.copy.tmpl",
        "templates/module/android/library/settings.gradle.copy.tmpl",
        "templates/module/android/library_new_embedding/Flutter.tmpl/build.gradle.tmpl",
        "templates/module/android/library_new_embedding/Flutter.tmpl/flutter.iml.copy.tmpl",
        "templates/module/android/library_new_embedding/Flutter.tmpl/src/main/AndroidManifest.xml.tmpl",
        "templates/module/android/library_new_embedding/include_flutter.groovy.copy.tmpl",
        "templates/module/android/library_new_embedding/settings.gradle.copy.tmpl",
        "templates/module/common/.gitignore.tmpl",
        "templates/module/common/.idea/libraries/Dart_SDK.xml.tmpl",
        "templates/module/common/.idea/modules.xml.tmpl",
        "templates/module/common/.idea/workspace.xml.tmpl",
        "templates/module/common/.metadata.tmpl",
237
        "templates/module/common/analysis_options.yaml.tmpl",
238 239 240 241 242 243 244 245 246
        "templates/module/common/lib/main.dart.tmpl",
        "templates/module/common/projectName.iml.tmpl",
        "templates/module/common/projectName_android.iml.tmpl",
        "templates/module/common/pubspec.yaml.tmpl",
        "templates/module/common/README.md.tmpl",
        "templates/module/common/test/widget_test.dart.tmpl",
        "templates/module/ios/host_app_ephemeral/Config.tmpl/Debug.xcconfig",
        "templates/module/ios/host_app_ephemeral/Config.tmpl/Flutter.xcconfig",
        "templates/module/ios/host_app_ephemeral/Config.tmpl/Release.xcconfig",
247
        "templates/module/ios/host_app_ephemeral/Flutter/engine/Flutter.podspec.tmpl",
248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291
        "templates/module/ios/host_app_ephemeral/Runner.tmpl/AppDelegate.h",
        "templates/module/ios/host_app_ephemeral/Runner.tmpl/AppDelegate.m",
        "templates/module/ios/host_app_ephemeral/Runner.tmpl/Assets.xcassets/AppIcon.appiconset/Contents.json",
        "templates/module/ios/host_app_ephemeral/Runner.tmpl/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png",
        "templates/module/ios/host_app_ephemeral/Runner.tmpl/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png",
        "templates/module/ios/host_app_ephemeral/Runner.tmpl/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png",
        "templates/module/ios/host_app_ephemeral/Runner.tmpl/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png",
        "templates/module/ios/host_app_ephemeral/Runner.tmpl/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png",
        "templates/module/ios/host_app_ephemeral/Runner.tmpl/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png",
        "templates/module/ios/host_app_ephemeral/Runner.tmpl/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png",
        "templates/module/ios/host_app_ephemeral/Runner.tmpl/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png",
        "templates/module/ios/host_app_ephemeral/Runner.tmpl/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png",
        "templates/module/ios/host_app_ephemeral/Runner.tmpl/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png",
        "templates/module/ios/host_app_ephemeral/Runner.tmpl/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png",
        "templates/module/ios/host_app_ephemeral/Runner.tmpl/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png",
        "templates/module/ios/host_app_ephemeral/Runner.tmpl/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png",
        "templates/module/ios/host_app_ephemeral/Runner.tmpl/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png",
        "templates/module/ios/host_app_ephemeral/Runner.tmpl/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png",
        "templates/module/ios/host_app_ephemeral/Runner.tmpl/Assets.xcassets/LaunchImage.imageset/Contents.json",
        "templates/module/ios/host_app_ephemeral/Runner.tmpl/Assets.xcassets/LaunchImage.imageset/LaunchImage.png",
        "templates/module/ios/host_app_ephemeral/Runner.tmpl/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png",
        "templates/module/ios/host_app_ephemeral/Runner.tmpl/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png",
        "templates/module/ios/host_app_ephemeral/Runner.tmpl/Assets.xcassets/LaunchImage.imageset/README.md",
        "templates/module/ios/host_app_ephemeral/Runner.tmpl/Base.lproj/LaunchScreen.storyboard",
        "templates/module/ios/host_app_ephemeral/Runner.tmpl/Base.lproj/Main.storyboard",
        "templates/module/ios/host_app_ephemeral/Runner.tmpl/Info.plist.tmpl",
        "templates/module/ios/host_app_ephemeral/Runner.tmpl/main.m",
        "templates/module/ios/host_app_ephemeral/Runner.xcodeproj.tmpl/project.pbxproj.tmpl",
        "templates/module/ios/host_app_ephemeral/Runner.xcodeproj.tmpl/project.xcworkspace/contents.xcworkspacedata",
        "templates/module/ios/host_app_ephemeral/Runner.xcodeproj.tmpl/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist",
        "templates/module/ios/host_app_ephemeral/Runner.xcodeproj.tmpl/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings",
        "templates/module/ios/host_app_ephemeral/Runner.xcodeproj.tmpl/xcshareddata/xcschemes/Runner.xcscheme",
        "templates/module/ios/host_app_ephemeral/Runner.xcworkspace.tmpl/contents.xcworkspacedata",
        "templates/module/ios/host_app_ephemeral/Runner.xcworkspace.tmpl/xcshareddata/IDEWorkspaceChecks.plist",
        "templates/module/ios/host_app_ephemeral/Runner.xcworkspace.tmpl/xcshareddata/WorkspaceSettings.xcsettings",
        "templates/module/ios/host_app_ephemeral_cocoapods/Config.tmpl/Debug.xcconfig",
        "templates/module/ios/host_app_ephemeral_cocoapods/Config.tmpl/Release.xcconfig",
        "templates/module/ios/host_app_ephemeral_cocoapods/Podfile.copy.tmpl",
        "templates/module/ios/host_app_ephemeral_cocoapods/Runner.tmpl/AppDelegate.m",
        "templates/module/ios/library/Flutter.tmpl/AppFrameworkInfo.plist",
        "templates/module/ios/library/Flutter.tmpl/podhelper.rb.tmpl",
        "templates/module/ios/library/Flutter.tmpl/projectName.podspec.tmpl",
        "templates/module/ios/library/Flutter.tmpl/README.md",
        "templates/module/README.md",
292

293 294 295 296 297
        "templates/package/.gitignore.tmpl",
        "templates/package/.idea/libraries/Dart_SDK.xml.tmpl",
        "templates/package/.idea/modules.xml.tmpl",
        "templates/package/.idea/workspace.xml.tmpl",
        "templates/package/.metadata.tmpl",
298
        "templates/package/analysis_options.yaml.tmpl",
299 300 301 302 303 304 305
        "templates/package/CHANGELOG.md.tmpl",
        "templates/package/lib/projectName.dart.tmpl",
        "templates/package/LICENSE.tmpl",
        "templates/package/projectName.iml.tmpl",
        "templates/package/pubspec.yaml.tmpl",
        "templates/package/README.md.tmpl",
        "templates/package/test/projectName_test.dart.tmpl",
306

307 308 309 310 311 312
        "templates/plugin/.gitignore.tmpl",
        "templates/plugin/.idea/libraries/Dart_SDK.xml.tmpl",
        "templates/plugin/.idea/modules.xml.tmpl",
        "templates/plugin/.idea/runConfigurations/example_lib_main_dart.xml.tmpl",
        "templates/plugin/.idea/workspace.xml.tmpl",
        "templates/plugin/.metadata.tmpl",
313
        "templates/plugin/analysis_options.yaml.tmpl",
314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337
        "templates/plugin/android-java.tmpl/build.gradle.tmpl",
        "templates/plugin/android-java.tmpl/projectName_android.iml.tmpl",
        "templates/plugin/android-java.tmpl/src/main/java/androidIdentifier/pluginClass.java.tmpl",
        "templates/plugin/android-kotlin.tmpl/build.gradle.tmpl",
        "templates/plugin/android-kotlin.tmpl/projectName_android.iml.tmpl",
        "templates/plugin/android-kotlin.tmpl/src/main/kotlin/androidIdentifier/pluginClass.kt.tmpl",
        "templates/plugin/android.tmpl/.gitignore",
        "templates/plugin/android.tmpl/gradle/wrapper/gradle-wrapper.properties",
        "templates/plugin/android.tmpl/gradle.properties.tmpl",
        "templates/plugin/android.tmpl/settings.gradle.tmpl",
        "templates/plugin/android.tmpl/src/main/AndroidManifest.xml.tmpl",
        "templates/plugin/CHANGELOG.md.tmpl",
        "templates/plugin/ios-objc.tmpl/Classes/pluginClass.h.tmpl",
        "templates/plugin/ios-objc.tmpl/Classes/pluginClass.m.tmpl",
        "templates/plugin/ios-objc.tmpl/projectName.podspec.tmpl",
        "templates/plugin/ios-swift.tmpl/Classes/pluginClass.h.tmpl",
        "templates/plugin/ios-swift.tmpl/Classes/pluginClass.m.tmpl",
        "templates/plugin/ios-swift.tmpl/Classes/SwiftpluginClass.swift.tmpl",
        "templates/plugin/ios-swift.tmpl/projectName.podspec.tmpl",
        "templates/plugin/ios.tmpl/.gitignore",
        "templates/plugin/ios.tmpl/Assets/.gitkeep",
        "templates/plugin/lib/projectName.dart.tmpl",
        "templates/plugin/LICENSE.tmpl",
        "templates/plugin/linux.tmpl/CMakeLists.txt.tmpl",
338 339
        "templates/plugin/linux.tmpl/include/projectName.tmpl/pluginClassSnakeCase.h.tmpl",
        "templates/plugin/linux.tmpl/pluginClassSnakeCase.cc.tmpl",
340 341 342 343 344 345 346
        "templates/plugin/macos.tmpl/Classes/pluginClass.swift.tmpl",
        "templates/plugin/macos.tmpl/projectName.podspec.tmpl",
        "templates/plugin/projectName.iml.tmpl",
        "templates/plugin/pubspec.yaml.tmpl",
        "templates/plugin/README.md.tmpl",
        "templates/plugin/test/projectName_test.dart.tmpl",
        "templates/plugin/windows.tmpl/.gitignore",
347
        "templates/plugin/windows.tmpl/CMakeLists.txt.tmpl",
348 349
        "templates/plugin/windows.tmpl/include/projectName.tmpl/pluginClassSnakeCase.h.tmpl",
        "templates/plugin/windows.tmpl/pluginClassSnakeCase.cpp.tmpl",
350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369
        "templates/plugin/lib/projectName_web.dart.tmpl",

        "templates/skeleton/assets/images/2.0x/flutter_logo.png.img.tmpl",
        "templates/skeleton/assets/images/3.0x/flutter_logo.png.img.tmpl",
        "templates/skeleton/assets/images/flutter_logo.png.img.tmpl",
        "templates/skeleton/l10n.yaml.tmpl",
        "templates/skeleton/lib/main.dart.tmpl",
        "templates/skeleton/lib/src/app.dart.tmpl",
        "templates/skeleton/lib/src/sample_feature/sample_item.dart.tmpl",
        "templates/skeleton/lib/src/sample_feature/sample_item_details_view.dart.tmpl",
        "templates/skeleton/lib/src/sample_feature/sample_item_list_view.dart.tmpl",
        "templates/skeleton/lib/src/localization/app_en.arb.tmpl",
        "templates/skeleton/lib/src/settings/settings_controller.dart.tmpl",
        "templates/skeleton/lib/src/settings/settings_service.dart.tmpl",
        "templates/skeleton/lib/src/settings/settings_view.dart.tmpl",
        "templates/skeleton/pubspec.yaml.tmpl",
        "templates/skeleton/README.md.tmpl",
        "templates/skeleton/test/implementation_test.dart.test.tmpl",
        "templates/skeleton/test/unit_test.dart.tmpl",
        "templates/skeleton/test/widget_test.dart.tmpl"
370
    ]
371
}