简体   繁体   English

本地通知未显示 flutter

[英]local notification not showing up flutter

I'm trying to use local notification package, trying to send a notification when the internet connection is lost, internet connection checking is fine, but I'm facing an issue in notification part.我正在尝试使用本地通知 package,尝试在互联网连接丢失时发送通知,互联网连接检查很好,但我在通知部分遇到问题。 the error message is "Attempt to invoke virtual method 'int java.lang.Integer.intValue()' on a null object reference" my main.dart is https://sourceb.in/4NUViEivKn (the problem is in 60th line on the setStateI think) my notification_api.dart https://sourceb.in/oDwdd3CTSg the error message is "Attempt to invoke virtual method 'int java.lang.Integer.intValue()' on a null object reference" my main.dart is https://sourceb.in/4NUViEivKn (the problem is in 60th line on setState 我认为)我的 notification_api.dart https://sourceb.in/oDwdd3CTSg

You didn't initialize the plugin to use it, you can follow their docs it's well explained here你没有初始化插件来使用它,你可以关注他们的文档, 这里有很好的解释

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM