Skip to content

sb745/VocaDB-X

 
 

Repository files navigation

Download Maintenance

VocaDB X

Fork of the original VocaDB mobile app. Runs on Android 5.0 and above.

Screenshot

What's changed in the fork

  • Updated from Flutter 2 to 3
  • Updated all dependencies
  • Updated target SDK version
  • Properly implemented login
  • Added comments page
  • Many other small fixes and improvements

Download

You can find the latest version on the release page.

Build

Setup for development

flutter pub get
flutter build apk --release

UI Translation

Translation files in are located lib/src/i18n. File should be named {language code}.dart or {language_code}_{country_code}.dart.

Feel free to pull request more languages if you'd like to contribute!

License

Code is licensed under the MIT License. Assets are licensed under CC-BY 4.0.

Please check the VocaDB Wiki for more info regarding licensing.

Contributors

Languages

  • Dart 99.3%
  • Other 0.7%