codephile-mobile
codephile-mobile copied to clipboard
Currently we use the [flutter_local_notification](https://pub.dev/packages/flutter_local_notifications) plugin to set contest notifications. We can improve upon the efficiency and reduce the weight of our application by writing our custom method channel. This...

Fixes #60
In order to prevent the user from spamming the button, we can add a 30 sec timer to it. - Try to avoiding any third party packages. - Come up...
