Dev Tools · 1h ago
Flutter Skin Engine Enables Live Theme Updates Without App Store
Flutter developer Koukibadr built flutter_skin, a runtime skin engine that lets developers update app colors and themes remotely via a dashboard. Changes propagate to all devices within 1-2 seconds using SSE and Supabase Realtime. The package eliminates the need for app store re-submissions for simple UI tweaks.
Meridian48 take
While useful for rapid iteration, the reliance on a third-party backend and SSE connection may raise concerns about latency and uptime for production apps.
flutterruntime-theming