Browse Source

change icon app

smf
daivp 4 years ago
parent
commit
a54ae06266
57 changed files with 26 additions and 22 deletions
  1. +2
    -2
      android/app/release/output-metadata.json
  2. +4
    -0
      android/app/src/main/AndroidManifest.xml
  3. BIN
      android/app/src/main/ic_launcher-playstore.png
  4. BIN
      android/app/src/main/res/mipmap-hdpi/ic_launcher.png
  5. BIN
      android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
  6. BIN
      android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
  7. BIN
      android/app/src/main/res/mipmap-hdpi/ic_stat_smartfarm.png
  8. BIN
      android/app/src/main/res/mipmap-mdpi/ic_launcher.png
  9. BIN
      android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
  10. BIN
      android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
  11. BIN
      android/app/src/main/res/mipmap-mdpi/ic_stat_smartfarm.png
  12. BIN
      android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
  13. BIN
      android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
  14. BIN
      android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
  15. BIN
      android/app/src/main/res/mipmap-xhdpi/ic_stat_smartfarm.png
  16. BIN
      android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
  17. BIN
      android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
  18. BIN
      android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
  19. BIN
      android/app/src/main/res/mipmap-xxhdpi/ic_stat_smartfarm.png
  20. BIN
      android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
  21. BIN
      android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
  22. BIN
      android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
  23. BIN
      android/app/src/main/res/mipmap-xxxhdpi/ic_stat_smartfarm.png
  24. BIN
      android/app/src/main/res/mipmap-xxxhdpi/splash.png
  25. BIN
      assets/png/logo.png
  26. BIN
      assets/png/logoWithSlogan.png
  27. BIN
      assets/png/splash.png
  28. +6
    -6
      ios/Runner.xcodeproj/project.pbxproj
  29. +8
    -8
      ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
  30. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  31. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  32. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  33. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  34. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  35. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  36. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  37. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  38. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  39. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  40. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  41. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  42. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  43. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  44. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  45. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  46. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  47. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  48. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  49. BIN
      ios/Runner/Assets.xcassets/LaunchImage.imageset/AZteam-1.png
  50. BIN
      ios/Runner/Assets.xcassets/LaunchImage.imageset/AZteam-2.png
  51. BIN
      ios/Runner/Assets.xcassets/LaunchImage.imageset/AZteam.png
  52. +3
    -3
      ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json
  53. BIN
      ios/Runner/Assets.xcassets/LaunchImage.imageset/Smartfarm_transparent-1.png
  54. BIN
      ios/Runner/Assets.xcassets/LaunchImage.imageset/Smartfarm_transparent-2.png
  55. BIN
      ios/Runner/Assets.xcassets/LaunchImage.imageset/Smartfarm_transparent.png
  56. +2
    -2
      lib/presentation/screens/login/view/widget_top_welcome.dart
  57. +1
    -1
      pubspec.yaml

+ 2
- 2
android/app/release/output-metadata.json View File

@@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"properties": [],
"versionCode": 5,
"versionName": "1.0.1",
"versionCode": 6,
"versionName": "1.1.1",
"enabled": true,
"outputFile": "app-release.apk"
}

+ 4
- 0
android/app/src/main/AndroidManifest.xml View File

@@ -6,12 +6,16 @@
additional functionality it is fine to subclass or reimplement
FlutterApplication and put your custom class here. -->
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.CAMERA" />
<application
android:name=".Application"
android:label="Smart Farm"
android:icon="@mipmap/ic_launcher"
android:requestLegacyExternalStorage="true">
<meta-data
android:name="com.google.firebase.messaging.default_notification_icon"
android:resource="@mipmap/ic_stat_smartfarm" />
<activity
android:name="de.mintware.barcode_scan.BarcodeScannerActivity"
android:label="" />

BIN
android/app/src/main/ic_launcher-playstore.png View File

Before After
Width: 512  |  Height: 512  |  Size: 13KB Width: 512  |  Height: 512  |  Size: 17KB

BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher.png View File

Before After
Width: 72  |  Height: 72  |  Size: 1.3KB Width: 72  |  Height: 72  |  Size: 2.3KB

BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png View File

Before After
Width: 162  |  Height: 162  |  Size: 1.9KB Width: 162  |  Height: 162  |  Size: 2.5KB

BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png View File

Before After
Width: 72  |  Height: 72  |  Size: 3.4KB Width: 72  |  Height: 72  |  Size: 4.5KB

BIN
android/app/src/main/res/mipmap-hdpi/ic_stat_smartfarm.png View File

Before After
Width: 36  |  Height: 36  |  Size: 1.4KB

BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher.png View File

Before After
Width: 48  |  Height: 48  |  Size: 773B Width: 48  |  Height: 48  |  Size: 1.6KB

BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png View File

Before After
Width: 108  |  Height: 108  |  Size: 1.3KB Width: 108  |  Height: 108  |  Size: 1.8KB

BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png View File

Before After
Width: 48  |  Height: 48  |  Size: 2.1KB Width: 48  |  Height: 48  |  Size: 2.9KB

BIN
android/app/src/main/res/mipmap-mdpi/ic_stat_smartfarm.png View File

Before After
Width: 24  |  Height: 24  |  Size: 1.0KB

BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher.png View File

Before After
Width: 96  |  Height: 96  |  Size: 1.7KB Width: 96  |  Height: 96  |  Size: 2.8KB

BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png View File

Before After
Width: 216  |  Height: 216  |  Size: 2.6KB Width: 216  |  Height: 216  |  Size: 3.4KB

BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png View File

Before After
Width: 96  |  Height: 96  |  Size: 4.9KB Width: 96  |  Height: 96  |  Size: 6.3KB

BIN
android/app/src/main/res/mipmap-xhdpi/ic_stat_smartfarm.png View File

Before After
Width: 48  |  Height: 48  |  Size: 2.0KB

BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png View File

Before After
Width: 144  |  Height: 144  |  Size: 2.6KB Width: 144  |  Height: 144  |  Size: 3.6KB

BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png View File

Before After
Width: 324  |  Height: 324  |  Size: 3.9KB Width: 324  |  Height: 324  |  Size: 4.8KB

BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png View File

Before After
Width: 144  |  Height: 144  |  Size: 7.7KB Width: 144  |  Height: 144  |  Size: 9.2KB

BIN
android/app/src/main/res/mipmap-xxhdpi/ic_stat_smartfarm.png View File

Before After
Width: 72  |  Height: 72  |  Size: 2.5KB

BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png View File

Before After
Width: 192  |  Height: 192  |  Size: 3.3KB Width: 192  |  Height: 192  |  Size: 5.0KB

BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png View File

Before After
Width: 432  |  Height: 432  |  Size: 5.5KB Width: 432  |  Height: 432  |  Size: 6.5KB

BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png View File

Before After
Width: 192  |  Height: 192  |  Size: 11KB Width: 192  |  Height: 192  |  Size: 13KB

BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_stat_smartfarm.png View File

Before After
Width: 96  |  Height: 96  |  Size: 3.8KB

BIN
android/app/src/main/res/mipmap-xxxhdpi/splash.png View File

Before After
Width: 1080  |  Height: 1920  |  Size: 22KB Width: 1080  |  Height: 1920  |  Size: 25KB

BIN
assets/png/logo.png View File

Before After
Width: 792  |  Height: 146  |  Size: 11KB Width: 1024  |  Height: 1024  |  Size: 18KB

BIN
assets/png/logoWithSlogan.png View File

Before After
Width: 792  |  Height: 146  |  Size: 11KB Width: 1024  |  Height: 1024  |  Size: 18KB

BIN
assets/png/splash.png View File

Before After
Width: 1080  |  Height: 1920  |  Size: 22KB

+ 6
- 6
ios/Runner.xcodeproj/project.pbxproj View File

