roi peker

change example app id / name.

Manually modify in /example macos, linux, ios, android to use
package_id: com.getx.GetXDemo
name: GetX Demo
@@ -38,7 +38,7 @@ android { @@ -38,7 +38,7 @@ android {
38 38
39 defaultConfig { 39 defaultConfig {
40 // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). 40 // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
41 - applicationId "com.example.get_state" 41 + applicationId "com.getx.GetXDemo"
42 minSdkVersion 16 42 minSdkVersion 16
43 targetSdkVersion 28 43 targetSdkVersion 28
44 versionCode flutterVersionCode.toInteger() 44 versionCode flutterVersionCode.toInteger()
1 -<manifest xmlns:android="http://schemas.android.com/apk/res/android"  
2 - package="com.example.get_state"> 1 +<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.get_state">
3 <!-- io.flutter.app.FlutterApplication is an android.app.Application that 2 <!-- io.flutter.app.FlutterApplication is an android.app.Application that
4 calls FlutterMain.startInitialization(this); in its onCreate method. 3 calls FlutterMain.startInitialization(this); in its onCreate method.
5 In most cases you can leave this as-is, but you if you want to provide 4 In most cases you can leave this as-is, but you if you want to provide
6 additional functionality it is fine to subclass or reimplement 5 additional functionality it is fine to subclass or reimplement
7 FlutterApplication and put your custom class here. --> 6 FlutterApplication and put your custom class here. -->
8 - <application  
9 - android:name="io.flutter.app.FlutterApplication"  
10 - android:label="get_state"  
11 - android:icon="@mipmap/ic_launcher">  
12 - <activity  
13 - android:name=".MainActivity"  
14 - android:launchMode="singleTop"  
15 - android:theme="@style/LaunchTheme"  
16 - android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"  
17 - android:hardwareAccelerated="true"  
18 - android:windowSoftInputMode="adjustResize"> 7 + <application android:name="io.flutter.app.FlutterApplication" android:label="GetX Demo" android:icon="@mipmap/ic_launcher">
  8 + <activity android:name=".MainActivity" android:launchMode="singleTop" android:theme="@style/LaunchTheme" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:hardwareAccelerated="true" android:windowSoftInputMode="adjustResize">
19 <!-- Specifies an Android theme to apply to this Activity as soon as 9 <!-- Specifies an Android theme to apply to this Activity as soon as
20 the Android process has started. This theme is visible to the user 10 the Android process has started. This theme is visible to the user
21 while the Flutter UI initializes. After that, this theme continues 11 while the Flutter UI initializes. After that, this theme continues
22 to determine the Window background behind the Flutter UI. --> 12 to determine the Window background behind the Flutter UI. -->
23 - <meta-data  
24 - android:name="io.flutter.embedding.android.NormalTheme"  
25 - android:resource="@style/NormalTheme"  
26 - /> 13 + <meta-data android:name="io.flutter.embedding.android.NormalTheme" android:resource="@style/NormalTheme" />
27 <!-- Displays an Android View that continues showing the launch screen 14 <!-- Displays an Android View that continues showing the launch screen
28 Drawable until Flutter paints its first frame, then this splash 15 Drawable until Flutter paints its first frame, then this splash
29 screen fades out. A splash screen is useful to avoid any visual 16 screen fades out. A splash screen is useful to avoid any visual
30 gap between the end of Android's launch screen and the painting of 17 gap between the end of Android's launch screen and the painting of
31 Flutter's first frame. --> 18 Flutter's first frame. -->
32 - <meta-data  
33 - android:name="io.flutter.embedding.android.SplashScreenDrawable"  
34 - android:resource="@drawable/launch_background"  
35 - /> 19 + <meta-data android:name="io.flutter.embedding.android.SplashScreenDrawable" android:resource="@drawable/launch_background" />
36 <intent-filter> 20 <intent-filter>
37 <action android:name="android.intent.action.MAIN"/> 21 <action android:name="android.intent.action.MAIN"/>
38 <category android:name="android.intent.category.LAUNCHER"/> 22 <category android:name="android.intent.category.LAUNCHER"/>
@@ -40,8 +24,6 @@ @@ -40,8 +24,6 @@
40 </activity> 24 </activity>
41 <!-- Don't delete the meta-data below. 25 <!-- Don't delete the meta-data below.
42 This is used by the Flutter tool to generate GeneratedPluginRegistrant.java --> 26 This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
43 - <meta-data  
44 - android:name="flutterEmbedding"  
45 - android:value="2" /> 27 + <meta-data android:name="flutterEmbedding" android:value="2" />
46 </application> 28 </application>
47 </manifest> 29 </manifest>
@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 archiveVersion = 1; 3 archiveVersion = 1;
4 classes = { 4 classes = {
5 }; 5 };
6 - objectVersion = 46; 6 + objectVersion = 50;
7 objects = { 7 objects = {
8 8
9 /* Begin PBXBuildFile section */ 9 /* Begin PBXBuildFile section */
@@ -302,12 +302,15 @@ @@ -302,12 +302,15 @@
302 "$(PROJECT_DIR)/Flutter", 302 "$(PROJECT_DIR)/Flutter",
303 ); 303 );
304 INFOPLIST_FILE = Runner/Info.plist; 304 INFOPLIST_FILE = Runner/Info.plist;
305 - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 305 + LD_RUNPATH_SEARCH_PATHS = (
  306 + "$(inherited)",
  307 + "@executable_path/Frameworks",
  308 + );
306 LIBRARY_SEARCH_PATHS = ( 309 LIBRARY_SEARCH_PATHS = (
307 "$(inherited)", 310 "$(inherited)",
308 "$(PROJECT_DIR)/Flutter", 311 "$(PROJECT_DIR)/Flutter",
309 ); 312 );
310 - PRODUCT_BUNDLE_IDENTIFIER = com.example.getState; 313 + PRODUCT_BUNDLE_IDENTIFIER = com.getx.GetXDemo;
311 PRODUCT_NAME = "$(TARGET_NAME)"; 314 PRODUCT_NAME = "$(TARGET_NAME)";
312 SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; 315 SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
313 SWIFT_VERSION = 5.0; 316 SWIFT_VERSION = 5.0;
@@ -415,7 +418,8 @@ @@ -415,7 +418,8 @@
415 MTL_ENABLE_DEBUG_INFO = NO; 418 MTL_ENABLE_DEBUG_INFO = NO;
416 SDKROOT = iphoneos; 419 SDKROOT = iphoneos;
417 SUPPORTED_PLATFORMS = iphoneos; 420 SUPPORTED_PLATFORMS = iphoneos;
418 - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; 421 + SWIFT_COMPILATION_MODE = wholemodule;
  422 + SWIFT_OPTIMIZATION_LEVEL = "-O";
419 TARGETED_DEVICE_FAMILY = "1,2"; 423 TARGETED_DEVICE_FAMILY = "1,2";
420 VALIDATE_PRODUCT = YES; 424 VALIDATE_PRODUCT = YES;
421 }; 425 };
@@ -434,12 +438,15 @@ @@ -434,12 +438,15 @@
434 "$(PROJECT_DIR)/Flutter", 438 "$(PROJECT_DIR)/Flutter",
435 ); 439 );
436 INFOPLIST_FILE = Runner/Info.plist; 440 INFOPLIST_FILE = Runner/Info.plist;
437 - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 441 + LD_RUNPATH_SEARCH_PATHS = (
  442 + "$(inherited)",
  443 + "@executable_path/Frameworks",
  444 + );
