FlutterPlaza / FinFlow

MIT License
5 stars 7 forks source link

Feat: Make App Responsive Across Multiple Devices #75

Open lkmandy opened 1 year ago

lkmandy commented 1 year ago

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

Acceptance Criteria:

Utkarsh4517 commented 1 year ago

Can we use Responsive_framework ?

lkmandy commented 1 year ago

Can you elaborate on your idea?

Utkarsh4517 commented 1 year ago

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 commented 1 year ago

@fonkamloic @DesmondTambe @jeffrey0606 what do you think?