Skip to content

Commit 9ada4e3

Browse files
perseus - 2.3.0
1 parent b0806fa commit 9ada4e3

File tree

8 files changed

+46
-35
lines changed

8 files changed

+46
-35
lines changed

assets/res/background2.jpg

-77.5 KB
Binary file not shown.

assets/res/background3.jpg

33.7 KB
Loading

lib/src/beginning/pages/settings/settings_pages/phoenix.dart

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,17 @@ class _PhoenixState extends State<Phoenix> {
104104
),
105105
const Padding(padding: EdgeInsets.only(top: 2)),
106106
Text(
107-
"FORTRESS",
107+
changelogs.keys
108+
.toList()[changelogs.length - 1]
109+
.replaceRange(
110+
changelogs.keys
111+
.toList()[changelogs.length - 1]
112+
.length -
113+
8,
114+
changelogs.keys
115+
.toList()[changelogs.length - 1]
116+
.length,
117+
""),
108118
style: TextStyle(
109119
color: Colors.white,
110120
fontWeight: FontWeight.w600,
@@ -371,7 +381,7 @@ class _PhoenixState extends State<Phoenix> {
371381
ChangeNotifierProvider<
372382
Leprovider>(
373383
create: (_) => Leprovider(),
374-
child:const Privacy()),
384+
child: const Privacy()),
375385
),
376386
);
377387
}),

lib/src/beginning/utilities/constants.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ Map<String, String> changelogs = {
4949
"FALL - 2.1.0":
5050
"• Add option to change default artwork.\n• Add option to change glass look.\n• Add pull to refresh.",
5151
"FORTRESS - 2.2.0":
52-
"• Biggest update ever — literally, app is almost thrice the size it used to be.\n• Add ringtone/crossfade/trim.\n• New search UI.\n• New now playing design.\n• Wider lyrics support.\n• Progress bar in mini-playing.\n• Performance improvements.\n• Minor UI changes.\n• Accurate artworks for songs.\n• Support editing songs for all android versions.\n• Smoother seekbar."
52+
"• Biggest update ever — literally, app is almost thrice the size it used to be.\n• Add ringtone/crossfade/trim.\n• New search UI.\n• New now playing design.\n• Wider lyrics support.\n• Progress bar in mini-playing.\n• Performance improvements.\n• Minor UI changes.\n• Accurate artworks for songs.\n• Support editing songs for all android versions.\n• Smoother seekbar.",
53+
"PERSEUS - 2.3.0": "• Upstream everything.\n• Fix crashes during loading.\n• Sort music in albums with date."
5354
};
5455

5556
/// Theme data of entire app

lib/src/beginning/utilities/global_variables.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Uint8List? art2 = art;
1717
Uint8List? defaultArt;
1818
Uint8List? defaultNone;
1919
Uint8List? artwork;
20-
Color nowColor = const Color(0xFF091e25);
21-
Color nowContrast = const Color(0xFF8296a4);
20+
Color nowColor = const Color(0xFF13272f);
21+
Color nowContrast = const Color(0xFFdbdbdc);
2222
AudioModel? advanceAudioData;
2323
Random random = Random();
2424
bool refresh = false;

lib/src/beginning/utilities/init.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import 'has_network.dart';
2121

