A free certificate / document emailing solution.
A working web deployment of this is available at certs.zac.ac
A video demo of the application can be found here
- Clone the repository
- Run
flutter create .
to generate the Flutter project. - Create new credentials for this application to access the Gmail API (refer this google support link)
- Get the OAuth client ID from step #3, and set it in the .env.template file, then rename ".env.template" to ".env"
That's it. You should now be able to run the application. Try flutter run -d chrome
to run the web version in debug mode.