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
469 stars 56 forks source link

feat: Add MiraiStatefulParser in the framework #292

Open divyanshub024 opened 1 month ago

divyanshub024 commented 1 month ago

Description

The ability to add MiraiStatefulParser in the framework will allow us to build the stateful parsers without wrapping the stateful widget in MiraiParser

vkmaxcooldude commented 3 weeks ago

Hey @divyanshub024 could you share an example to help understand the feature better?