Skip to content

Commit

Permalink
fixed audio playback issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikh Haziq committed Oct 9, 2024
1 parent 775edb0 commit ebc4478
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/app_config.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AppConfig appConfig = AppConfig(version: 28, codeName: '2.0.3');
AppConfig appConfig = AppConfig(version: 29, codeName: '2.0.4');

class AppConfig {
int version;
Expand Down
2 changes: 1 addition & 1 deletion lib/screens/main_screen/main_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class _MainScreenState extends State<MainScreen> with WindowListener {
isLogged: isLogged,
)
: Scaffold(
body: Column(
body: Column (
children: [
Expanded(
child: Row(
Expand Down
2 changes: 1 addition & 1 deletion lib/screens/settings_screen/settings_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ showPaymentsModal(BuildContext context) {
Navigator.pop(context);
await launchUrl(
Uri.parse(
'upi://pay?cu=INR&pa=sheikhhaziq520@oksbi&pn=Gyawun&am=&tn=Gyawun'),
'upi://pay?cu=INR&pa=sheikhhaziq76@okaxis&pn=Gyawun&am=&tn=Gyawun'),
mode: LaunchMode.externalApplication,
);
},
Expand Down
2 changes: 0 additions & 2 deletions lib/ytmusic/mixins/library.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'package:gyawun/utils/pprint.dart';

import '../helpers.dart';
import '../yt_service_provider.dart';
import 'utils.dart';
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1351,10 +1351,10 @@ packages:
dependency: "direct main"
description:
name: youtube_explode_dart
sha256: "133a65907e6cf839ac7643d92dc5c56b37fcebe4f0a8f0e67716dffa500c0ef0"
sha256: "28dca07fefb4b6518beab95f0c1ef81031f921ed0fe87ebcd9c51378546edfee"
url: "https://pub.dev"
source: hosted
version: "2.2.2"
version: "2.2.3"
sdks:
dart: ">=3.4.1 <4.0.0"
flutter: ">=3.22.0"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: gyawun
description: "A new Flutter project."
publish_to: 'none'
version: 2.0.3+28
version: 2.0.4+29

environment:
sdk: '>=3.4.1 <4.0.0'
Expand All @@ -18,7 +18,7 @@ dependencies:
http: ^1.2.2
hive: ^2.2.3
hive_flutter: ^1.1.0
youtube_explode_dart: ^2.2.2
youtube_explode_dart: ^2.2.3
expandable_page_view: ^1.0.17
get_it: ^7.7.0
cached_network_image: ^3.3.1
Expand Down

0 comments on commit ebc4478

Please sign in to comment.