Environment Setup
Prerequisites
| Tool | Requirement |
|---|---|
| Flutter SDK | Dart SDK >=3.3.0 <4.0.0 |
| Android Studio | With Android SDK |
| Android NDK | Exactly 29.0.13599879 |
| Xcode | macOS only, for iOS builds |
| CocoaPods | gem install cocoapods |
| Git | Version control |
Verify your Flutter installation:
flutter doctor
Install the NDK
The build requires NDK version 29.0.13599879 exactly. Install via Android Studio SDK Manager > SDK Tools > NDK (Side by side), or:
sdkmanager "ndk;29.0.13599879"
Clone and Install Dependencies
git clone <repo-url>
cd Hypno/lucidflow
flutter pub get
All
fluttercommands must be run fromlucidflow/, not the repo root.
iOS — CocoaPods Setup (macOS only)
After flutter pub get, install pods:
cd lucidflow/ios
pod install
cd ..
Re-run pod install whenever packages are added or updated.
Project Identity
| Property | Value |
|---|---|
| Package name | hypnoelp |
| Bundle ID | me.hypnoelp.app |
| Current version | 1.2.1+248 |
| Working directory | lucidflow/ |
| Main branch | master |