VocaDB / VocaDB-App

VocaDB mobile app

Home Page:https://play.google.com/store/apps/details?id=com.coolappz.Vocadb&pcampaignid=web_share

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

VocaDB mobile app

https://play.google.com/store/apps/details?id=com.coolappz.Vocadb&pcampaignid=web_share

License:MIT License


Languages

Language:Dart 99.3%Language:Shell 0.3%Language:Kotlin 0.2%Language:Swift 0.1%Language:Objective-C 0.0%