Ecosystem
Fluxy Play (Alpha)
Run Fluxy code instantly without full compilation.
Fluxy Play
Experimental Feature
Fluxy Play is currently in Alpha. It is intended for prototyping and may not support all Flutter features.
Fluxy Play is a REPL-like environment for prototyping and experimentation. It allows you to run Fluxy code snippets without compiling a full Flutter application.
Usage
fluxy playThis starts a local development server or opens a web playground (if available) where you can write ephemeral Dart code.
Cloud Playground
Visit play.fluxy.dev (Coming Soon) to share executable snippets online.
Use Cases
- Quickly test a
Signallogic. - Experiment with
Fxlayouts. - Share code snippets with peers.