mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
feature: Added LibMDK video player backend (#162)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
6e32018183
commit
da354437e3
53 changed files with 1499 additions and 1006 deletions
|
|
@ -69,6 +69,8 @@ dependencies:
|
|||
media_kit_video: ^1.2.4 # For video rendering.
|
||||
media_kit_libs_video: ^1.0.4 # Native video dependencies.
|
||||
audio_service: ^0.18.12
|
||||
fvp: ^0.28.0
|
||||
video_player: ^2.9.2
|
||||
|
||||
# UI Components
|
||||
dynamic_color: ^1.7.0
|
||||
|
|
@ -158,6 +160,7 @@ flutter:
|
|||
- icons/
|
||||
- assets/fonts/
|
||||
- config/
|
||||
- assets/mp-font.ttf
|
||||
|
||||
fonts:
|
||||
- family: Rubik
|
||||
|
|
@ -173,7 +176,3 @@ flutter:
|
|||
style: normal
|
||||
- asset: assets/fonts/opensans/OpenSans-Italic.ttf
|
||||
style: italic
|
||||
|
||||
- family: mp-font
|
||||
fonts:
|
||||
- asset: assets/fonts/mp-font.ttf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue