/VocaDB-App

VocaDB mobile app

Primary LanguageDartMIT LicenseMIT

Download License: MIT

VocaDB App

VocaDB mobile version with Flutter framework. Also this source code is shared with TouhouDB app too.

Screenshot

Download

VocaDB

TouhouDB

Setup for development

Editor (Optional)

API Documentation

Use dartdoc for generate documentation.

Installing dartdoc

Run pub global activate dartdoc to install the latest version of dartdoc compatible with your SDK.

$ pub global activate dartdoc

Then run dartdoc command to generate document.

$ dartdoc

Document generated result to {current_dir}/doc/api and can open index.html to view it in browser.

UI Translation

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

If anyone would like to update or add more language, You can add/edit and pull request to me.