DCFlight• November 25, 2025
Initial Release: Native Views on iOS and Android
v0.1.0-alpha
We are excited to announce the first alpha release of DCFlight. This release focuses on the core architecture that allows Dart code to render true native UI components.
- Virtual DOM: Implemented reconciliation algorithm for efficient updates.
- PlatformInterface: Invocation layer for direct communication with UIKit (iOS) and Android Views (replaceable with FFI/JNI).
- Flexbox Layout: Integrated Yoga engine for web-like layout capabilities.
- Core Components: Added DCFView, DCFText, and DCFButton primitives.
Framework Core Release