langx / langx-flutter

Here is the Flutter-based version of the LangX application, originally developed using the Ionic Angular framework.
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

🚀 : Community Section #13

Closed xuelink closed 2 months ago

xuelink commented 2 months ago

Make cards to get users and show on the UI. Not clickable for now just UI user cards.

If you want speed up process of this issue, please send 🚀 as a reaction.

xuelink commented 2 months ago

Dark theme seems little problematic due to theme options i guess.

Screenshot 2024-06-20 at 12 58 53 AM

We also have to impelement grid system for larger screens, tablets/web apps. I did here in angular side:

https://github.com/langx/langx/blob/602dd0b7bb846efe38be4a707131d16ee680be7f/src/app/components/home/new/new.component.html#L7-L25

We can copy the same grid system no problem.

Screenshot 2024-06-20 at 1 01 42 AM
DH-555 commented 2 months ago

I will make the db connection

xuelink commented 2 months ago

I also implemented here w/ f136a1f

https://github.com/langx/langx-flutter/assets/3280475/11470675-13e9-4248-b4ca-2ebd211342b8

xuelink commented 2 months ago

I will make the db connection

Ok, then i leave it to you :)

xuelink commented 2 months ago

@DH-555 to help you, i use these querries to get sections seperately.

https://github.com/langx/langx/blob/602dd0b7bb846efe38be4a707131d16ee680be7f/src/app/services/user/user.service.ts#L106C1-L221C1