Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 514 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 514 Bytes

jwplayer_flutter

JWPlayer implementation in Google's Flutter framework

Getting Started

Follow the instruction on the link below to install Flutter.

Once installed, either use an IDE (IntelliJ IDEA) or use below Flutter command to run the project. Change directory to this project and run below command.

flutter run

You can also run the iOS project from XCode. Within the project, go to ios directory and open Runner.xcworkspace.