2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-02-18 23:10:39 +01:00
fluffychat/scripts/update-dependencies.sh

6 lines
125 B
Bash
Executable File

#!/bin/sh -ve
flutter pub get
flutter pub pub run dapackages:dapackages.dart ./pubspec.yaml
flutter pub get
dart fix --apply