updated dependencies, added devbox
This commit is contained in:
parent
dacfc1d059
commit
e6b6f39641
13 changed files with 795 additions and 218 deletions
17
justfile
Normal file
17
justfile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue