Developing
How To Build
You will need the Flutter SDK installed.
Alternatively, clone with submodules (git clone --recursive
) and use vendor/flutter/bin/flutter
. That
is the preferred way for releases.
- Download taginfo-db.db and unpack it somewhere (it's ~9 GB).
- From the
tools
directory, run./update.sh <path_to_taginfo_db>
.- Alternatively, do
curl https://textual.ru/presets.db -o assets/presets.db
- Alternatively, do
echo '{}' > lib/l10n/app_zh.arb
(fixing Dart's localization issues).flutter pub get
.flutter build
.