build: Use correct fcm_shared_isolate version

This commit is contained in:
Christian Kußowski 2025-09-01 10:20:41 +02:00
parent f3312a3e5a
commit aec841545b
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
flutter pub add fcm_shared_isolate:0.1.0
flutter pub add fcm_shared_isolate
flutter pub get
if [[ "$OSTYPE" == "darwin"* ]]; then