In a few words
- Set up Firebase (Android) and Apple (iPhone) in the Notifique dashboard
- Install
notifique_pushand Firebase in Flutter - Call
NotifiquePush.initwith yourappId - Test on both phone types if you support both
Before you start
Step 1: Dependencies
Inpubspec.yaml:
flutter pub get.
Firebase in Flutter follows the same steps as native Android (google-services.json, etc.).
Step 2: Start in the app
In Dart, when the app opens:YOUR_APP_ID with the Notifique dashboard ID.
Only
appId in the app, never API keys inside Flutter.Step 3: Test
- Run on Android or iPhone (real device preferred)
- Accept notifications
- Send a test from the dashboard
Checklist
- Credentials in dashboard (Google and/or Apple)
- Firebase configured in Flutter project
-
initwith correctappId - Test on real device

