Commit d04e26f4 authored by Andrey's avatar Andrey

Bump esc_pos_utils

parent da4c6f85
## [3.2.1]
* Bump esc_pos_utils
## [3.2.0] ## [3.2.0]
* Bump esc_pos_utils * Bump esc_pos_utils
......
...@@ -4,6 +4,8 @@ PODS: ...@@ -4,6 +4,8 @@ PODS:
- Flutter (1.0.0) - Flutter (1.0.0)
- path_provider (0.0.1): - path_provider (0.0.1):
- Flutter - Flutter
- path_provider_linux (0.0.1):
- Flutter
- path_provider_macos (0.0.1): - path_provider_macos (0.0.1):
- Flutter - Flutter
- wifi (0.0.1): - wifi (0.0.1):
...@@ -13,6 +15,7 @@ DEPENDENCIES: ...@@ -13,6 +15,7 @@ DEPENDENCIES:
- charset_converter (from `.symlinks/plugins/charset_converter/ios`) - charset_converter (from `.symlinks/plugins/charset_converter/ios`)
- Flutter (from `Flutter`) - Flutter (from `Flutter`)
- path_provider (from `.symlinks/plugins/path_provider/ios`) - path_provider (from `.symlinks/plugins/path_provider/ios`)
- path_provider_linux (from `.symlinks/plugins/path_provider_linux/ios`)
- path_provider_macos (from `.symlinks/plugins/path_provider_macos/ios`) - path_provider_macos (from `.symlinks/plugins/path_provider_macos/ios`)
- wifi (from `.symlinks/plugins/wifi/ios`) - wifi (from `.symlinks/plugins/wifi/ios`)
...@@ -23,6 +26,8 @@ EXTERNAL SOURCES: ...@@ -23,6 +26,8 @@ EXTERNAL SOURCES:
:path: Flutter :path: Flutter
path_provider: path_provider:
:path: ".symlinks/plugins/path_provider/ios" :path: ".symlinks/plugins/path_provider/ios"
path_provider_linux:
:path: ".symlinks/plugins/path_provider_linux/ios"
path_provider_macos: path_provider_macos:
:path: ".symlinks/plugins/path_provider_macos/ios" :path: ".symlinks/plugins/path_provider_macos/ios"
wifi: wifi:
...@@ -31,7 +36,8 @@ EXTERNAL SOURCES: ...@@ -31,7 +36,8 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS: SPEC CHECKSUMS:
charset_converter: 215c7b04932ec2b9ba43be96a9bc34afed3e5322 charset_converter: 215c7b04932ec2b9ba43be96a9bc34afed3e5322
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
path_provider: fb74bd0465e96b594bb3b5088ee4a4e7bb1f2a9d path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c
path_provider_linux: 4d630dc393e1f20364f3e3b4a2ff41d9674a84e4
path_provider_macos: f760a3c5b04357c380e2fddb6f9db6f3015897e0 path_provider_macos: f760a3c5b04357c380e2fddb6f9db6f3015897e0
wifi: d7d77c94109e36c4175d845f0a5964eadba71060 wifi: d7d77c94109e36c4175d845f0a5964eadba71060
......
...@@ -18,7 +18,7 @@ dependencies: ...@@ -18,7 +18,7 @@ dependencies:
intl: ^0.16.1 intl: ^0.16.1
qr_flutter: ^3.2.0 qr_flutter: ^3.2.0
path_provider: ^1.6.5 path_provider: ^1.6.5
esc_pos_utils: ^0.4.0 esc_pos_utils: ^0.4.1
# esc_pos_utils: # esc_pos_utils:
# path: ../../../esc_pos_utils # path: ../../../esc_pos_utils
charset_converter: ^1.0.3 charset_converter: ^1.0.3
......
name: esc_pos_printer name: esc_pos_printer
description: The library allows to print receipts using an ESC/POS thermal WiFi printer. description: The library allows to print receipts using an ESC/POS thermal WiFi printer.
version: 3.2.0 version: 3.2.1
homepage: https://github.com/andrey-ushakov/esc_pos_printer homepage: https://github.com/andrey-ushakov/esc_pos_printer
environment: environment:
...@@ -9,7 +9,7 @@ environment: ...@@ -9,7 +9,7 @@ environment:
dependencies: dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
esc_pos_utils: ^0.4.0 esc_pos_utils: ^0.4.1
# esc_pos_utils: # esc_pos_utils:
# path: ../esc_pos_utils # path: ../esc_pos_utils
charset_converter: ^1.0.3 charset_converter: ^1.0.3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment