Fujiten is an offline Japanese dictionary application made with the flutter framework.<br><br>

Definition and kanji comes from the EDICT dictionary, compiled as a database from the edict_database project.<br><br>

<big><b>Setup</b></big><br><br>

In order for fujiten to work, the Expression Database and the Kanji Database are needed.<br><br>

The databases can be downloaded and installed from fujiten via the "settings/databases" menu or by downloading the database manually from <a href="https://github.com/odrevet/edict_database">https://github.com/odrevet/edict_database</a>.<br><br>

<big><b>Top menu</b></big><br><br>

<b>Bars</b><br><br>

Access the settings menu.<br><br>

The settings menu allows you to download the dictionaries, set brightness and read legal information.<br><br>

<b>Insert</b><br><br>

<i>Radicals &lt;&gt;</i><br><br>

Will match kanji composed with the selected radicals.<br><br>

<i>Kanji character Ⓚ</i><br><br>

Will match any kanji.<br><br>

<i>Kana character ㋐</i><br><br>

Will match a hiragana/katakana character.<br><br>

<i>Joker .*</i><br><br>

Any match.<br><br>

<b>Convert</b><br><br>

In case your device is not equipped with a Japanese input keyboard, fujiten can convert Latin character (romaji) to hiragana or katakana.<br><br>

Lowercase romaji will be converted to hiragana, uppercase romaji will be converted to katakana.<br><br>

<big><b>Kotoba / Kanji search</b></big><br><br>

When Kotoba is selected, fujiten will search for expression.<br><br>

When Kanji is selected, fujiten will search for kanji.<br><br>

<b>Clear</b><br><br>

Clear the input field.<br><br>

<b>Search</b><br><br>

Run the search.<br><br>

<big><b>Tips</b></big><br><br>

• Search are performed with regular expression, quantifiers "{}" and meta-characters like "." and others can be used<br><br>
• Use search by radical &lt; &gt; when searching for an expression which you do not know a kanji but recognize some of its radicals example: ＜化＞<br><br>
• When no results, add ".*" at the beginning or/and the end of your search
