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
64cd412f
Commit
64cd412f
authored
Jun 21, 2020
by
andrey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump esc_pos_utils
parent
d04e26f4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
60 additions
and
55 deletions
+60
-55
CHANGELOG.md
CHANGELOG.md
+57
-52
pubspec.yaml
example/discover_printers/pubspec.yaml
+1
-1
pubspec.yaml
pubspec.yaml
+2
-2
No files found.
CHANGELOG.md
View file @
64cd412f
## [3.2.2]
-
Bump esc_pos_utils
## [3.2.1]
## [3.2.1]
*
Bump esc_pos_utils
-
Bump esc_pos_utils
## [3.2.0]
## [3.2.0]
*
Bump esc_pos_utils
-
Bump esc_pos_utils
## [3.1.6]
## [3.1.6]
*
Bump esc_pos_utils
-
Bump esc_pos_utils
## [3.1.5]
## [3.1.5]
*
Updated
`esc_pos_utils`
package version to
`0.3.5`
.
-
Updated
`esc_pos_utils`
package version to
`0.3.5`
.
## [3.1.4]
## [3.1.4]
*
Updated
`esc_pos_utils`
package version to
`0.3.4`
.
-
Updated
`esc_pos_utils`
package version to
`0.3.4`
.
## [3.1.3]
## [3.1.3]
*
Updated
`esc_pos_utils`
package version to
`0.3.3`
.
-
Updated
`esc_pos_utils`
package version to
`0.3.3`
.
## [3.1.2]
## [3.1.2]
*
Updated
`esc_pos_utils`
package version to
`0.3.2`
.
-
Updated
`esc_pos_utils`
package version to
`0.3.2`
.
## [3.1.1]
## [3.1.1]
*
Updated
`esc_pos_utils`
package version to
`0.3.1`
(Open Cash Drawer).
-
Updated
`esc_pos_utils`
package version to
`0.3.1`
(Open Cash Drawer).
## [3.1.0]
## [3.1.0]
*
Updated
`esc_pos_utils`
package version to
`0.3.0`
(Image and Barcode alignment).
-
Updated
`esc_pos_utils`
package version to
`0.3.0`
(Image and Barcode alignment).
## [3.0.2]
## [3.0.2]
*
Updated
`esc_pos_utils`
package version
-
Updated
`esc_pos_utils`
package version
## [3.0.1]
## [3.0.1]
*
Removed rxdart dependency
-
Removed rxdart dependency
## [3.0.0]
## [3.0.0]
*
Basic ESC/POS classes moved to
[
esc_pos_utils
](
https://github.com/andrey-ushakov/esc_pos_utils
)
library
*
Bluetooth printing moved to
[
esc_pos_bluetooth
](
https://github.com/andrey-ushakov/esc_pos_bluetooth
)
library
*
This library is used to print using a WiFi/Ethernet printer
-
Basic ESC/POS classes moved to
[
esc_pos_utils
](
https://github.com/andrey-ushakov/esc_pos_utils
)
library
-
Bluetooth printing moved to
[
esc_pos_bluetooth
](
https://github.com/andrey-ushakov/esc_pos_bluetooth
)
library
-
This library is used to print using a WiFi/Ethernet printer
## [2.1.2]
## [2.1.2]
*
Bluetooth printing support for Android
-
Bluetooth printing support for Android
## [2.1.0]
## [2.1.0]
*
Printer class replaced by PrinterNetworkManager
*
Generate tickets using Ticket class
*
Unified interfaces for WiFi/Bluetooth printings
*
Better error handling using PosPrintResult class
*
Examples updated
-
Printer class replaced by PrinterNetworkManager
-
Generate tickets using Ticket class
-
Unified interfaces for WiFi/Bluetooth printings
-
Better error handling using PosPrintResult class
-
Examples updated
## [2.0.0]
## [2.0.0]
*
Bluetooth printers support (beta version, iOS-only)
-
Bluetooth printers support (beta version, iOS-only)
## [1.5.0]
## [1.5.0]
*
printlnMixedKanji merged to println
*
Can print rows/cols with mixed chinese/non-chinese texts
-
printlnMixedKanji merged to println
-
Can print rows/cols with mixed chinese/non-chinese texts
## [1.4.1]
## [1.4.1]
*
Print mixed (chinese + latin) text. Only for printers supporting Kanji mode
-
Print mixed (chinese + latin) text. Only for printers supporting Kanji mode
## [1.4.0]
## [1.4.0]
*
Print barcodes
-
Print barcodes
## [1.3.2]
## [1.3.2]
*
Added alternative printImageRaster method using (GS v 0) obsolete command
*
Code refactoring
-
Added alternative printImageRaster method using (GS v 0) obsolete command
-
Code refactoring
## [1.3.1]
## [1.3.1]
*
Removed raw lib
*
Code refactoring
-
Removed raw lib
-
Code refactoring
## [1.3.0]
## [1.3.0]
*
Image printing method has been improved
*
Using ESC
*
command to print images instead of outdated GS v 0
*
Added print image Flutter example
-
Image printing method has been improved
-
Using ESC
\*
command to print images instead of outdated GS v 0
-
Added print image Flutter example
## [1.2.0]
## [1.2.0]
*
Printing images (beta)
-
Printing images (beta)
## [1.1.3]
## [1.1.3]
*
printCodeTable bug fixed
*
Updated test print example
-
printCodeTable bug fixed
-
Updated test print example
## [1.1.2]
## [1.1.2]
*
Better alignment
-
Better alignment
## [1.1.1]
## [1.1.1]
*
Fixed columns alignment bug
-
Fixed columns alignment bug
## [1.1.0]
## [1.1.0]
*
Added code page support
-
Added code page support
## [1.0.2]
## [1.0.2]
*
Send raw command(s)
*
Turn 90° clockwise rotation mode on/off
*
Flutter example: discover active Wi-Fi printers
*
Select character code table
-
Send raw command(s)
-
Turn 90° clockwise rotation mode on/off
-
Flutter example: discover active Wi-Fi printers
-
Select character code table
## [1.0.1]
## [1.0.1]
*
exported PosColumn
-
exported PosColumn
## [1.0.0]
## [1.0.0]
*
Removed PosString class
*
Added PosStyles and PosColumn classes
*
Updated examples and readme
-
Removed PosString class
-
Added PosStyles and PosColumn classes
-
Updated examples and readme
## [0.9.0] - [0.9.1]
## [0.9.0] - [0.9.1]
*
Initial release
*
Added basic functions (cut paper, write line, ...)
-
Initial release
*
Text styling (bold, underline, reverted, ...)
-
Added basic functions (cut paper, write line, ...)
*
Text align
-
Text styling (bold, underline, reverted, ...)
*
Table row printing (up to 12 columns of different width)
-
Text align
\ No newline at end of file
-
Table row printing (up to 12 columns of different width)
example/discover_printers/pubspec.yaml
View file @
64cd412f
...
@@ -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.
1
esc_pos_utils
:
^0.4.
2
# 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 @
64cd412f
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.
1
version
:
3.2.
2
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.
1
esc_pos_utils
:
^0.4.
2
# 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