chore: Use fixed version of fcm shared isolate

This commit is contained in:
Christian Kußowski 2026-01-20 14:49:04 +01:00
commit 0a5912b20a
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 6 additions and 5 deletions

View file

@ -1,5 +1,5 @@
#!/bin/sh -ve
flutter pub add fcm_shared_isolate:0.1.0
flutter pub add fcm_shared_isolate:0.2.0
sed -i '' 's,//<GOOGLE_SERVICES>,,g' lib/utils/background_push.dart
flutter clean
flutter pub get