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
e76fb722
Commit
e76fb722
authored
Jun 14, 2019
by
Andrey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
exported PosColumn
parent
8d35d61e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
3 deletions
+7
-3
CHANGELOG.md
CHANGELOG.md
+4
-0
README.md
README.md
+1
-1
example.dart
example/example.dart
+0
-1
esc_pos_printer.dart
lib/esc_pos_printer.dart
+1
-0
pubspec.yaml
pubspec.yaml
+1
-1
No files found.
CHANGELOG.md
View file @
e76fb722
## [1.0.1]
*
exported PosColumn
## [1.0.0]
*
Removed PosString class
...
...
README.md
View file @
e76fb722
...
...
@@ -52,7 +52,7 @@ Printer.connect('192.168.0.123', port: 9100).then((printer) {
});
```
Print table:
Print table
row
:
```
dart
printer
.
printRow
([
...
...
example/example.dart
View file @
e76fb722
import
'package:esc_pos_printer/esc_pos_printer.dart'
;
import
'package:esc_pos_printer/src/pos_column.dart'
;
void
main
(
)
{
// To discover existing printers in your subnet, consider using
...
...
lib/esc_pos_printer.dart
View file @
e76fb722
...
...
@@ -7,5 +7,6 @@
library
esc_pos_printer
;
export
'./src/enums.dart'
;
export
'./src/pos_column.dart'
;
export
'./src/pos_styles.dart'
;
export
'./src/printer.dart'
;
pubspec.yaml
View file @
e76fb722
name
:
esc_pos_printer
description
:
The library allows to print receipts using a ESC/POS (usually thermal) network printer. It can be used in Flutter or Dart projects. In Flutter, both Android and iOS are supported.
version
:
1.0.
0
version
:
1.0.
1
author
:
Andrey Ushakov <flutter@tablemi.com>
homepage
:
https://github.com/andrey-ushakov/esc_pos_printer
...
...
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