v1.12.8+45
Released: v1.12.8+45
What's Changed
- feat: update translation files by @FriesI23 in #179
- Linux support by @12people in #174
- Fix "Http Error" when running test reporter action on forked repo by @Miaaaim in #181
- chore: suppress artifact in app release action by @FriesI23 in #182
Linux Platform Support
Note: Need to install following dependencies first:
# https://docs.flutter.dev/get-started/install/linux/desktop?tab=vscode#development-tools
sudo apt-get install \
clang cmake git \
ninja-build pkg-config \
libgtk-3-dev liblzma-dev \
libstdc++-12-dev
# https://pub.dev/packages/sqflite_common_ffi#linux
sudo apt-get -y install libsqlite3-0 libsqlite3-dev
Note: Reminder feature temporarily unavailable on Linux desktop.
New Contributors
Full Changelog: v1.12.5+42...v1.12.8+45