duit_js
Описание
JavaScript DSL for Duit Framework - drived UI toolkit for Flutter
Языки
- TypeScript87,9%
- JavaScript12,1%
год назад
2 года назад
9 месяцев назад
2 года назад
2 года назад
2 года назад
2 года назад
2 года назад
2 года назад
9 месяцев назад
2 года назад
README.md
Duit - drived UI tooklit.
Duit is a server side UI framework for Flutter. It is used for creating widgets and server-side state management.
The framework consists of several parts:
- Flutter package
- Go backend adapter
- Node JS backend adapter (this repository)
The framework ensures that the layout model is received from the server, interacts with the backend via the Action API, and embeds custom components into the widget hierarchy processing pipeline. Duit is flexible and extensible, which allows it to create rich UI dynamically.
Core features
- Structured mappings out of the box. UI property structures and constants.
- A simple contract for building a hierarchy of widgets.
- Ready-made widget functions
- Easily create custom actions and their dependencies
Usage example
- Create widget composition and build json from it
- Run function and return result to client side
Future plans
- Widget library expansion
- Troubleshooting, updating documentation
License
MIT