Browse Source

fix: example zplData

Raihan Rizal 5 months ago
parent
commit
f4ea70d1d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      example/lib/main.dart

+ 1 - 1
example/lib/main.dart

@@ -154,7 +154,7 @@ class _MyAppState extends State<MyApp> {
154 154
   Future<void> printZplOverBluetooth() async {
155 155
     print('invoked printZplOverBluetooth from dart');
156 156
     try {
157
-      await _flutterZsdkPlugin.printZplOverBluetooth("^XA^PW624^LL800^FO20,20^A0N,25,25^FDThis is a ZPL test.^FS^FO20,60^BQ ,2,10 , , , A ^FDQA,http://192.168.102.170:4218/?q=IDC4C321S023^FS^^FO20,320^A0N,25,25^FDDart Zpl Test.^FS^XZ");
157
+      await _flutterZsdkPlugin.printZplOverBluetooth("^XA^PW624^LL800^FO20,20^A0N,25,25^FDThis is a ZPL test.^FS^FO20,60^BQ ,2,10 , , , A ^FDQA,http://192.168.102.170:4218/?q=IDC4C321S023^FS^^FO20,500^A0N,25,25^FDDart Zpl Test.^FS^XZ");
158 158
       print('printZplOverBluetooth successfully from dart');
159 159
       
160 160
     } on FlutterZsdkException catch (e) {