-
Notifications
You must be signed in to change notification settings - Fork 46
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
To Use Media Query to make APP more dynamic #50
Comments
Okay, @HARSHBHUDOLIA. |
Don't do anything like making more dart files, using the ternary operator, and if statement is enough to take care of such issues. Here we have different widgets rendered according to different sizes. Another example will be final isLandScape = mediaQuery.orientation == Orientation.landscape |
This is an example of using LayoutBuilder for dynamic height calculations LayoutBuilder(builder: (ctx, constraints) { |
Hello, I am participating in Hacktoberfest this year. I want to contribute to this issue. Kindly assign me this issue. |
Sure @AyushTripathi28, and make sure to follow the updated guidelines mentioned in README. |
Thank you so much to assign me this issue. |
@AyushTripathi28, any updates? |
Hi Ali,
I don't know why your comment is not being displayed in GitHub.
Can you please type this again in the Github chat?
Regards
Mohit
…On Tue, Jan 31, 2023 at 4:48 PM Ali Asar Khowaja ***@***.***> wrote:
Hi @Mohitmadhav <https://github.com/Mohitmadhav> @ankitoscar
<https://github.com/ankitoscar>
Can you assign me this issue? I want to contribute to this issue.
—
Reply to this email directly, view it on GitHub
<#50 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOEVZOI6TH4S7AREJQTF6S3WVDYI5ANCNFSM46MK4ZNQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Description
The app needs to be user friendly when the orientation and sizes of mobile devices differ, it also needs to be responsive and adaptive to both android and IOS which might be a problem with some segments of code used
Screenshots
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Additional data
You can post the screenshot of the renderflex page or the dart file to have a discussion here.
The text was updated successfully, but these errors were encountered: