File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Official documentation: [https://bsogulcan.github.io/another-iptv-player](https:
39
39
- [x] Global Search
40
40
- [x] Video, Audio, and Subtitle Track Selection
41
41
- [x] Track Selection Memory
42
- - [ ] Subtitle Customization
42
+ - [x ] Subtitle Customization
43
43
- [ ] Localization (Multi-language Support)
44
44
- [ ] M3U & M3U8 Playlist Support
45
45
- [ ] EPG (Electronic Program Guide) Support
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import 'package:audio_service/audio_service.dart';
11
11
import 'package:flutter/material.dart' ;
12
12
import 'package:media_kit/media_kit.dart' hide PlayerState;
13
13
import 'package:media_kit_video/media_kit_video.dart' ;
14
- import 'package:sqlite3_flutter_libs/sqlite3_flutter_libs.dart' ;
15
14
import '../../models/content_type.dart' ;
16
15
import '../../services/player_state.dart' ;
17
16
import '../../services/service_locator.dart' ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: another_iptv_player
2
2
description : " Another IPTV Player"
3
3
publish_to : " none"
4
4
5
- version : 0.5.6 +5
5
+ version : 0.6.0 +5
6
6
7
7
environment :
8
8
sdk : ^3.8.1
You can’t perform that action at this time.
0 commit comments