Pratikdate / ecard

20 stars 45 forks source link

Responsive UI of community page using layoutbuilder #54

Closed harsh6045 closed 1 month ago

harsh6045 commented 1 month ago

PR Description: Implement Responsive UI for Community Page Using LayoutBuilder

Summary

This PR introduces a responsive user interface for the Community page in our Flutter application. The implementation leverages the LayoutBuilder widget to dynamically adjust the layout based on the available screen size, ensuring an optimal user experience across different devices, from mobile phones to large desktops.

Key Changes