Update: 2026-05-15 23:48:27
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
PODS:
|
||||
- camerawesome (0.0.1):
|
||||
- Flutter
|
||||
- charset_converter (0.0.1):
|
||||
- Flutter
|
||||
- connectivity_plus (0.0.1):
|
||||
- Flutter
|
||||
- cunning_document_scanner (1.0.0):
|
||||
@@ -176,6 +178,7 @@ PODS:
|
||||
|
||||
DEPENDENCIES:
|
||||
- camerawesome (from `.symlinks/plugins/camerawesome/ios`)
|
||||
- charset_converter (from `.symlinks/plugins/charset_converter/ios`)
|
||||
- connectivity_plus (from `.symlinks/plugins/connectivity_plus/ios`)
|
||||
- cunning_document_scanner (from `.symlinks/plugins/cunning_document_scanner/ios`)
|
||||
- device_info_plus (from `.symlinks/plugins/device_info_plus/ios`)
|
||||
@@ -224,6 +227,8 @@ SPEC REPOS:
|
||||
EXTERNAL SOURCES:
|
||||
camerawesome:
|
||||
:path: ".symlinks/plugins/camerawesome/ios"
|
||||
charset_converter:
|
||||
:path: ".symlinks/plugins/charset_converter/ios"
|
||||
connectivity_plus:
|
||||
:path: ".symlinks/plugins/connectivity_plus/ios"
|
||||
cunning_document_scanner:
|
||||
@@ -271,6 +276,7 @@ EXTERNAL SOURCES:
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
camerawesome: a961fa32dafc00d2f093d824311c84f849586b58
|
||||
charset_converter: 82bc1d2e3c70dcb51bf769e9772e3ae5b2571695
|
||||
connectivity_plus: cb623214f4e1f6ef8fe7403d580fdad517d2f7dd
|
||||
cunning_document_scanner: 43a2bda11ef6a33fd68766b287ed056b4caf6a06
|
||||
CwlCatchException: 7acc161b299a6de7f0a46a6ed741eae2c8b4d75a
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import 'package:esc_pos_printer/esc_pos_printer.dart';
|
||||
import 'package:esc_pos_utils/esc_pos_utils.dart';
|
||||
import 'package:esc_pos_printer_plus/esc_pos_printer_plus.dart';
|
||||
import 'package:esc_pos_utils_plus/esc_pos_utils_plus.dart';
|
||||
import '../utils/logger.dart';
|
||||
|
||||
class ThermalPrinterService {
|
||||
@@ -124,7 +124,7 @@ class ThermalPrinterService {
|
||||
printer.hr();
|
||||
printer.text(
|
||||
'شكراً لاستخدامكم مُصادَق',
|
||||
styles: const PosStyles(align: PosAlign.center, italic: true),
|
||||
styles: const PosStyles(align: PosAlign.center),
|
||||
);
|
||||
printer.text(
|
||||
'www.musadaq.com',
|
||||
|
||||
@@ -185,6 +185,14 @@ packages:
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "1.4.1"
|
||||
charset_converter:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: charset_converter
|
||||
sha256: a601f27b78ca86c3d88899d53059786d9c3f3c485b64974e9105c06c2569aef5
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "2.3.0"
|
||||
checked_yaml:
|
||||
dependency: transitive
|
||||
description:
|
||||
@@ -273,6 +281,14 @@ packages:
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "3.0.7"
|
||||
csslib:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: csslib
|
||||
sha256: "09bad715f418841f976c77db72d5398dc1253c21fb9c0c7f0b0b985860b2d58e"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "1.0.2"
|
||||
cunning_document_scanner:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
@@ -329,6 +345,22 @@ packages:
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "2.1.2"
|
||||
esc_pos_printer_plus:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: esc_pos_printer_plus
|
||||
sha256: "76e0d8347fb10b25ad78311fc416a968528a00d18e7bad311fa6c34f4d662d71"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "0.1.1"
|
||||
esc_pos_utils_plus:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: esc_pos_utils_plus
|
||||
sha256: "2a22d281cb6f04600ba3ebd607ad8df03a4b2446d814007d22525bab4d50c2ff"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "2.0.4"
|
||||
fake_async:
|
||||
dependency: transitive
|
||||
description:
|
||||
@@ -640,6 +672,14 @@ packages:
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "2.3.2"
|
||||
html:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: html
|
||||
sha256: "6d1264f2dffa1b1101c25a91dff0dc2daee4c18e87cd8538729773c073dbf602"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "0.15.6"
|
||||
http:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
||||
@@ -40,8 +40,8 @@ dependencies:
|
||||
# ─── PDF Generation ─────────────────────────────────
|
||||
pdf: ^3.10.8
|
||||
printing: ^5.12.0
|
||||
esc_pos_utils: ^1.1.0
|
||||
esc_pos_printer: ^4.1.0
|
||||
esc_pos_utils_plus: any
|
||||
esc_pos_printer_plus: ^0.1.1
|
||||
|
||||
# ─── Voice & Audio ──────────────────────────────────
|
||||
speech_to_text: ^7.3.0
|
||||
|
||||
Reference in New Issue
Block a user