Skip to content
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: Make App Responsive Across Multiple Devices #75

Open
4 tasks
lkmandy opened this issue Feb 15, 2023 · 4 comments
Open
4 tasks

Feat: Make App Responsive Across Multiple Devices #75

lkmandy opened this issue Feb 15, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@lkmandy
Copy link
Contributor

lkmandy commented Feb 15, 2023

Description
In order to ensure a seamless user experience for users, we need to ensure that our application is responsive across multiple devices, especially devices with small screens. More often or not it is common to find screens with overflowing widgets on devices with small screens

Desired Solution

  • Test the app on multiple devices (small, medium, large) and handle any existing glitches
  • Use responsive widgets like FittedBox(), Wrap(), etc where applicable
  • Implement other methods or techniques that enforce responsive across multiple devices

Acceptance Criteria:

  • Users should be able to interact with all parts of the user interface no matter the size of their devices
  • The app should be responsive on the most popular android and ios phones
  • The app should be responsive on the most popular android and ios tablets
  • There should be no overflowing widgets on parts of the user interface
@lkmandy lkmandy added the enhancement New feature or request label Feb 15, 2023
@Utkarsh4517
Copy link

Can we use Responsive_framework ?

@lkmandy
Copy link
Contributor Author

lkmandy commented Mar 9, 2023

Can you elaborate on your idea?

@Utkarsh4517
Copy link

So there is a flutter package which makes the task to make a project responsive much easier, as compared to conventional ways. Can we use this?

@lkmandy
Copy link
Contributor Author

lkmandy commented Mar 13, 2023

@fonkamloic @DesmondTambe @jeffrey0606 what do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants