79171759

Date: 2024-11-08 22:42:38
Score: 1
Natty:
Report link

You are probably getting that exception because that package or that function of the package is not (yet) implemented on the platform you are using. Flutter packages or certain parts of a package may not be available on all platforms.

In this case, sms_advanced is only available on Android, iOS and in the browser. This is show on the website of the package here. This package also does not implement all of its functionality across each platforms yet as show here:

table

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Philip