You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add to `defaultConfig` section, then replace `PUSHBOTS_APP_ID` and `GOOGLE_SENDER_ID`
52
+
Follow this article to add PushBots service extension in order to be able to use rich media in your iOS app, you'll find `Flutter SDK additional config` at the end of the article, please make sure to follow it:
Add to `defaultConfig` section, then replace `PUSHBOTS_APPLICATION_ID` and `SENDER_ID`
66
+
67
+
````gradle
51
68
defaultConfig {
52
69
// Add PushBots integration data
53
70
manifestPlaceholders = [
@@ -60,27 +77,27 @@ defaultConfig {
60
77
61
78
````
62
79
63
-
64
-
65
-
66
80
### Flutter Usage
67
81
68
-
69
-
Once added `pushbots_flutter` into your `pubspec.yaml`.
70
-
71
82
#### Initializing PushBots:-
72
83
73
84
74
-
You can start by initializing the `PushBotsFlutter` by calling **`PushbotsFlutter.initialize("PUSHBOTS_APPLICATIN_ID", "YOUR_WEBAPI_KEY", "YOUR_FCM_APP_ID", "YOUR_PROJECT_ID");`**
85
+
You can start by initializing the `PushBotsFlutter` by calling
0 commit comments