build: Use gradle in kotlin

This commit is contained in:
Christian Kußowski 2025-07-12 07:59:18 +02:00
commit 4afd9684c9
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
22 changed files with 196 additions and 2262 deletions

View file

@ -0,0 +1,10 @@
#!/usr/bin/env bash
flutter pub add fcm_shared_isolate
flutter pub get
if [[ "$OSTYPE" == "darwin"* ]]; then
sed -i '' 's,//<GOOGLE_SERVICES>,,g' lib/utils/background_push.dart
else
sed -i 's,//<GOOGLE_SERVICES>,,g' lib/utils/background_push.dart
fi