feat: Added support for radio widget#90
Conversation
# Conflicts: # examples/mirai_gallery/assets/json/home_screen.json # packages/mirai/lib/src/framework/mirai.dart # packages/mirai/lib/src/parsers/parsers.dart # packages/mirai/lib/src/utils/widget_type.dart
|
Hey @ishanvaghani, I'm getting this error while running the example app. Can you please take a look. |
This is because sample radio_example.json does not have form scope. If we wrap is inside fromScope it will not give the exception. I have tested this with wrapping in formScope |
@ishanvaghani Can you please add it to the example? It will be quite helpful for early adopters to understand the working of it. |
Added in sample response |
# Conflicts: # examples/mirai_gallery/assets/json/home_screen.json # packages/mirai/lib/src/framework/mirai.dart # packages/mirai/lib/src/parsers/parsers.dart # packages/mirai/lib/src/utils/widget_type.dart
divyanshub024
left a comment
There was a problem hiding this comment.
Thank you for this PR, @ishanvaghani !! 🎉
feat: Added support for radio widget
Description
Added support for radio widget along with radio group
Related Issues
Issue not listed
Screenshots
XRecorder_07012025_211550.mp4
Type of Change