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
}

GitHub

View Github