💊 RVX Manager
RVX Manager based on Flutter.
🔽 Download
To download latest Manager, go here and install the provided APK file.
📝 Prerequisites
- Android 8 or higher
- Only compatible with ARMv8 devices
📃 Documentation
The documentation can be found here.
🔴 Issues
For suggestions and bug reports, open an issue here.
🛠️ Building Manager from source
- Setup flutter environment for your platform
- Clone the repository locally
- Add your GitHub token in gradle.properties like this
- Open the project in terminal
- Run
flutter pub get
in terminal - Then
flutter packages pub run build_runner build --delete-conflicting-outputs
(Must be done on each git pull) - To build release APK run
flutter build apk