Commit 0cf77a68 authored by Dio Maulana's avatar Dio Maulana

icon native

parent 2b3ed643
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<application android:label="excelso_attendance" android:name="${applicationName}" android:icon="@mipmap/ic_launcher"> <application android:label="Excelso Attendance" android:name="${applicationName}" android:icon="@mipmap/launcher_icon">
<activity android:name=".MainActivity" android:exported="true" 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"> <activity android:name=".MainActivity" android:exported="true" 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">
<!-- Specifies an Android theme to apply to this Activity as soon as <!-- Specifies an Android theme to apply to this Activity as soon as
the Android process has started. This theme is visible to the user the Android process has started. This theme is visible to the user
......
This diff is collapsed.
{ {
"images" : [ "info": {
{ "version": 1,
"size" : "16x16", "author": "xcode"
"idiom" : "mac", },
"filename" : "app_icon_16.png", "images": [
"scale" : "1x" {
}, "size": "16x16",
{ "idiom": "mac",
"size" : "16x16", "filename": "app_icon_16.png",
"idiom" : "mac", "scale": "1x"
"filename" : "app_icon_32.png", },
"scale" : "2x" {
}, "size": "16x16",
{ "idiom": "mac",
"size" : "32x32", "filename": "app_icon_32.png",
"idiom" : "mac", "scale": "2x"
"filename" : "app_icon_32.png", },
"scale" : "1x" {
}, "size": "32x32",
{ "idiom": "mac",
"size" : "32x32", "filename": "app_icon_32.png",
"idiom" : "mac", "scale": "1x"
"filename" : "app_icon_64.png", },
"scale" : "2x" {
}, "size": "32x32",
{ "idiom": "mac",
"size" : "128x128", "filename": "app_icon_64.png",
"idiom" : "mac", "scale": "2x"
"filename" : "app_icon_128.png", },
"scale" : "1x" {
}, "size": "128x128",
{ "idiom": "mac",
"size" : "128x128", "filename": "app_icon_128.png",
"idiom" : "mac", "scale": "1x"
"filename" : "app_icon_256.png", },
"scale" : "2x" {
}, "size": "128x128",
{ "idiom": "mac",
"size" : "256x256", "filename": "app_icon_256.png",
"idiom" : "mac", "scale": "2x"
"filename" : "app_icon_256.png", },
"scale" : "1x" {
}, "size": "256x256",
{ "idiom": "mac",
"size" : "256x256", "filename": "app_icon_256.png",
"idiom" : "mac", "scale": "1x"
"filename" : "app_icon_512.png", },
"scale" : "2x" {
}, "size": "256x256",
{ "idiom": "mac",
"size" : "512x512", "filename": "app_icon_512.png",
"idiom" : "mac", "scale": "2x"
"filename" : "app_icon_512.png", },
"scale" : "1x" {
}, "size": "512x512",
{ "idiom": "mac",
"size" : "512x512", "filename": "app_icon_512.png",
"idiom" : "mac", "scale": "1x"
"filename" : "app_icon_1024.png", },
"scale" : "2x" {
} "size": "512x512",
], "idiom": "mac",
"info" : { "filename": "app_icon_1024.png",
"version" : 1, "scale": "2x"
"author" : "xcode" }
} ]
} }
\ No newline at end of file
...@@ -304,6 +304,14 @@ packages: ...@@ -304,6 +304,14 @@ packages:
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "0.1.1" version: "0.1.1"
get_ip_address:
dependency: "direct main"
description:
name: get_ip_address
sha256: "0e973f1ad61bc4b0b1d99abc2c023d91d1ddb09709f5546f6972ace067c8576d"
url: "https://pub.dev"
source: hosted
version: "0.0.6"
html: html:
dependency: transitive dependency: transitive
description: description:
...@@ -316,10 +324,10 @@ packages: ...@@ -316,10 +324,10 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
name: http name: http
sha256: "6aa2946395183537c8b880962d935877325d6a09a2867c3970c05c0fed6ac482" sha256: "4c3f04bfb64d3efd508d06b41b825542f08122d30bda4933fb95c069d22a4fa3"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "0.13.5" version: "1.0.0"
http_parser: http_parser:
dependency: transitive dependency: transitive
description: description:
......
name: excelso_attendance name: excelso_attendance
description: A new Flutter project. description: Ravintola Online Attendance For Excelso..
# The following line prevents the package from being accidentally published to # The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages. # pub.dev using `flutter pub publish`. This is preferred for private packages.
...@@ -39,7 +39,8 @@ dependencies: ...@@ -39,7 +39,8 @@ dependencies:
flutter_easyloading: ^3.0.5 flutter_easyloading: ^3.0.5
flutter_native_splash: ^2.3.0 flutter_native_splash: ^2.3.0
geolocator: ^9.0.2 geolocator: ^9.0.2
http: ^0.13.5 get_ip_address: ^0.0.6
http: ^1.0.0
quiver: ^3.2.1 quiver: ^3.2.1
shared_preferences: ^2.1.1 shared_preferences: ^2.1.1
url_strategy: ^0.2.0 url_strategy: ^0.2.0
...@@ -50,6 +51,23 @@ dev_dependencies: ...@@ -50,6 +51,23 @@ dev_dependencies:
flutter_test: flutter_test:
sdk: flutter sdk: flutter
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/excelso_logo1.png"
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: true
image_path: "assets/images/excelso_logo1.png"
background_color: "#FFFFFF"
theme_color: "#FFFFFF"
windows:
generate: true
image_path: "assets/images/excelso_logo1.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/images/excelso_logo1.png"
# For information on the generic Dart part of this file, see the # For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec # following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages. # The following section is specific to Flutter packages.
......
web/favicon.png

