Changelog
Detailed log of all updates, improvements, and bug fixes for each version.
3.7.3 (26 April 2026)
Added 🌟
- Localisation support — make your app run in multiple languages with ease. Just ask Nowa AI to set it up and it'll handle everything end to end.
- AI font downloads — ask Nowa AI to set any font and, if it's not already in your project, it'll download and set it up automatically. Useful when importing designs from Figma or other tools.
Improved ⚙️
- Package conflict handling — Nowa AI now automatically detects and resolves package conflicts, so you don't have to dig through dependency errors yourself.
Fixed 🩹
- Fixed an issue where the widget menu wasn't working on the web version.
3.7.2 (23 April 2026)
Added 🌟
- New Packaging System — completely revamped integration with pub.dev packages for much greater stability and better handling by Nowa AI when working with external packages.
- Experimental UI Updates — AI has moved to a toolbar at the bottom of the board, accessible by hitting /, with project components visible in real-time. Enable it from App Settings → Project details → Experimentals → "New UX".
Improved ⚙️
- Faster project loading — packages now load after the project opens, so you can start working sooner.
- AI handling of external packages — Nowa AI is now significantly better at working with pub.dev packages across your projects.
Fixed 🩹
- Fixed issues with missing imports — AI can now work with imports properly, resolving problems some users faced on certain projects.
- Fixed an issue with the Rive widget on Web.
- Fixed issues with AI integrating APIs — resolved problems some users ran into when asking the AI to connect to external APIs.
3.6.1 (12 March 2026)
Improved ⚙️
- Editable
main.dart— a new system now lets both you and the AI agent freely modify themain.dartfile without running into issues. - AI stability on weak connections — Nowa now handles weak and moderate internet connections much more gracefully, preventing unexpected disconnects mid-task.
Fixed 🩹
- Fixed an issue where some projects weren't loading correctly after the 3.6 update.
3.6 (6 March 2026)
Added 🌟
- RevenueCat Integration — monetize your iOS and Android apps with in-app purchases using RevenueCat, set up in just a few clicks.
- AI Planning Mode — the AI now deeply analyzes your project, asks clarifying questions, and presents a detailed plan before implementing. Review and refine the plan, then get results built correctly from the first shot with fewer credits.
- Todos in Agent Mode — for complex prompts, the agent creates an internal plan with todos and completes them one by one, ensuring nothing is missed.
- Google Sign-In with Supabase — ask Nowa AI to implement Google Sign-In with Supabase directly.
- Onboarding for New Projects — new projects now include a guided onboarding experience to help you get started.
Improved ⚙️
- AI search & project analysis — the agent searches across your project much faster and consumes far fewer credits. It can also trigger source-code analysis to catch issues Nowa might miss.
- Automatic AI issue reporting — the AI can automatically report issues it encounters (without private data) and provide a report ID for follow-up.
- General performance and stability improvements across the editor.
Fixed 🩹
- Fixed an issue where the AI was adding incorrect package versions. Package versions are now managed by Nowa and default to the latest from pub.dev unless the AI has a specific reason not to.
3.5 (9 February 2026)
Added 🌟
- Nowa Agent V3 — new AI foundation with 4 modes: Instant, Thinking, Deep Thinking, and Max.
- GoRouter by default — all new projects use GoRouter routing with screen paths and deep linking support.
- Git for Local Projects — Git is enabled by default for local projects (commit, history, push/pull).