Skip to content

Commit

Permalink
Updated README, pubspec, CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey committed Jun 27, 2020
1 parent 2984a92 commit f890f52
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.1

- Update README and example

## 0.2.0

- New functions: boldOn/boldOff
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ Plugin allows to print thermal receipts using Sunmi device with a built-in print

- `text`: print text with styles (bold, underline, align, font size)
- `row`: print a row containing up to 12 columns (total columns width must be equal to 12)
- `image`: print an image with alignment
- `hr`: print full width separator
- `emptyLines`: feed _n_ lines
- `boldOn`, `boldOff`
- `underlineOn`, `underlineOff`

## TODO

- Print QR codes
- Print images
- Print Barcodes

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_sunmi_printer
description: Flutter plugin allows to print thermal receipts using Sunmi device with a built-in printer
version: 0.2.0
version: 0.2.1
homepage: https://github.com/andrey-ushakov/flutter_sunmi_printer

environment:
Expand Down

0 comments on commit f890f52

Please sign in to comment.