package br.com.brasizza.sunmi_printer_plus does not exist
iamngoni opened this issue · 2 comments
iamngoni commented
Hello there,
I've just added the package and on trying to run my app I get the following:
error: package br.com.brasizza.sunmi_printer_plus does not exist
flutterEngine.getPlugins().add(new br.com.brasizza.sunmi_printer_plus.SunmiPrinterPlugin());
^
1 error
FAILURE: Build failed with an exception.
Using sunmi_printer_plus: ^2.1.2
Any help is appreciated
brasizza commented
Try to flutter clean then flutter pub ger
iamngoni commented
Thanks, ran flutter upgrade😅 and it worked. Turns out it was now just happening to any other project on my machine