Skip to content

Latest commit

 

History

History
152 lines (64 loc) · 3.08 KB

README.md

File metadata and controls

152 lines (64 loc) · 3.08 KB

        

TempMail

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.

Features:

◉ 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

Published:

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.

Packages used:

// For using cashing login data

shared_preferences: ^2.0.15

// For State management

get: ^4.6.5

// For vector and raster Images

flutter_svg: any

// For making http requests

http: ^0.13.4

// For converting date and time

intl: any

Installation

◉ 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

Feedback

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.