feat: Add iOS Notification Service Extension for localizable push notifications

This commit is contained in:
Christian Kußowski 2025-08-31 09:29:32 +02:00
commit c3d8fed8a9
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
7 changed files with 349 additions and 8 deletions

View file

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