Changelog

New updates and improvements to FlowConfig.

FlowConfig v1.0.0: Public Launch

ReleaseSDK

We are incredibly excited to announce the official release of FlowConfig v1.0.0! Our mission to completely eliminate App Store review times for configuration updates is now a reality.

The Flutter SDK

  • Published on pub.dev: The official `flowconfig_flutter` SDK is now live. You can install it directly via `flutter pub add flowconfig_flutter`.
  • Real-time Sync: Instant fetching of remote configurations and feature flags directly into your Flutter applications.
  • Maintenance Mode & Force Updates: Built-in UI handlers to lock down your app during maintenance or force users to download critical updates.

The Dashboard

  • Subdomain Routing: The dashboard is now officially segregated to `app.flowconfig.site`, powered by advanced Next.js middleware routing for a seamless auth experience.
  • Premium Marketing Site: Launched our beautifully designed, highly-performant landing pages to showcase FlowConfig.
  • Waitlist Engine: Added robust, bot-protected waitlist signups for our upcoming engineering blog.

Private Beta & Architecture Scaffolding

Beta

We've successfully laid the foundation for the FlowConfig platform. The core infrastructure is built on Next.js 14, Supabase, and Tailwind CSS.

  • Database Schema: Designed the multi-tenant architecture for managing projects, environments, and configuration payloads.
  • Authentication: Integrated Supabase Auth for secure login and signup flows.
  • API Design: Drafted the core REST endpoints that the Flutter SDK will consume.