documentations
| Requirement | Value | Scope |
|---|---|---|
compileSdk |
36 or higher | Build time — required to resolve Nubrick Android SDK and its transitive Compose dependencies |
minSdk |
26 or higher | Runtime — minimum Android API level supported by Nubrick |
This repository pins its Flutter SDK with FVM. From the repository root, run:
fvm install
fvm flutter pub getRun the example app with:
cd example
fvm flutter runVS Code uses the pinned SDK automatically through the workspace settings. CI reads the same version from .fvmrc.
