Welcome to our Project which we have built a mail client service which allows you to send mail through SMTP service and receive them through IMAP service using enough_mail api. and we have done this in flutter and backend is written in dart.
Flutter is an open-source UI software development kit created by Google. It is used to build applications for mobile, web, and desktop from a single codebase. Flutter apps are written in Dart, a language optimized for fast apps on any platform.
- Flutter allows the creation of apps for Android, iOS, Web, Linux, macOS and Windows from a single codebase.
- It allows the developers to see the result of code change almost instantly without restarting the app.
- Google provides extensive and detailed documentation, tutorials, and sample projects, making it easier for developers to learn and master Flutter.
- Excellent support in popular IDEs like Android Studio, and Visual Studio Code, with tools for debugging, profiling, and more.
Dart is a programming language developed by Google. It was designed with the goal of being easy to learn, fast in execution, and capable of creating high-performance applications for a variety of platforms.
- Compilation and hot reload: Dart supports to being compiled both AOT(ahead of time) and JIT(just in time) . Dart's JIT compilation enables Flutter's famous Hot Reload feature.
- Platform Support: Dart supports compilation to native machine code, which is essential for mobile development. It also compiles to JavaScript for web applications, making it versatile - across different platforms.
- Dart provides robust support for asynchronous programming.
There are three major features we have implemented up till now-
- Authentication- Securely authenticate users using enough_mail package to provide secure and robust authentication for users
- Sending Mails- Compose and send emails, including the ability to add recipients.
- Fetching Mails- Retrieve and display emails from the server, allowing users to view their inbox and read individual messages.
git clone
flutter pub get
You can check the available emulators and devices by pressing ctrl
+shift
+P
on windows and cmd
+shift
+P
on mac and then select your device.
To run on your own Phone you will first need to enable developers options and USB Debugging then
connect your phone with USB cable. You will be able to see your phone in the list of available devices as well as you press the above commands.
Press fn
+f5
to run or execute flutter run
on terminal