DEV Community

Deepa
Deepa

Posted on

Gmail Clone | Flutter

Hi Guys! I made a gmail clone using Flutter. You might have a look of it into my github - https://github.com/qwertypool/Gmail-Clone/

Here are few screenshots of the app -

Alt Text
Alt Text

Alt Text

Alt Text

Alt Text
Alt Text
Alt Text

Please guys do star the Repository if you liked it!

Latest comments (4)

 
qwertypool profile image
Deepa

Wow! Happy coding Amelia!!

Collapse
 
qwertypool profile image
Deepa

Thanks Amelia, I've recently started learning flutter and have been loving it! It's simple yet interesting and coool.

Collapse
 
labn36 profile image
Rishabh Agrawal

great work, btw have you implemented the search feature as well ? if yes then describe your what you've used to do that

Collapse
 
qwertypool profile image
Deepa

Yeah for that I used the SearchDelegate class, which itself have some features to implement the suggestions,animations while clicking the search button, and lot more... you may check it's implementation(my code) here - "github.com/qwertypool/Gmail-Clone/..." in the bottom around lines 337 . Or check it here - api.flutter.dev/flutter/material/S...