build: Use 0.1.0 fcm_shared_isolate on ios

Signed-off-by: Krille <c.kussowski@famedly.com>
This commit is contained in:
Krille 2025-04-23 08:25:40 +02:00
parent 2b046b916e
commit 9069c61b97
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -1,5 +1,6 @@
#!/bin/sh -ve
git apply ./scripts/enable-android-google-services.patch
yq eval '.dependencies.fcm_shared_isolate = "0.1.0"' -i pubspec.yaml # Workaround: 0.2.0 does not work on iOS
flutter clean
flutter pub get
cd ios