diff --git a/assets/images/fog_night.png b/assets/images/fog_night.png index e0b183a..00087da 100644 Binary files a/assets/images/fog_night.png and b/assets/images/fog_night.png differ diff --git a/assets/images/map.png b/assets/images/map.png deleted file mode 100644 index f7a97d9..0000000 Binary files a/assets/images/map.png and /dev/null differ diff --git a/assets/images/storm.png b/assets/images/storm.png index 0a30b68..1f5e371 100644 Binary files a/assets/images/storm.png and b/assets/images/storm.png differ diff --git a/assets/images/thunder.png b/assets/images/thunder.png new file mode 100644 index 0000000..af1e1e1 Binary files /dev/null and b/assets/images/thunder.png differ diff --git a/lib/app/modules/settings.dart b/lib/app/modules/settings.dart index 2a4885b..09c6b52 100644 --- a/lib/app/modules/settings.dart +++ b/lib/app/modules/settings.dart @@ -41,23 +41,23 @@ class _SettingsPageState extends State { } }, ), - SettingLinks( - icon: Icon( - Iconsax.notification, - color: context.theme.iconTheme.color, - ), - text: 'notifications'.tr, - switcher: true, - dropdown: false, - value: settings.notifications, - onChange: (value) { - isar.writeTxn(() async { - settings.notifications = value; - isar.settings.put(settings); - }); - setState(() {}); - }, - ), + // SettingLinks( + // icon: Icon( + // Iconsax.notification, + // color: context.theme.iconTheme.color, + // ), + // text: 'notifications'.tr, + // switcher: true, + // dropdown: false, + // value: settings.notifications, + // onChange: (value) { + // isar.writeTxn(() async { + // settings.notifications = value; + // isar.settings.put(settings); + // }); + // setState(() {}); + // }, + // ), SettingLinks( icon: Icon( Iconsax.location, diff --git a/lib/app/widgets/status.dart b/lib/app/widgets/status.dart index 5fb0513..133ebe9 100644 --- a/lib/app/widgets/status.dart +++ b/lib/app/widgets/status.dart @@ -56,6 +56,7 @@ class Status { case 86: return 'assets/images/snow.png'; case 95: + return 'assets/images/thunder.png'; case 96: case 99: return 'assets/images/storm.png'; diff --git a/pubspec.lock b/pubspec.lock index b155153..8ba7c55 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1006,10 +1006,10 @@ packages: dependency: transitive description: name: xdg_directories - sha256: bd512f03919aac5f1313eb8249f223bacf4927031bf60b02601f81f687689e86 + sha256: ee1505df1426458f7f60aac270645098d318a8b4766d85fde75f76f2e21807d1 url: "https://pub.dev" source: hosted - version: "0.2.0+3" + version: "1.0.0" xml: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 909850e..4fd1b88 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A new Flutter project. publish_to: "none" -version: 1.1.4+15 +version: 1.1.5+16 environment: sdk: ">=2.19.4 <3.0.0"