@@ -361,7 +361,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = 9;
CURRENT_PROJECT_VERSION = 11;
DEVELOPMENT_TEAM = C3DTD2JH94;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
@@ -377,7 +377,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 1.0.5;
MARKETING_VERSION = 1.1.0;
PRODUCT_BUNDLE_IDENTIFIER = vn.azteam.farmdemo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
@@ -500,7 +500,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = 9;
CURRENT_PROJECT_VERSION = 11;
DEVELOPMENT_TEAM = C3DTD2JH94;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
@@ -516,7 +516,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 1.0.5;
MARKETING_VERSION = 1.1.0;
PRODUCT_BUNDLE_IDENTIFIER = vn.azteam.farmdemo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
@@ -533,7 +533,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = 9;
CURRENT_PROJECT_VERSION = 11;
DEVELOPMENT_TEAM = C3DTD2JH94;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
@@ -549,7 +549,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 1.0.5;
MARKETING_VERSION = 1.1.0;
PRODUCT_BUNDLE_IDENTIFIER = vn.azteam.farmdemo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";

+ 8
- 8
ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json View File

@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "Icon-App-20x20@2x-1.png",
"filename" : "[email protected]",
"idiom" : "iphone",
"scale" : "2x",
"size" : "20x20"
@@ -13,13 +13,13 @@
"size" : "20x20"
},
{
"filename" : "Icon-App-29x29@1x-1.png",
"filename" : "[email protected]",
"idiom" : "iphone",
"scale" : "1x",
"size" : "29x29"
},
{
"filename" : "Icon-App-29x29@2x-1.png",
"filename" : "[email protected]",
"idiom" : "iphone",
"scale" : "2x",
"size" : "29x29"
@@ -31,7 +31,7 @@
"size" : "29x29"
},
{
"filename" : "Icon-App-40x40@2x-1.png",
"filename" : "[email protected]",
"idiom" : "iphone",
"scale" : "2x",
"size" : "40x40"
@@ -61,19 +61,19 @@
"size" : "20x20"
},
{
"filename" : "[email protected]",
"filename" : "Icon-App-20x20@2x-1.png",
"idiom" : "ipad",
"scale" : "2x",
"size" : "20x20"
},
{
"filename" : "[email protected]",
"filename" : "Icon-App-29x29@1x-1.png",
"idiom" : "ipad",
"scale" : "1x",
"size" : "29x29"
},
{
"filename" : "[email protected]",
"filename" : "Icon-App-29x29@2x-1.png",
"idiom" : "ipad",
"scale" : "2x",
"size" : "29x29"
@@ -85,7 +85,7 @@
"size" : "40x40"
},
{
"filename" : "[email protected]",
"filename" : "Icon-App-40x40@2x-1.png",
"idiom" : "ipad",
"scale" : "2x",
"size" : "40x40"

BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] View File

Before After
Width: 20  |  Height: 20  |  Size: 392B Width: 20  |  Height: 20  |  Size: 1.2KB

BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] View File

Before After
Width: 40  |  Height: 40  |  Size: 1.0KB Width: 40  |  Height: 40  |  Size: 2.9KB

BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] View File

Before After
Width: 40  |  Height: 40  |  Size: 1.0KB Width: 40  |  Height: 40  |  Size: 2.9KB

BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] View File

Before After
Width: 60  |  Height: 60  |  Size: 1.8KB Width: 60  |  Height: 60  |  Size: 4.6KB

BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] View File

Before After
Width: 29  |  Height: 29  |  Size: 696B Width: 29  |  Height: 29  |  Size: 2.0KB

BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] View File

Before After
Width: 29  |  Height: 29  |  Size: 696B Width: 29  |  Height: 29  |  Size: 2.0KB

BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] View File

Before After
Width: 58  |  Height: 58  |  Size: 1.7KB Width: 58  |  Height: 58  |  Size: 4.4KB

BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] View File

Before After
Width: 58  |  Height: 58  |  Size: 1.7KB Width: 58  |  Height: 58  |  Size: 4.4KB

BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] View File

Before After
Width: 87  |  Height: 87  |  Size: 2.8KB Width: 87  |  Height: 87  |  Size: 6.1KB

BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] View File

Before After
Width: 40  |  Height: 40  |  Size: 1.0KB Width: 40  |  Height: 40  |  Size: 2.9KB

BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] View File

Before After
Width: 80  |  Height: 80  |  Size: 2.5KB Width: 80  |  Height: 80  |  Size: 5.7KB

BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] View File

Before After
Width: 80  |  Height: 80  |  Size: 2.5KB Width: 80  |  Height: 80  |  Size: 5.7KB

BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] View File

Before After
Width: 120  |  Height: 120  |  Size: 4.0KB Width: 120  |  Height: 120  |  Size: 8.4KB

BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] View File

Before After
Width: 120  |  Height: 120  |  Size: 4.0KB Width: 120  |  Height: 120  |  Size: 8.4KB

BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] View File

Before After
Width: 180  |  Height: 180  |  Size: 6.4KB Width: 180  |  Height: 180  |  Size: 12KB

BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] View File

Before After
Width: 76  |  Height: 76  |  Size: 2.3KB Width: 76  |  Height: 76  |  Size: 5.6KB

BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] View File

Before After
Width: 152  |  Height: 152  |  Size: 5.4KB Width: 152  |  Height: 152  |  Size: 10KB

BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] View File

Before After
Width: 167  |  Height: 167  |  Size: 5.9KB Width: 167  |  Height: 167  |  Size: 11KB

BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] View File

Before After
Width: 1024  |  Height: 1024  |  Size: 30KB Width: 1024  |  Height: 1024  |  Size: 20KB

BIN
ios/Runner/Assets.xcassets/LaunchImage.imageset/AZteam-1.png View File

Before After
Width: 792  |  Height: 146  |  Size: 11KB

BIN
ios/Runner/Assets.xcassets/LaunchImage.imageset/AZteam-2.png View File

Before After
Width: 792  |  Height: 146  |  Size: 11KB

BIN
ios/Runner/Assets.xcassets/LaunchImage.imageset/AZteam.png View File

Before After
Width: 792  |  Height: 146  |  Size: 11KB

+ 3
- 3
ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json View File

@@ -1,17 +1,17 @@
{
"images" : [
{
"filename" : "AZteam.png",
"filename" : "Smartfarm_transparent.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "AZteam-1.png",
"filename" : "Smartfarm_transparent-1.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "AZteam-2.png",
"filename" : "Smartfarm_transparent-2.png",
"idiom" : "universal",
"scale" : "3x"
}

BIN
ios/Runner/Assets.xcassets/LaunchImage.imageset/Smartfarm_transparent-1.png View File

Before After
Width: 1024  |  Height: 1024  |  Size: 18KB

BIN
ios/Runner/Assets.xcassets/LaunchImage.imageset/Smartfarm_transparent-2.png View File

Before After
Width: 1024  |  Height: 1024  |  Size: 18KB

BIN
ios/Runner/Assets.xcassets/LaunchImage.imageset/Smartfarm_transparent.png View File

Before After
Width: 1024  |  Height: 1024  |  Size: 18KB

+ 2
- 2
lib/presentation/screens/login/view/widget_top_welcome.dart View File

@@ -7,14 +7,14 @@ class WidgetTopWelcome extends StatelessWidget {
return Column(
children: <Widget>[
SizedBox(
height: 80,
height: 60,
),
SizedBox(
width: 180,
child: Image.asset(AppAssets.logoWithSlogan),
),
SizedBox(
height: 80,
height: 60,
),
],
);

+ 1
- 1
pubspec.yaml View File

@@ -2,7 +2,7 @@ name: farm_tpf
description: A new Flutter project.

publish_to: 'none'
version: 1.0.1+5
version: 1.1.1+6

environment:
sdk: ">=2.7.0 <3.0.0"

Loading…
Cancel
Save