Skip to content

Commit

Permalink
Updated esc_pos_utils, flutter_bluetooth_basic package versions. Supp…
Browse files Browse the repository at this point in the history
…ort printing in different languages.
  • Loading branch information
andrey-ushakov committed Mar 11, 2020
1 parent b9bf3aa commit c97d8cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
## [0.1.1]
* Updated `esc_pos_utils`, `flutter_bluetooth_basic` package versions


## [0.1.0]
* Android and iOS Bluetooth printing support
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: esc_pos_bluetooth
description: The library allows to print receipts using an ESC/POS thermal Bluetooth printer.
version: 0.1.0
version: 0.1.1
homepage: https://github.com/andrey-ushakov/esc_pos_bluetooth

environment:
Expand All @@ -10,8 +10,8 @@ dependencies:
flutter:
sdk: flutter
rxdart: ^0.23.1
esc_pos_utils: ^0.1.2
flutter_bluetooth_basic: ^0.1.2
esc_pos_utils: ^0.2.0
flutter_bluetooth_basic: ^0.1.3

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit c97d8cd

Please sign in to comment.