local notification test app
for testing and learning local notification
information
i made it by referring to the site below
there is a java.lang.nullpointerexception error, so i’ve solved this problem by implementing as below code
void main() {
runapp(myapp());
initnotisetting(); // init local notification after runapp
}
Comments are closed.