Before Getting Started

Overview

Clix leverages Firebase Cloud Messaging (FCM) to deliver notifications efficiently. The goal is to ensure a smooth integration process and reliable delivery of push notifications to your app users.

Environment

  • Flutter 3.0.0 or later
  • Dart 2.17.0 or later
  • iOS 14.0+ / Android API 21+
  • Firebase configured in your Flutter app (Firebase setup guide).
    • We recommend using flutterfire for the installation.
Make sure you’ve completed the Firebase setup.If the setup is complete, the following items should be in place.
  1. Make sure GoolgeServies-Info.plist is in your project’s ios > Runner directory and google-services.json is in your project’s android > app > src directory.
  2. Upload the Service Account Key file to the Clix console.

Setup Clix - Manual Installation

Clix Flutter SDK only supports manual installation.

1. Install Dependencies

2. Add Initialization Code

3. Add Capabilities (iOS only)

4. Build and Run

For more details, please refer to the README file on the clix-flutter-sdk GitHub repository.