Sample Flutter application with VdoCipher flutter plugin integration.
This app demonstrates how to embed and play videos from your VdoCipher dashboard into your flutter app.
Our Flutter plugin supports Android, iOS and Web platform.
Full Documentation for this package
This sample application can be run as it is without any configuration. Just clone this repository to your local machine and run it on Android or iOS.
- Make sure you have flutter development set up on your local machine.
- Clone this repository to your local machine.
- Open the project in Android Studio.
- Open
pubspec.yaml
, click on "Pub get" in the top right. Alternatively, runflutter pub get
in your app's root directory. - Run the app on a physical android device.