Updated Launchericon
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 18 KiB |
BIN
assets/logo/icon/ic_launcher.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
assets/logo/icon/ic_launcher_adaptive_back.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
assets/logo/icon/ic_launcher_adaptive_fore.png
Normal file
After Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 244 KiB After Width: | Height: | Size: 172 KiB |
Before Width: | Height: | Size: 869 B After Width: | Height: | Size: 579 B |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 964 B |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 14 KiB |
@ -42,7 +42,6 @@ dependencies:
|
||||
http: ^0.13.5
|
||||
shared_preferences: ^2.0.15
|
||||
provider: ^6.0.4
|
||||
web_socket_channel: ^2.2.0
|
||||
jiffy: ^5.0.0
|
||||
timetable_view: ^0.3.0
|
||||
json_annotation: ^4.8.0
|
||||
@ -57,6 +56,7 @@ dependencies:
|
||||
url: https://github.com/provokateurin/nextcloud-neon
|
||||
path: packages/nextcloud
|
||||
flutter_launcher_icons: ^0.11.0
|
||||
pretty_json: ^2.0.0
|
||||
|
||||
dependency_overrides:
|
||||
xml: ^6.2.2
|
||||
@ -259,7 +259,7 @@ flutter_icons:
|
||||
android: true
|
||||
ios: true
|
||||
remove_alpha_ios: true
|
||||
image_path: "assets/logo/icon/appIcon.png"
|
||||
adaptive_icon_background: "assets/logo/icon/adaptive_back.png" # only available for Android 8.0 devices and above
|
||||
adaptive_icon_foreground: "assets/logo/icon/adaptive_fore.png" # only available for Android 8.0 devices and above
|
||||
image_path: "assets/logo/icon/ic_launcher.png"
|
||||
adaptive_icon_background: "assets/logo/icon/ic_launcher_adaptive_back.png" # only available for Android 8.0 devices and above
|
||||
adaptive_icon_foreground: "assets/logo/icon/ic_launcher_adaptive_fore.png" # only available for Android 8.0 devices and above
|
||||
min_sdk_android: 16 # android min sdk min:16, default 21
|