opxica / modular-ui

Create consistent and responsive cross-platform Flutter app interfaces in a snap with Modular UI's flexible building blocks.
https://www.modularui.site
BSD 3-Clause "New" or "Revised" License
246 stars 26 forks source link

Implement Blog Card #17

Closed Yash-Khattar closed 10 months ago

Yash-Khattar commented 10 months ago

Issue Description: Flutter Blog Card Implementation

Description: The task is to create a Blog card in Flutter, mimicking the design provided in the Material Tailwind UI documentation for a profile card.

Link to UI - https://www.material-tailwind.com/docs/react/card#blog-card

Requirements:

Ensure that the Flutter blog card closely resembles the provided Material Tailwind UI profile card. The component should adapt well to different screen sizes and orientations. Allow dynamic content insertion into the component. Placeholder data can be used for testing purposes. Testing Guidelines:

Verify that the profile card displays correctly on various devices and screen sizes. Test the dynamic content integration by replacing placeholder data with real data. Ensure that any interactive elements respond as expected.

sam-shot commented 10 months ago

Can I work on this?

Yash-Khattar commented 10 months ago

Sure assigned it to you, let us know if you face any issues!

dev-o-los commented 10 months ago

I would also like to work on this!!