2222
cacheImages() async {
2323
applicationFileDirectory = await getApplicationDocumentsDirectory();
24-
ByteData bytes = await rootBundle.load('assets/res/background2.jpg');
24+
ByteData bytes = await rootBundle.load('assets/res/background3.jpg');
2525
art = bytes.buffer.asUint8List();
2626
defaultArt = art;
2727
if (!await File("${applicationFileDirectory.path}/artworks/null.jpeg")

pubspec.lock

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ packages:
2828
name: archive
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "3.1.6"
31+
version: "3.1.8"
3232
args:
3333
dependency: transitive
3434
description:
@@ -77,7 +77,7 @@ packages:
7777
name: awesome_notifications
7878
url: "https://pub.dartlang.org"
7979
source: hosted
80-
version: "0.6.19"
80+
version: "0.6.21"
8181
boolean_selector:
8282
dependency: transitive
8383
description:
@@ -201,7 +201,7 @@ packages:
201201
name: flutter_cache_manager
202202
url: "https://pub.dartlang.org"
203203
source: hosted
204-
version: "3.1.3"
204+
version: "3.3.0"
205205
flutter_ffmpeg:
206206
dependency: "direct main"
207207
description:
@@ -229,7 +229,7 @@ packages:
229229
name: flutter_plugin_android_lifecycle
230230
url: "https://pub.dartlang.org"
231231
source: hosted
232-
version: "2.0.4"
232+
version: "2.0.5"
233233
flutter_remixicon:
234234
dependency: "direct main"
235235
description:
@@ -304,7 +304,7 @@ packages:
304304
name: image
305305
url: "https://pub.dartlang.org"
306306
source: hosted
307-
version: "3.0.8"
307+
version: "3.1.1"
308308
image_picker:
309309
dependency: "direct main"
310310
description:
@@ -318,14 +318,14 @@ packages:
318318
name: image_picker_for_web
319319
url: "https://pub.dartlang.org"
320320
source: hosted
321-
version: "2.1.4"
321+
version: "2.1.5"
322322
image_picker_platform_interface:
323323
dependency: transitive
324324
description:
325325
name: image_picker_platform_interface
326326
url: "https://pub.dartlang.org"
327327
source: hosted
328-
version: "2.4.1"
328+
version: "2.4.3"
329329
intl:
330330
dependency: transitive
331331
description:
@@ -472,7 +472,7 @@ packages:
472472
name: path_provider_android
473473
url: "https://pub.dartlang.org"
474474
source: hosted
475-
version: "2.0.7"
475+
version: "2.0.11"
476476
path_provider_ios:
477477
dependency: transitive
478478
description:
@@ -486,28 +486,28 @@ packages:
486486
name: path_provider_linux
487487
url: "https://pub.dartlang.org"
488488
source: hosted
489-
version: "2.1.1"
489+
version: "2.1.5"
490490
path_provider_macos:
491491
dependency: transitive
492492
description:
493493
name: path_provider_macos
494494
url: "https://pub.dartlang.org"
495495
source: hosted
496-
version: "2.0.2"
496+
version: "2.0.5"
497497
path_provider_platform_interface:
498498
dependency: transitive
499499
description:
500500
name: path_provider_platform_interface
501501
url: "https://pub.dartlang.org"
502502
source: hosted
503-
version: "2.0.1"
503+
version: "2.0.3"
504504
path_provider_windows:
505505
dependency: transitive
506506
description:
507507
name: path_provider_windows
508508
url: "https://pub.dartlang.org"
509509
source: hosted
510-
version: "2.0.4"
510+
version: "2.0.5"
511511
pedantic:
512512
dependency: transitive
513513
description:
@@ -542,14 +542,14 @@ packages:
542542
name: platform
543543
url: "https://pub.dartlang.org"
544544
source: hosted
545-
version: "3.0.2"
545+
version: "3.1.0"
546546
plugin_platform_interface:
547547
dependency: transitive
548548
description:
549549
name: plugin_platform_interface
550550
url: "https://pub.dartlang.org"
551551
source: hosted
552-
version: "2.0.2"
552+
version: "2.1.2"
553553
process:
554554
dependency: transitive
555555
description:
@@ -563,14 +563,14 @@ packages:
563563
name: provider
564564
url: "https://pub.dartlang.org"
565565
source: hosted
566-
version: "6.0.1"
566+
version: "6.0.2"
567567
rxdart:
568568
dependency: transitive
569569
description:
570570
name: rxdart
571571
url: "https://pub.dartlang.org"
572572
source: hosted
573-
version: "0.27.2"
573+
version: "0.27.3"
574574
screenshot:
575575
dependency: "direct main"
576576
description:
@@ -652,14 +652,14 @@ packages:
652652
name: sqflite
653653
url: "https://pub.dartlang.org"
654654
source: hosted
655-
version: "2.0.0+4"
655+
version: "2.0.2"
656656
sqflite_common:
657657
dependency: transitive
658658
description:
659659
name: sqflite_common
660660
url: "https://pub.dartlang.org"
661661
source: hosted
662-
version: "2.0.1+1"
662+
version: "2.2.0"
663663
stack_trace:
664664
dependency: transitive
665665
description:
@@ -715,21 +715,21 @@ packages:
715715
name: url_launcher
716716
url: "https://pub.dartlang.org"
717717
source: hosted
718-
version: "6.0.17"
718+
version: "6.0.18"
719719
url_launcher_android:
720720
dependency: transitive
721721
description:
722722
name: url_launcher_android
723723
url: "https://pub.dartlang.org"
724724
source: hosted
725-
version: "6.0.13"
725+
version: "6.0.14"
726726
url_launcher_ios:
727727
dependency: transitive
728728
description:
729729
name: url_launcher_ios
730730
url: "https://pub.dartlang.org"
731731
source: hosted
732-
version: "6.0.13"
732+
version: "6.0.14"
733733
url_launcher_linux:
734734
dependency: transitive
735735
description:
@@ -750,14 +750,14 @@ packages:
750750
name: url_launcher_platform_interface
751751
url: "https://pub.dartlang.org"
752752
source: hosted
753-
version: "2.0.4"
753+
version: "2.0.5"
754754
url_launcher_web:
755755
dependency: transitive
756756
description:
757757
name: url_launcher_web
758758
url: "https://pub.dartlang.org"
759759
source: hosted
760-
version: "2.0.4"
760+
version: "2.0.6"
761761
url_launcher_windows:
762762
dependency: transitive
763763
description:
@@ -785,7 +785,7 @@ packages:
785785
name: win32
786786
url: "https://pub.dartlang.org"
787787
source: hosted
788-
version: "2.2.10"
788+
version: "2.3.6"
789789
xdg_directories:
790790
dependency: transitive
791791
description:
@@ -808,5 +808,5 @@ packages:
808808
source: hosted
809809
version: "3.1.0"
810810
sdks:
811-
dart: ">=2.14.0 <3.0.0"
811+
dart: ">=2.15.0 <3.0.0"
812812
flutter: ">=2.5.0"

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1414
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1515
# Read more about iOS versioning at
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
17-
version: 2.2.0+12
17+
version: 2.3.0+13
1818

1919
environment:
2020
sdk: '>=2.12.0 <3.0.0'
@@ -50,7 +50,7 @@ dependencies:
5050
image_picker: ^0.8.4+4
5151
path_provider: ^2.0.8
5252
permission_handler: ^8.3.0
53-
provider: ^6.0.1
53+
provider: ^6.0.2
5454
share_plus: ^3.0.4
5555

5656

@@ -71,11 +71,11 @@ dependencies:
7171
# WEB Related
7272
html: ^0.15.0
7373
html_unescape: ^2.0.0
74-
url_launcher: ^6.0.13
74+
url_launcher: ^6.0.18
7575

7676

7777
# MISCELLANEOUS
78-
awesome_notifications: ^0.6.19
78+
awesome_notifications: ^0.6.21
7979
screenshot: ^1.2.3
8080

8181

0 commit comments

Comments
 (0)