Mosquito-Alert / Mosquito-Alert-Mobile-App

http://www.mosquitoalert.com
4 stars 3 forks source link

Add NavigationDrawer #141

Closed DigitalSeneca closed 5 months ago

DigitalSeneca commented 5 months ago

fixes #101

Drawer closed Drawer opened
image image
DigitalSeneca commented 5 months ago

@epou After requesting your review, I noticed 1 error:

The rest of the pull request seems to be working as expected, I'll get to fix this detected error

epou commented 5 months ago

Could you reduce the space between the ListTile icons and their corresponding text labels (title) so they are equally spaced? (see the red line in the image attached). I see the text too far from the icons.

339129317-c5c198ad-d916-4b3d-b57e-f0772c2ca7bf

DigitalSeneca commented 5 months ago

Could you reduce the space between the ListTile icons and their corresponding text labels (title) so they are equally spaced? (see the red line in the image attached). I see the text too far from the icons.

Is this good enough? I set minLeadingWidth: 0 If we still want less space, I can rework the custom widget to build it using a different method image

epou commented 5 months ago

Is this good enough? I set minLeadingWidth: 0 If we still want less space, I can rework the custom widget to build it using a different method

Now it's perfect :)