top | item 45959406

DCFlight: Render native UI in Flutter with declarative component architecture

1 points| ryeights | 3 months ago |github.com

1 comment

order

ryeights|3 months ago

Disclaimer: no affiliation, and in early development

DCFlight is a new Flutter framework from solo (!) dev Tahiru Agbanwa (https://x.com/squirelBoy360) that uses a React Native-like virtual DOM and Yoga layout engine to replace Flutter's widget tree, rendering UI from native widgets without the use of platform views.

It provides a set of primitive components, a plugin architecture using method channels to write your own native components, and an escape hatch to use traditional Flutter widgets within the DCFlight architecture.