mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-06 01:15:44 -06:00
feat: Upgrade dio version to latest, applied migrations
This commit is contained in:
11
scripts/install_dependencies.sh
Normal file
11
scripts/install_dependencies.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
# Uses flutter submodule dependency
|
||||
git submodules update --init
|
||||
pushd ../
|
||||
pushd packages/paperless_api
|
||||
../../flutter/bin/flutter pub get
|
||||
../../flutter/bin/flutter pub run build_runner build --delete-conflicting-outputs
|
||||
popd
|
||||
flutter/bin/flutter pub get
|
||||
flutter/bin/flutter pub run build_runner build --delete-conflicting-outputs
|
||||
flutter/bin/flutter pub run intl_utils:generate
|
||||
Reference in New Issue
Block a user