feat: Upgrade dio version to latest, applied migrations

This commit is contained in:
Anton Stubenbord
2023-02-13 18:13:08 +01:00
parent 26b283b83a
commit c5033792aa
17 changed files with 124 additions and 170 deletions

View 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