Commit a8afc45
Subtitle Styling (#193)
* added vlc subtitle options
* split swift code to multiple files
* updated swift codes
* Bump to 5.0.5
* added subtitle enums
update example code for subtitle styling
* Update flutter_vlc_player_platform_interface/lib/src/enums/subtitles/vlc_subtitle_text_direction.dart
Co-authored-by: Yuri Prykhodko <[email protected]>
* Update flutter_vlc_player_platform_interface/lib/src/enums/subtitles/vlc_subtitle_color.dart
Co-authored-by: Yuri Prykhodko <[email protected]>
* Update flutter_vlc_player_platform_interface/lib/src/utils/options/vlc_subtitle_options.dart
Co-authored-by: Yuri Prykhodko <[email protected]>
* updated subtitle color styling implementation
* updated subtitle thickness option
Co-authored-by: Yuri Prykhodko <[email protected]>1 parent db2d0d8 commit a8afc45
File tree
17 files changed
+1331
-1154
lines changed- flutter_vlc_player_platform_interface
- lib
- src
- enums/subtitles
- utils
- helpers/subtitles
- options
- flutter_vlc_player
- example/lib
- ios/Classes
- lib
- src
17 files changed
+1331
-1154
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
2 | | - | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
5 | 10 | | |
6 | | - | |
| 11 | + | |
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
10 | | - | |
| 15 | + | |
11 | 16 | | |
12 | 17 | | |
13 | | - | |
| 18 | + | |
14 | 19 | | |
15 | 20 | | |
16 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
17 | 25 | | |
18 | 26 | | |
19 | 27 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
23 | 32 | | |
24 | 33 | | |
25 | | - | |
| 34 | + | |
| 35 | + | |
26 | 36 | | |
27 | 37 | | |
28 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
95 | 103 | | |
96 | 104 | | |
97 | 105 | | |
| |||
0 commit comments