diff --git a/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png b/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png
deleted file mode 100644
index f0c677a..0000000
Binary files a/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png and /dev/null differ
diff --git a/android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png b/android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png
deleted file mode 100644
index 3bc1e53..0000000
Binary files a/android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png and /dev/null differ
diff --git a/android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png b/android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png
deleted file mode 100644
index a59c885..0000000
Binary files a/android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png and /dev/null differ
diff --git a/android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png b/android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png
deleted file mode 100644
index 748f473..0000000
Binary files a/android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png and /dev/null differ
diff --git a/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png b/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png
deleted file mode 100644
index b08c864..0000000
Binary files a/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png and /dev/null differ
diff --git a/android/app/src/main/res/drawable/ic_launcher_foreground.xml b/android/app/src/main/res/drawable/ic_launcher_foreground.xml
new file mode 100644
index 0000000..eb5ee1b
--- /dev/null
+++ b/android/app/src/main/res/drawable/ic_launcher_foreground.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
new file mode 100644
index 0000000..b26e945
--- /dev/null
+++ b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
deleted file mode 100644
index 09f69ad..0000000
Binary files a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
deleted file mode 100644
index 467c4b8..0000000
Binary files a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
deleted file mode 100644
index bce23a7..0000000
Binary files a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
deleted file mode 100644
index e074d5c..0000000
Binary files a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
deleted file mode 100644
index 37228eb..0000000
Binary files a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ
diff --git a/android/app/src/main/res/values-night/colors.xml b/android/app/src/main/res/values-night/colors.xml
new file mode 100644
index 0000000..604d9b4
--- /dev/null
+++ b/android/app/src/main/res/values-night/colors.xml
@@ -0,0 +1,4 @@
+
+
+ #1b1827
+
\ No newline at end of file
diff --git a/assets/graphics/icon.png b/assets/graphics/icon.png
deleted file mode 100755
index b7b1e06..0000000
Binary files a/assets/graphics/icon.png and /dev/null differ
diff --git a/assets/graphics/icon.psd b/assets/graphics/icon.psd
deleted file mode 100755
index 9c89925..0000000
Binary files a/assets/graphics/icon.psd and /dev/null differ
diff --git a/assets/graphics/icon.svg b/assets/graphics/icon.svg
new file mode 100644
index 0000000..091d825
--- /dev/null
+++ b/assets/graphics/icon.svg
@@ -0,0 +1,78 @@
+
+
+
+
diff --git a/lib/main.dart b/lib/main.dart
index 2d79ce8..52cdebb 100644
--- a/lib/main.dart
+++ b/lib/main.dart
@@ -21,7 +21,7 @@ import 'package:easy_localization/src/easy_localization_controller.dart';
// ignore: implementation_imports
import 'package:easy_localization/src/localization.dart';
-const String currentVersion = '0.11.6';
+const String currentVersion = '0.11.7';
const String currentReleaseTag =
'v$currentVersion-beta'; // KEEP THIS IN SYNC WITH GITHUB RELEASES
diff --git a/pubspec.lock b/pubspec.lock
index c8a940f..de8753a 100644
--- a/pubspec.lock
+++ b/pubspec.lock
@@ -25,14 +25,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.7"
- archive:
- dependency: transitive
- description:
- name: archive
- sha256: d6347d54a2d8028e0437e3c099f66fdb8ae02c4720c1e7534c9f24c10351f85d
- url: "https://pub.dev"
- source: hosted
- version: "3.3.6"
args:
dependency: transitive
description:
@@ -65,22 +57,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.2.1"
- checked_yaml:
- dependency: transitive
- description:
- name: checked_yaml
- sha256: "3d1505d91afa809d177efd4eed5bb0eb65805097a1463abdd2add076effae311"
- url: "https://pub.dev"
- source: hosted
- version: "2.0.2"
- cli_util:
- dependency: transitive
- description:
- name: cli_util
- sha256: "66f86e916d285c1a93d3b79587d94bd71984a66aac4ff74e524cfa7877f1395c"
- url: "https://pub.dev"
- source: hosted
- version: "0.3.5"
clock:
dependency: transitive
description:
@@ -97,14 +73,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.17.0"
- convert:
- dependency: transitive
- description:
- name: convert
- sha256: "0f08b14755d163f6e2134cb58222dd25ea2a2ee8a195e53983d57c075324d592"
- url: "https://pub.dev"
- source: hosted
- version: "3.1.1"
cross_file:
dependency: transitive
description:
@@ -230,14 +198,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.2.2"
- flutter_launcher_icons:
- dependency: "direct dev"
- description:
- name: flutter_launcher_icons
- sha256: "02dcaf49d405f652b7160e882bacfc02cb497041bb2eab2a49b1c393cf9aac12"
- url: "https://pub.dev"
- source: hosted
- version: "0.12.0"
flutter_lints:
dependency: "direct dev"
description:
@@ -279,10 +239,10 @@ packages:
dependency: transitive
description:
name: flutter_plugin_android_lifecycle
- sha256: "4bef634684b2c7f3468c77c766c831229af829a0cd2d4ee6c1b99558bd14e5d2"
+ sha256: c224ac897bed083dabf11f238dd11a239809b446740be0c2044608c50029ffdf
url: "https://pub.dev"
source: hosted
- version: "2.0.8"
+ version: "2.0.9"
flutter_test:
dependency: "direct dev"
description: flutter
@@ -305,10 +265,10 @@ packages:
dependency: "direct main"
description:
name: html
- sha256: d9793e10dbe0e6c364f4c59bf3e01fb33a9b2a674bc7a1081693dba0614b6269
+ sha256: "79d498e6d6761925a34ee5ea8fa6dfef38607781d2fa91e37523474282af55cb"
url: "https://pub.dev"
source: hosted
- version: "0.15.1"
+ version: "0.15.2"
http:
dependency: "direct main"
description:
@@ -325,14 +285,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "4.0.2"
- image:
- dependency: transitive
- description:
- name: image
- sha256: "483a389d6ccb292b570c31b3a193779b1b0178e7eb571986d9a49904b6861227"
- url: "https://pub.dev"
- source: hosted
- version: "4.0.15"
install_plugin_v2:
dependency: "direct main"
description:
@@ -365,14 +317,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.6.5"
- json_annotation:
- dependency: transitive
- description:
- name: json_annotation
- sha256: c33da08e136c3df0190bd5bbe51ae1df4a7d96e7954d1d7249fea2968a72d317
- url: "https://pub.dev"
- source: hosted
- version: "4.8.0"
lints:
dependency: transitive
description:
@@ -557,14 +501,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.1.4"
- pointycastle:
- dependency: transitive
- description:
- name: pointycastle
- sha256: db7306cf0249f838d1a24af52b5a5887c5bf7f31d8bb4e827d071dc0939ad346
- url: "https://pub.dev"
- source: hosted
- version: "3.6.2"
process:
dependency: transitive
description:
@@ -830,18 +766,18 @@ packages:
dependency: "direct main"
description:
name: webview_flutter
- sha256: "9ba213434f13e760ea0f175fbc4d6bb6aeafd7dfc6c7d973f15d3e47a5d6686e"
+ sha256: b6cd42db3ced5411f3d01599906156885b18e4188f7065a8a351eb84bee347e0
url: "https://pub.dev"
source: hosted
- version: "4.0.5"
+ version: "4.0.6"
webview_flutter_android:
dependency: transitive
description:
name: webview_flutter_android
- sha256: "48c8cfb023168473c0a3a4c21ffea6c23a32cc7156701c39f618b303c6a3c96e"
+ sha256: "5dd3f32b5c2d8f4bf9d05a349e4a65fa718eb137f396f336c3893d558a58fe84"
url: "https://pub.dev"
source: hosted
- version: "3.3.1"
+ version: "3.3.2"
webview_flutter_platform_interface:
dependency: transitive
description:
@@ -854,10 +790,10 @@ packages:
dependency: transitive
description:
name: webview_flutter_wkwebview
- sha256: "283a38c2a2544768033864c698e0133aa9eee0f2c800f494b538a3d1044f7ecb"
+ sha256: "87b6353b40e04f04d5f895a484ad6d92d682d9cce4d2d5b32d2d8aca2448d46e"
url: "https://pub.dev"
source: hosted
- version: "3.1.1"
+ version: "3.2.0"
win32:
dependency: transitive
description:
@@ -882,14 +818,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "6.2.2"
- yaml:
- dependency: transitive
- description:
- name: yaml
- sha256: "23812a9b125b48d4007117254bca50abb6c712352927eece9e155207b1db2370"
- url: "https://pub.dev"
- source: hosted
- version: "3.1.1"
sdks:
dart: ">=2.18.2 <3.0.0"
flutter: ">=3.4.0-17.0.pre"
diff --git a/pubspec.yaml b/pubspec.yaml
index ffbcd1d..a724b56 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
-version: 0.11.6+125 # When changing this, update the tag in main() accordingly
+version: 0.11.7+127 # When changing this, update the tag in main() accordingly
environment:
sdk: '>=2.18.2 <3.0.0'
@@ -64,7 +64,6 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
- flutter_launcher_icons: ^0.12.0
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
@@ -73,12 +72,6 @@ dev_dependencies:
# rules and activating additional ones.
flutter_lints: ^2.0.1
-flutter_icons:
- android: true
- image_path: "assets/graphics/icon.png"
- adaptive_icon_background: "#FFFFFF"
- adaptive_icon_foreground: "assets/graphics/icon.png"
-
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec