fluxy 0.0.4
fluxy: ^0.0.4 copied to clipboard
High-performance reactive UI framework for Flutter. SwiftUI-like syntax with zero-boilerplate signals, Tailwind-inspired styling, and fluent modifiers.
0.0.3 #
- High-Fidelity Reactive Engine: Implemented a fine-grained reactivity graph with atomic micro-rebuilds and transparent dependency tracking.
- Optimized Scheduling: Added batched state updates via microtasks to prevent redundant widget builds and ensure zero frame drops.
- Computed & Effects: Full support for
computed()signals andeffect()listeners for automated state synchronization. - Fintech Design Hub: Replaced the initial demo with a premium, high-fidelity Fintech UI showcase including ₹ (Rupee) integration.
- UI DSL Refinements: Optimized fluent modifiers and resolved RenderFlex overflow issues for better responsiveness.
- Professional Documentation: Complete overhaul of project documentation with focus on developer adoption and architectural clarity.
0.0.2 #
- Refined the Signal API for better developer experience.
- Improved the Style Resolver for more consistent Tailwind-like utility application.
0.0.1 #
- Initial release of Fluxy Framework.
- Core reactive engine with basic signals.
- Initial Fx DSL implementation.