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 -
Please guys do star the Repository if you liked it!
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 -
Please guys do star the Repository if you liked it!
For further actions, you may consider blocking this person and/or reporting abuse
keploy -
Juarez Júnior -
CodeWithVed -
Pan Chasinga -
Top comments (4)
Wow! Happy coding Amelia!!
Thanks Amelia, I've recently started learning flutter and have been loving it! It's simple yet interesting and coool.
great work, btw have you implemented the search feature as well ? if yes then describe your what you've used to do that
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...