brasizza/sunmi_printer

package br.com.brasizza.sunmi_printer_plus does not exist

Closed this issue · 2 comments

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

Try to flutter clean then flutter pub ger

Thanks, ran flutter upgrade😅 and it worked. Turns out it was now just happening to any other project on my machine