Issue
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. 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
Solution
You didn't initialize the plugin to use it, you can follow their docs it's well explained here
Answered By - omar hatem
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.