Skip to content

Commit 0ab76e2

Browse files
committed
fix: sqlite import
1 parent 4b88106 commit 0ab76e2

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Official documentation: [https://bsogulcan.github.io/another-iptv-player](https:
3939
- [x] Global Search
4040
- [x] Video, Audio, and Subtitle Track Selection
4141
- [x] Track Selection Memory
42-
- [ ] Subtitle Customization
42+
- [x] Subtitle Customization
4343
- [ ] Localization (Multi-language Support)
4444
- [ ] M3U & M3U8 Playlist Support
4545
- [ ] EPG (Electronic Program Guide) Support

lib/widgets/player_widget.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import 'package:audio_service/audio_service.dart';
1111
import 'package:flutter/material.dart';
1212
import 'package:media_kit/media_kit.dart' hide PlayerState;
1313
import 'package:media_kit_video/media_kit_video.dart';
14-
import 'package:sqlite3_flutter_libs/sqlite3_flutter_libs.dart';
1514
import '../../models/content_type.dart';
1615
import '../../services/player_state.dart';
1716
import '../../services/service_locator.dart';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: another_iptv_player
22
description: "Another IPTV Player"
33
publish_to: "none"
44

5-
version: 0.5.6+5
5+
version: 0.6.0+5
66

77
environment:
88
sdk: ^3.8.1

0 commit comments

Comments
 (0)