Stac
Open-source Server-Driven UI framework for Flutter
299 followers
Open-source Server-Driven UI framework for Flutter
299 followers
Stac is an open source Server Driven UI framework for Flutter that lets you update app interfaces instantly without rebuilds or store reviews. Build faster, ship experiments easily, personalize UI for users, and keep your app always up to date with clean JSON powered screens.









@divyanshub024 Server-driven UI for Flutter without rebuilds? That's powerful! 🚀
How does Stac handle state management across these dynamic screens?
@mskyow
Great question! Stac handles local UI state inside each widget, and all actions go through app-side handlers. This makes it easy to plug into whatever state management you use, like Riverpod or Bloc.