print order

This commit is contained in:
efrilm
2025-11-07 16:29:26 +07:00
parent 4eece81eb1
commit 93560b85cb
12 changed files with 1154 additions and 49 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
import 'package:dartz/dartz.dart';
import 'package:dartz/dartz.dart' hide Order;
import 'package:freezed_annotation/freezed_annotation.dart';
import 'package:print_bluetooth_thermal/print_bluetooth_thermal.dart';
import '../../common/api/api_failure.dart';
import '../../common/function/app_function.dart';
import '../order/order.dart';
part 'printer.freezed.dart';