Configure iOS and Android platforms for push notifications with PNTA Flutter plugin
ios/Runner.xcworkspace
in Xcodeios/Runner/Info.plist
should include:
com.example.your_app
)google-services.json
and place it at android/app/google-services.json
android/build.gradle
:
Add to the buildscript { dependencies { ... } }
block:
android/app/build.gradle
:
Add at the very bottom: