updated dependencies, added devbox

This commit is contained in:
randogoth 2026-06-19 12:37:17 +03:00
parent dacfc1d059
commit e6b6f39641
13 changed files with 795 additions and 218 deletions

17
justfile Normal file
View file

@ -0,0 +1,17 @@
build:
flutter build apk --release
get:
flutter pub get
upgrade:
flutter clean && flutter pub upgrade
icons:
flutter pub run flutter_launcher_icons
analyze:
flutter analyze
rebuild:
flutter clean && flutter pub upgrade && flutter pub run flutter_launcher_icons