gdgmad / gdgmadevents

Let's Build together! gdgmadevents is a repository for our database of events and any software that YOU choose to make around it. Check out our readme!
MIT License
7 stars 4 forks source link

Flutter App Ideas / Preview #15

Open preetjdp opened 5 years ago

preetjdp commented 5 years ago

Home Page

Top Carousel

The idea is to have infinitely scrolling cards, which would contain a card for an upcoming event and the other cards would contain images from previous meetups (currently containing placeholders) or anything for that matter .

Grid Of Meetups

This Grid contains upcoming and past meetups marked with a chip / flag (currently not present).

Each card in this grid should contain very minimal amount to data (Date, Time, Etc). Each card contains a Location Button which on clicked takes the user to Google Maps.

Event Page

Top Card The top card would contain basic details about the event.

Speakers List

The Speakers are listed out in this beautiful card like format, the accent color for the speaker (currently red) will be extracted from the image. If a user on the image of the speaker, the search ui would be shown up and other talks form the speaker would be shown off.

Google Maps

This Container shows the location of the meetup.

The Like / favourite Button The like button should add this meetup a list of "favourite" , also the like button should add this meetup to the users calendar!

Try the app.

Git.

Leave your Thoughts, Ideas, Suggestions down below

karntrehan commented 5 years ago

This is beautiful! Thanks a lot for the hardwork. What do you need from us to start replacing hard-coded data with data from the API?