-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat : Adding AspectRatio, FittedBox, LimitedBox Widgets #120
Conversation
website/docs/widgets/aspect_ratio.md
Outdated
```json | ||
{ | ||
"type": "aspectRatio", | ||
"aspectRatio": 4 / 3, |
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.
Why color is showing?
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.
because used '/', so I will convert it to double.
website/docs/widgets/fitted_box.md
Outdated
|
||
--- | ||
|
||
## Enums |
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.
I feel we should have separate documentation section for this kind of painting, structuring and styling elements like BoxFit, MiraiAlignmentDirectional, Clip etc.
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.
sure, I will make separate documentation.
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.
Thanks @MohamedAbd0 for you contribution.
@ishanvaghani all comments are done. |
Hey @MohamedAbd0, A suggestion here for the future. Please keep the different widgets in different PRs if they are not linked together. This makes the review process much easier. |
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.
Hey @MohamedAbd0, Once again thanks for such a great PR. Please check my suggestions.
packages/mirai/lib/src/parsers/mirai_visibility/mirai_visibility.dart
Outdated
Show resolved
Hide resolved
Hi @divyanshub024, I solved all the comments you can check now. |
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.
Thanks for the contribution 🎉
Description
Adding support Adding AspectRatio And FittedBox Widgets
-- --Related Issues
Closes #121
Type of Change