Skip to main content
2025-08-27
Twilio SMS, smarter agent, Google Maps

Twilio SMS and a smarter agent

Rocket now connects with Twilio so your apps can send SMS messages. See the Twilio integration guide for setup instructions.New
  • The AI agent is now smarter: it takes extra time to understand your query before acting, proactively recommends integrations after app creation, and has better awareness of your app state (active integrations, current screens)
Improved
  • Interactive Google Maps can now be added directly inside Flutter apps
Fixed
  • Flutter package manager: Resolved wrong indentations, missing dependencies, and incorrect package versions in follow-up requests. New package versions now align with the current Flutter SDK
  • Supabase + Google Auth: Fixed infinite loader when signing in through Netlify URLs
  • APK builds: Resolved failures caused by outdated or incompatible Flutter packages
2025-08-20
Error handling, integration UX, long threads

Clearer errors and smoother integrations

Improved
  • A banner now appears in the UI when Rocket encounters LLM errors such as overload or inactivity, keeping you informed about system status
  • Success messages are now smarter: when no code changes are needed, you see a clear confirmation instead of the generic “Code has been generated successfully.”
  • Console errors are now retrieved via API and displayed in the UI for easier troubleshooting
  • Instead of asking for an integration key right after your first message, Rocket now suggests next steps, making setup friendlier
  • Better context handling in long threads (2000+ messages) keeps conversations sharp and relevant
Fixed
  • Package manager: Resolved issues where extra strings were added or existing packages were unintentionally removed
2025-08-13
Stability and infrastructure

Behind-the-scenes improvements

This week focused on polishing workflows, squashing bugs, and keeping systems running smoothly so your builds stay fast and stable.
2025-08-06
Custom domains, APK downloads, Figma to Flutter

Custom domains and APK downloads

New
  • Custom domains: Link your Rocket app to your own domain without external setup. Follow the custom domain guide to get started
  • APK downloads: Get an installable Android APK for your app with a single click. No external build tools needed. Learn how to download your APK
Improved
  • Figma to Flutter: Code generation is 35-40% faster, with support for 50+ components, improved detection accuracy, and more consistent color naming. Learn more about Figma integration
  • Supabase Storage: Upload, retrieve, and manage files directly in Rocket with zero setup. Learn about Supabase storage buckets