kakzaki / blue_thermal_printer

Working with thermal printer via bluetooth (Flutter)
MIT License
164 stars 205 forks source link

error: package id.kakzaki.blue_thermal_printer does not exist #134

Closed 10urbulut closed 2 years ago

10urbulut commented 2 years ago

Hello, i had a problem. I wrote flutter and then redirect me to blue_thermal_printer check this

YahalomsGuy commented 2 years ago

if you are trying to run the example app, you must download the all package, since the example app relies on the base package, where the example app is in.

Or you could just import the package as you would with a regular package from pub.dev, but then you may need to delete the dependency in pubspec.yaml of the example app.