Requirements | |
---|---|
Courier Account |
Sign Up
|
Minimum iOS SDK Version |
13.0
|
Minimum Android SDK Version |
23
|
Run the following command at your project's root directory:
flutter pub add courier_flutter
Update your deployment target to iOS 13
From the root of your project run
cd ios && pod install
In your android/build.gradle
make sure your build and repository values are as follows
allprojects {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' } // Add this line
}
}
In your app/build.gradle
update these values
minSdkVersion 23
targetSdkVersion 33+
compileSdkVersion 33+
These are all the available features of the SDK.
Feature | Description | |
---|---|---|
1 |
Authentication
|
Manages user credentials between app sessions. Required if you would like to use Inbox , Push Notifications and Preferences .
|
2 |
Inbox
|
An in-app notification center you can use to notify your users. Comes with a prebuilt UI and also supports fully custom UIs. |
3 |
Push Notifications
|
Automatically manages push notification device tokens and gives convenient functions for handling push notification receiving and clicking. |
4 |
Preferences
|
Allow users to update which types of notifications they would like to receive. |
5 |
CourierClient
|
The base level API wrapper around the Courier endpoints. Useful if you have a highly customized user experience or codebase requirements. |
Project Link |
---|
Example
|
We want to make this the best SDK for managing notifications! Have an idea or feedback about our SDKs? Here are some links to contact us: