Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
E
esc_pos_print_plus
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dio Maulana
esc_pos_print_plus
Commits
d04e26f4
Commit
d04e26f4
authored
Jun 17, 2020
by
Andrey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump esc_pos_utils
parent
da4c6f85
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
4 deletions
+14
-4
CHANGELOG.md
CHANGELOG.md
+4
-0
Podfile.lock
example/discover_printers/ios/Podfile.lock
+7
-1
pubspec.yaml
example/discover_printers/pubspec.yaml
+1
-1
pubspec.yaml
pubspec.yaml
+2
-2
No files found.
CHANGELOG.md
View file @
d04e26f4
## [3.2.1]
*
Bump esc_pos_utils
## [3.2.0]
## [3.2.0]
*
Bump esc_pos_utils
*
Bump esc_pos_utils
...
...
example/discover_printers/ios/Podfile.lock
View file @
d04e26f4
...
@@ -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
...
...
example/discover_printers/pubspec.yaml
View file @
d04e26f4
...
@@ -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
...
...
pubspec.yaml
View file @
d04e26f4
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment