Context constructor
Context({
- String yamlKeyName = "change_app_name",
- String androidManifestPath = "android/app/src/main/AndroidManifest.xml",
- String pubspecPath = "pubspec.yaml",
- String iosInfoPlistPath = "ios/Runner/Info.plist",
- String ohosPath = "ohos/",
- String windowsCmakePath = "windows/CMakeLists.txt",
- String windowsRunnerRcPath = "windows/runner/Runner.rc",
- String windowsMainCppPath = "windows/runner/main.cpp",
- String linuxCmakePath = "linux/CMakeLists.txt",
- String linuxMyApplicationPath = "linux/runner/my_application.cc",
- String macosAppInfoPath = "macos/Runner/Configs/AppInfo.xcconfig",
- String webManifestPath = "web/manifest.json",
- String webIndexPath = "web/index.html",
Implementation
Context({
this.yamlKeyName = "change_app_name",
this.androidManifestPath = "android/app/src/main/AndroidManifest.xml",
this.pubspecPath = "pubspec.yaml",
this.iosInfoPlistPath = "ios/Runner/Info.plist",
this.ohosPath = "ohos/",
this.windowsCmakePath = "windows/CMakeLists.txt",
this.windowsRunnerRcPath = "windows/runner/Runner.rc",
this.windowsMainCppPath = "windows/runner/main.cpp",
this.linuxCmakePath = "linux/CMakeLists.txt",
this.linuxMyApplicationPath = "linux/runner/my_application.cc",
this.macosAppInfoPath = "macos/Runner/Configs/AppInfo.xcconfig",
this.webManifestPath = "web/manifest.json",
this.webIndexPath = "web/index.html",
});