Securrency-OSS / mirai

Mirai is a Server-Driven UI (SDUI) library for Flutter. Mirai allows you to build beautiful cross-platform applications with JSON in real time.
https://pub.dev/packages/mirai
MIT License
478 stars 58 forks source link

feat: Use app theme colors in color property #246

Closed i-asimkhan closed 3 months ago

i-asimkhan commented 3 months ago

Description

Added ability to accept theme color values in color property of mirai widgets.

To test please use like this,

 "color": "primary",

Related Issues

242

Type of Change