Eddayy / flutter_star_prnt

Flutter plugin for star printer
GNU General Public License v3.0
15 stars 69 forks source link

Printing Image from Url not working #10

Closed Eldhose-Islet closed 3 years ago

Eldhose-Islet commented 3 years ago

in android code in FlutterStarPrntPlugin.kt is
val imageUri: Uri = Uri.parse(it.containsKey("appendBitmap").toString()) which should be val imageUri: Uri = Uri.parse(it.get("appendBitmap").toString())

And in iOS I guess it is not implemented.

} else if (command["appendBitmap"] != nil) {

} else if (command["appendBitmapText"] != nil) {
Eddayy commented 3 years ago

thx for noticing, the typo is fixed and appendBitmap in implemented for IOS in 1.0.6