Skip to main content
The SDK includes complete example applications:

Flutter Sample (SPM)

Location: /apps/flutter_sample_spm/ Demonstrates:
  • SDK initialization
  • Firebase Cloud Messaging
  • In-app messaging with inbox
  • Location tracking
  • Event tracking and screen views
  • User identification
  • Settings configuration UI

Flutter Sample (CocoaPods)

Location: /apps/flutter_sample_cocoapods/ Demonstrates:
  • Same features as SPM sample
  • Uses CocoaPods for iOS dependencies

Running Example Apps

  1. Clone the repository
  2. Navigate to sample app:
    cd apps/flutter_sample_spm
    
  3. Create .env file with credentials:
    API_KEY=your_api_key
    
  4. Get dependencies:
    flutter pub get
    
  5. Run the app:
    flutter run