438 LIBRARY_SEARCH_PATHS = ( 445 LIBRARY_SEARCH_PATHS = (
439 "$(inherited)", 446 "$(inherited)",
440 "$(PROJECT_DIR)/Flutter", 447 "$(PROJECT_DIR)/Flutter",
441 ); 448 );
442 - PRODUCT_BUNDLE_IDENTIFIER = com.example.getState; 449 + PRODUCT_BUNDLE_IDENTIFIER = com.getx.GetXDemo;
443 PRODUCT_NAME = "$(TARGET_NAME)"; 450 PRODUCT_NAME = "$(TARGET_NAME)";
444 SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; 451 SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
445 SWIFT_OPTIMIZATION_LEVEL = "-Onone"; 452 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -461,12 +468,15 @@ @@ -461,12 +468,15 @@
461 "$(PROJECT_DIR)/Flutter", 468 "$(PROJECT_DIR)/Flutter",
462 ); 469 );
463 INFOPLIST_FILE = Runner/Info.plist; 470 INFOPLIST_FILE = Runner/Info.plist;
464 - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 471 + LD_RUNPATH_SEARCH_PATHS = (
  472 + "$(inherited)",
  473 + "@executable_path/Frameworks",
  474 + );
465 LIBRARY_SEARCH_PATHS = ( 475 LIBRARY_SEARCH_PATHS = (
466 "$(inherited)", 476 "$(inherited)",
467 "$(PROJECT_DIR)/Flutter", 477 "$(PROJECT_DIR)/Flutter",
468 ); 478 );
469 - PRODUCT_BUNDLE_IDENTIFIER = com.example.getState; 479 + PRODUCT_BUNDLE_IDENTIFIER = com.getx.GetXDemo;
470 PRODUCT_NAME = "$(TARGET_NAME)"; 480 PRODUCT_NAME = "$(TARGET_NAME)";
471 SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; 481 SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
472 SWIFT_VERSION = 5.0; 482 SWIFT_VERSION = 5.0;
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0"> 3 <plist version="1.0">
4 -<dict> 4 + <dict>
5 <key>CFBundleDevelopmentRegion</key> 5 <key>CFBundleDevelopmentRegion</key>
6 <string>$(DEVELOPMENT_LANGUAGE)</string> 6 <string>$(DEVELOPMENT_LANGUAGE)</string>
7 <key>CFBundleExecutable</key> 7 <key>CFBundleExecutable</key>
@@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
11 <key>CFBundleInfoDictionaryVersion</key> 11 <key>CFBundleInfoDictionaryVersion</key>
12 <string>6.0</string> 12 <string>6.0</string>
13 <key>CFBundleName</key> 13 <key>CFBundleName</key>
14 - <string>get_state</string> 14 + <string>GetX Demo</string>
15 <key>CFBundlePackageType</key> 15 <key>CFBundlePackageType</key>
16 <string>APPL</string> 16 <string>APPL</string>
17 <key>CFBundleShortVersionString</key> 17 <key>CFBundleShortVersionString</key>
@@ -41,5 +41,5 @@ @@ -41,5 +41,5 @@
41 </array> 41 </array>
42 <key>UIViewControllerBasedStatusBarAppearance</key> 42 <key>UIViewControllerBasedStatusBarAppearance</key>
43 <false/> 43 <false/>
44 -</dict> 44 + </dict>
45 </plist> 45 </plist>
1 cmake_minimum_required(VERSION 3.10) 1 cmake_minimum_required(VERSION 3.10)
2 project(runner LANGUAGES CXX) 2 project(runner LANGUAGES CXX)
3 3
4 -set(BINARY_NAME "example")  
5 -set(APPLICATION_ID "com.example.example") 4 +set(BINARY_NAME "GetX demo")
  5 +set(APPLICATION_ID "com.getx.GetXDemo")
6 6
7 cmake_policy(SET CMP0063 NEW) 7 cmake_policy(SET CMP0063 NEW)
8 8
@@ -60,7 +60,7 @@ @@ -60,7 +60,7 @@
60 /* Begin PBXFileReference section */ 60 /* Begin PBXFileReference section */
61 333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = "<group>"; }; 61 333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = "<group>"; };
62 335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneratedPluginRegistrant.swift; sourceTree = "<group>"; }; 62 335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneratedPluginRegistrant.swift; sourceTree = "<group>"; };
63 - 33CC10ED2044A3C60003C045 /* example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "example.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 63 + 33CC10ED2044A3C60003C045 /* example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = example.app; sourceTree = BUILT_PRODUCTS_DIR; };
64 33CC10F02044A3C60003C045 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; 64 33CC10F02044A3C60003C045 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
65 33CC10F22044A3C60003C045 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Runner/Assets.xcassets; sourceTree = "<group>"; }; 65 33CC10F22044A3C60003C045 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Runner/Assets.xcassets; sourceTree = "<group>"; };
66 33CC10F52044A3C60003C045 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; }; 66 33CC10F52044A3C60003C045 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
@@ -194,7 +194,7 @@ @@ -194,7 +194,7 @@
194 isa = PBXProject; 194 isa = PBXProject;
195 attributes = { 195 attributes = {
196 LastSwiftUpdateCheck = 0920; 196 LastSwiftUpdateCheck = 0920;
197 - LastUpgradeCheck = 0930; 197 + LastUpgradeCheck = 1160;
198 ORGANIZATIONNAME = "The Flutter Authors"; 198 ORGANIZATIONNAME = "The Flutter Authors";
199 TargetAttributes = { 199 TargetAttributes = {
200 33CC10EC2044A3C60003C045 = { 200 33CC10EC2044A3C60003C045 = {
@@ -371,6 +371,7 @@ @@ -371,6 +371,7 @@
371 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 371 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
372 CLANG_ENABLE_MODULES = YES; 372 CLANG_ENABLE_MODULES = YES;
373 CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements; 373 CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
  374 + CODE_SIGN_IDENTITY = "-";
374 CODE_SIGN_STYLE = Automatic; 375 CODE_SIGN_STYLE = Automatic;
375 COMBINE_HIDPI_IMAGES = YES; 376 COMBINE_HIDPI_IMAGES = YES;
376 FRAMEWORK_SEARCH_PATHS = ( 377 FRAMEWORK_SEARCH_PATHS = (
@@ -382,6 +383,7 @@ @@ -382,6 +383,7 @@
382 "$(inherited)", 383 "$(inherited)",
383 "@executable_path/../Frameworks", 384 "@executable_path/../Frameworks",
384 ); 385 );
  386 + PRODUCT_BUNDLE_IDENTIFIER = com.getx.GetXDemo;
385 PROVISIONING_PROFILE_SPECIFIER = ""; 387 PROVISIONING_PROFILE_SPECIFIER = "";
386 SWIFT_VERSION = 5.0; 388 SWIFT_VERSION = 5.0;
387 }; 389 };
@@ -501,6 +503,7 @@ @@ -501,6 +503,7 @@
501 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 503 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
502 CLANG_ENABLE_MODULES = YES; 504 CLANG_ENABLE_MODULES = YES;
503 CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements; 505 CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
  506 + CODE_SIGN_IDENTITY = "-";
504 CODE_SIGN_STYLE = Automatic; 507 CODE_SIGN_STYLE = Automatic;
505 COMBINE_HIDPI_IMAGES = YES; 508 COMBINE_HIDPI_IMAGES = YES;
506 FRAMEWORK_SEARCH_PATHS = ( 509 FRAMEWORK_SEARCH_PATHS = (
@@ -512,6 +515,7 @@ @@ -512,6 +515,7 @@
512 "$(inherited)", 515 "$(inherited)",
513 "@executable_path/../Frameworks", 516 "@executable_path/../Frameworks",
514 ); 517 );
  518 + PRODUCT_BUNDLE_IDENTIFIER = com.getx.GetXDemo;
515 PROVISIONING_PROFILE_SPECIFIER = ""; 519 PROVISIONING_PROFILE_SPECIFIER = "";
516 SWIFT_OPTIMIZATION_LEVEL = "-Onone"; 520 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
517 SWIFT_VERSION = 5.0; 521 SWIFT_VERSION = 5.0;
@@ -525,6 +529,7 @@ @@ -525,6 +529,7 @@
525 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 529 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
526 CLANG_ENABLE_MODULES = YES; 530 CLANG_ENABLE_MODULES = YES;
527 CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements; 531 CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements;
  532 + CODE_SIGN_IDENTITY = "-";
528 CODE_SIGN_STYLE = Automatic; 533 CODE_SIGN_STYLE = Automatic;
529 COMBINE_HIDPI_IMAGES = YES; 534 COMBINE_HIDPI_IMAGES = YES;
530 FRAMEWORK_SEARCH_PATHS = ( 535 FRAMEWORK_SEARCH_PATHS = (
@@ -536,6 +541,7 @@ @@ -536,6 +541,7 @@
536 "$(inherited)", 541 "$(inherited)",
537 "@executable_path/../Frameworks", 542 "@executable_path/../Frameworks",
538 ); 543 );
  544 + PRODUCT_BUNDLE_IDENTIFIER = com.getx.GetXDemo;
539 PROVISIONING_PROFILE_SPECIFIER = ""; 545 PROVISIONING_PROFILE_SPECIFIER = "";
540 SWIFT_VERSION = 5.0; 546 SWIFT_VERSION = 5.0;
541 }; 547 };
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <Scheme 2 <Scheme
3 - LastUpgradeVersion = "1000" 3 + LastUpgradeVersion = "1160"
4 version = "1.3"> 4 version = "1.3">
5 <BuildAction 5 <BuildAction
6 parallelizeBuildables = "YES" 6 parallelizeBuildables = "YES"
@@ -27,6 +27,15 @@ @@ -27,6 +27,15 @@
27 selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" 27 selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28 selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" 28 selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29 shouldUseLaunchSchemeArgsEnv = "YES"> 29 shouldUseLaunchSchemeArgsEnv = "YES">
  30 + <MacroExpansion>
  31 + <BuildableReference
  32 + BuildableIdentifier = "primary"
  33 + BlueprintIdentifier = "33CC10EC2044A3C60003C045"
  34 + BuildableName = "example.app"
  35 + BlueprintName = "Runner"
  36 + ReferencedContainer = "container:Runner.xcodeproj">
  37 + </BuildableReference>
  38 + </MacroExpansion>
30 <Testables> 39 <Testables>
31 <TestableReference 40 <TestableReference
32 skipped = "NO"> 41 skipped = "NO">
@@ -39,17 +48,6 @@ @@ -39,17 +48,6 @@
39 </BuildableReference> 48 </BuildableReference>
40 </TestableReference> 49 </TestableReference>
41 </Testables> 50 </Testables>
42 - <MacroExpansion>  
43 - <BuildableReference  
44 - BuildableIdentifier = "primary"  
45 - BlueprintIdentifier = "33CC10EC2044A3C60003C045"  
46 - BuildableName = "example.app"  
47 - BlueprintName = "Runner"  
48 - ReferencedContainer = "container:Runner.xcodeproj">  
49 - </BuildableReference>  
50 - </MacroExpansion>  
51 - <AdditionalOptions>  
52 - </AdditionalOptions>  
53 </TestAction> 51 </TestAction>
54 <LaunchAction 52 <LaunchAction
55 buildConfiguration = "Debug" 53 buildConfiguration = "Debug"
@@ -71,8 +69,6 @@ @@ -71,8 +69,6 @@
71 ReferencedContainer = "container:Runner.xcodeproj"> 69 ReferencedContainer = "container:Runner.xcodeproj">
72 </BuildableReference> 70 </BuildableReference>
73 </BuildableProductRunnable> 71 </BuildableProductRunnable>
74 - <AdditionalOptions>  
75 - </AdditionalOptions>  
76 </LaunchAction> 72 </LaunchAction>
77 <ProfileAction 73 <ProfileAction
78 buildConfiguration = "Release" 74 buildConfiguration = "Release"