-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this PR, @ishanvaghani !! 🎉
Description
Added support for radio widget along with radio group
Related Issues
Issue not listed
Screenshots
XRecorder_07012025_211550.mp4
Type of Change