Skip to content

Commit 0a3973a

Browse files
thamaraiselvamthamaraiselvam
authored andcommitted
icon, splash screen added
1 parent aab533d commit 0a3973a

34 files changed

+401
-19
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Add Numbers - Flutter Game
1+
# Numbers - Flutter Game
22

33
A new Flutter project.
44

android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
FlutterApplication and put your custom class here. -->
99
<application
1010
android:name="io.flutter.app.FlutterApplication"
11-
android:label="numbers"
12-
android:icon="@mipmap/ic_launcher">
11+
android:label="Numbers"
12+
android:icon="@mipmap/launcher_icon">
1313
<activity
1414
android:name=".MainActivity"
1515
android:launchMode="singleTop"
5.35 KB
Loading
3.35 KB
Loading
7.44 KB
Loading
12.2 KB
Loading
16.6 KB
Loading

assets/icon/icon.png

32.9 KB
Loading
75.9 KB
Loading

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
"$(inherited)",
326326
"$(PROJECT_DIR)/Flutter",
327327
);
328-
PRODUCT_BUNDLE_IDENTIFIER = com.example.addNumbers;
328+
PRODUCT_BUNDLE_IDENTIFIER = com.example.numbers;
329329
PRODUCT_NAME = "$(TARGET_NAME)";
330330
VERSIONING_SYSTEM = "apple-generic";
331331
};
@@ -454,7 +454,7 @@
454454
"$(inherited)",
455455
"$(PROJECT_DIR)/Flutter",
456456
);
457-
PRODUCT_BUNDLE_IDENTIFIER = com.example.addNumbers;
457+
PRODUCT_BUNDLE_IDENTIFIER = com.example.numbers;
458458
PRODUCT_NAME = "$(TARGET_NAME)";
459459
VERSIONING_SYSTEM = "apple-generic";
460460
};
@@ -477,7 +477,7 @@
477477
"$(inherited)",
478478
"$(PROJECT_DIR)/Flutter",
479479
);
480-
PRODUCT_BUNDLE_IDENTIFIER = com.example.addNumbers;
480+
PRODUCT_BUNDLE_IDENTIFIER = com.example.numbers;
481481
PRODUCT_NAME = "$(TARGET_NAME)";
482482
VERSIONING_SYSTEM = "apple-generic";
483483
};

0 commit comments

Comments
 (0)