> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zixflow.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Example Apps

> Example Apps — Zixflow Flutter SDK integration guide.

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:
   ```bash theme={null}
   cd apps/flutter_sample_spm
   ```
3. Create `.env` file with credentials:
   ```
   API_KEY=your_api_key
   ```
4. Get dependencies:
   ```bash theme={null}
   flutter pub get
   ```
5. Run the app:
   ```bash theme={null}
   flutter run
   ```

***
