Kashif-E / Compose-Multiplatform-Video-Player

This is an example of adding video player to Compose multiplatform ios, android and desktop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compose Multiplatform Video player

Featured in Kotlin weekly and Kotlin weeekly

This example demonstrates how you can use video player in your compose multiplatform app:

  • Android
  • iOS
  • Desktop

Video

Troubleshooting

MacOS on Apple Chip (M1/M2)

If you encounter the error 'pod install' command failed with code 1. run the following commands in the terminal:

sudo softwareupdate --install-rosetta --agree-to-license
sudo gem uninstall ffi && sudo gem install ffi -- --enable-libffi-alloc

kashif_mehmood_ kashif-mehmood kashif-mehmood

About

This is an example of adding video player to Compose multiplatform ios, android and desktop

License:MIT License


Languages

Language:Kotlin 88.0%Language:Ruby 8.9%Language:Swift 3.1%