VocaDB mobile version with Flutter framework. Also this source code is shared with TouhouDB app too.
Use dartdoc for generate documentation.
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.
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.