steveseguin / vdon_flutter

Mobile app designed to publish in legacy mode to VDO.Ninja; based on the flutter sample app
GNU General Public License v3.0
19 stars 13 forks source link

VDO.Ninja's Flutter app.

Features

Limitations

Compiled Android APK:

https://drive.google.com/file/d/1M0kv5nWLtcfl2JOnsAGiG1zUmkeIVLyZ/view?usp=sharing

How to deploy and run app

You'll need flutter installed and added to your PATH first: https://docs.flutter.dev/get-started/install

You'll also need Android Studio I suppose installed and setup,

But then,to run,

git clone https://github.com/steveseguin/vdon_flutter
cd vdon_flutter
flutter packages get
flutter run

This works okay for Android; macOS users might want to use Xcode directly instead.

Mac users building with xcode may also want to have a real iOS device attached for this to work.

How to build for Android

flutter build apk

How to build for iOS

You'll need to install Flutter and add it to your PATH. You'll also need Xcode installed: https://docs.flutter.dev/get-started/install/macos

You may need to install cocoapods, etc. sudo gem install cocoapods for example.

From the ios folder, you may want to try installing the gems there or whatever is needed.

Once Flutter is installed, Just open the project with XCode, connect a real iOS device to the system, and build the app. The project should be in the ios folder of the repo.

You may need a developer certificate from Apple to build iOS; Apple might have free ones available for testing only, but otherwise, ~ $100 USD.

App store hosted versions

If you make a pull-request to this repo, I can try to update the store-hosted version of the app with your approved changes. The app is free to download from the store.

Supported viewer-side flags

The viewer requires &password=false to be used.

Contributions welcomed