Version 1
Roadmap
Stable release
Core SDK features and easy integration across Android, iOS, Flutter, and React Native.
End Feb 2026βοΈ Core SDKβ
Stable, versioned API for all platforms with a consistent two-step flow and module-based access.
| Feature | Description |
|---|---|
| Initialize β connect | Single flow: initialize with API key and options, then connect with user ID and token. No user attached until connect. |
| Module-based access | Access nutrition, user, theme, and navigation APIs after connect. |
| API stability | Versioned API; breaking changes documented and deprecated gradually where possible. |
π₯ Nutrition moduleβ
Full nutrition experience: diary, plans, recipes, scanning, search, and shopping.
| Feature | Description |
|---|---|
| Diary | Daily nutrition diary with date navigation. |
| Nutrition plans | List and detail views; user's current plan. |
| Recipes | Recipe list and recipe detail screens. |
| Barcode / mobile scanner | Scan products for quick logging. |
| Food search | Search and add foods to meals. |
| Shopping cart | Shopping list management. |
| Add food / meal | Add food and personalised meal flows. |
| Food & meal detail | Detail views for logged items. |
| Settings | Nutrition settings and preferences. |
π± Platform integrationβ
Easy integration and proper hostβSDK communication on every platform.
| Platform | Integration |
|---|---|
| Android | Fragment, View, or Compose embedding; theme and navigation APIs. |
| iOS | UIViewController or SwiftUI embedding; theme and navigation APIs. |
| Flutter | Module embedding; Pigeon API for stable native bridge. |
| React Native | Full-screen and (once fixed) integrated native views; API parity with native SDKs; simplified install and linking. |
π€ Distributionβ
Planned and supported distribution channels per platform.
| Platform | Distribution |
|---|---|
| Android | JitPack / Maven Central planned (no local AAR required). |
| iOS | Swift Package Manager (Bitbucket); other options under consideration. |
| React Native | Public npm package and improved install; install from .tgz/.zip supported. |
| Flutter | Pub package; Pigeon API stability for native communication. |
π Quality & documentationβ
- Startup and memory: Faster SDK init and lower memory use in host apps.
- Documentation: More examples, troubleshooting, and platform-specific guides.
- Sample apps: Updated samples for Android, iOS, Flutter, and React Native to match V1 patterns.