A Clean, Fast, and Easy to Use Email Client that sorts newsletters from regular emails. LetterShelf is built using Flutter along with Google's Gmail API and Firebase.
(Note: The ui represented in the screenshots might be from a earlier build.)
Sign-in Page:
Setup Page:
Home Page:
Explore Page:
Profile Page:
The Gmail API lets you view and manage Gmail mailbox data like threads, messages, and labels.
Provides access to information about profiles and contacts. Used to get user details like username and public profile picture.
Provides support for obtaining OAuth2 credentials to access Google APIs. Used to securely authenticate the user to access user information.
For Cloud Storage, Analytics, and crash reports.
For Local Storage, and caching of data and images.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.