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
486 stars 58 forks source link

feat: Allow `MiraiTextFormFieldParser` to receive controller, onChange and Validator from outside #233

Closed i-asimkhan closed 3 months ago

i-asimkhan commented 7 months ago

Description

Allow MiraiTextFormFieldParser to receive controller, onChange and Validator from outside

Type of Change