917 Bytes | W: | H:

web/favicon.png

564 Bytes | W: | H:

web/favicon.png
web/favicon.png
web/favicon.png
web/favicon.png
  • 2-up
  • Swipe
  • Onion skin
web/icons/Icon-192.png

5.17 KB | W: | H:

web/icons/Icon-192.png

9.74 KB | W: | H:

web/icons/Icon-192.png
web/icons/Icon-192.png
web/icons/Icon-192.png
web/icons/Icon-192.png
  • 2-up
  • Swipe
  • Onion skin
web/icons/Icon-512.png

8.06 KB | W: | H:

web/icons/Icon-512.png

24.1 KB | W: | H:

web/icons/Icon-512.png
web/icons/Icon-512.png
web/icons/Icon-512.png
web/icons/Icon-512.png
  • 2-up
  • Swipe
  • Onion skin
web/icons/Icon-maskable-192.png

5.46 KB | W: | H:

web/icons/Icon-maskable-192.png

9.74 KB | W: | H:

web/icons/Icon-maskable-192.png
web/icons/Icon-maskable-192.png
web/icons/Icon-maskable-192.png
web/icons/Icon-maskable-192.png
  • 2-up
  • Swipe
  • Onion skin
web/icons/Icon-maskable-512.png

20.5 KB | W: | H:

web/icons/Icon-maskable-512.png

24.1 KB | W: | H:

web/icons/Icon-maskable-512.png
web/icons/Icon-maskable-512.png
web/icons/Icon-maskable-512.png
web/icons/Icon-maskable-512.png
  • 2-up
  • Swipe
  • Onion skin
{ {
"name": "excelso_attendance", "name": "Excelso Attendance",
"short_name": "excelso_attendance", "short_name": "Excelso Attendance",
"start_url": ".", "start_url": ".",
"display": "standalone", "display": "standalone",
"background_color": "#0175C2", "background_color": "#FFFFFF",
"theme_color": "#0175C2", "theme_color": "#FFFFFF",
"description": "A new Flutter project.", "description": "Ravintola Online Attendance For Excelso.",
"orientation": "portrait-primary", "orientation": "portrait-primary",
"prefer_related_applications": false, "prefer_related_applications": false,
"icons": [ "icons": [
{ {
"src": "icons/Icon-192.png", "src": "icons/Icon-192.png",
"sizes": "192x192", "sizes": "192x192",
"type": "image/png" "type": "image/png"
}, },
{ {
"src": "icons/Icon-512.png", "src": "icons/Icon-512.png",
"sizes": "512x512", "sizes": "512x512",
"type": "image/png" "type": "image/png"
}, },
{ {
"src": "icons/Icon-maskable-192.png", "src": "icons/Icon-maskable-192.png",
"sizes": "192x192", "sizes": "192x192",
"type": "image/png", "type": "image/png",
"purpose": "maskable" "purpose": "maskable"
}, },
{ {
"src": "icons/Icon-maskable-512.png", "src": "icons/Icon-maskable-512.png",
"sizes": "512x512", "sizes": "512x512",
"type": "image/png", "type": "image/png",
"purpose": "maskable" "purpose": "maskable"
} }
] ]
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment