TempMail is a mobile application. Here, you can create unlimited temporary email address for temporary use.
Powered by Mail.Tm API for creating temporary email accounts.
◉ Create a new account by selecting domain names.
◉ Registration Screen
◉ Login Screen
◉ Home screen
◉ Drawer for Profile
◉ Receive messages
◉ Message Details Page
◉ Unseen and deleate feature in more vert icon
◉ Cashing for log in
You can download the apk from google drive TempMail v1.0.0, update TempMail v1.0.1
Note: It's an open-source project. Anyone can use this code according to the [MIT License](https://choosealicense.com/licenses/mit/) rules & regulations.
// For using cashing login data
// For State management
// For vector and raster Images
// For making http requests
// For converting date and time
◉ Open your workspace folder in 'Command Prompt' or 'Terminal'
◉ Copy & paste this command:
$ git clone https://github.com/AshiqNoor/tempmail.git
◉ Open the 'tempmail' folder using your Android Studio or VSCode.
◉ Use this commands in your Android Studio / VSCode terminal:
$ flutter pub get
$ flutter run
If you have any feedback, please reach out to me at [email protected]
Note: To run this application on your system, you will need git and flutter environment already installed.