You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we use the flutter_local_notification 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 will include:-
boilerplate code for communication with the platform.
setNotification()
getScheduledNotifications()
cancelNotification()
The text was updated successfully, but these errors were encountered:
Currently we use the flutter_local_notification 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 will include:-
The text was updated successfully, but these errors were encountered: