blue_print_pos_table 0.0.1 copy "blue_print_pos_table: ^0.0.1" to clipboard
blue_print_pos_table: ^0.0.1 copied to clipboard

outdated

Plugin to connecting bluetooth printer device, support on Android and iOS with table

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add blue_print_pos_table

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  blue_print_pos_table: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:blue_print_pos_table/blue_print_pos.dart';
import 'package:blue_print_pos_table/models/blue_device.dart';
import 'package:blue_print_pos_table/models/connection_status.dart';
import 'package:blue_print_pos_table/models/models.dart';
import 'package:blue_print_pos_table/receipt/collection_style.dart';
import 'package:blue_print_pos_table/receipt/receipt.dart';
import 'package:blue_print_pos_table/receipt/receipt_alignment.dart';
import 'package:blue_print_pos_table/receipt/receipt_image.dart';
import 'package:blue_print_pos_table/receipt/receipt_line.dart';
import 'package:blue_print_pos_table/receipt/receipt_section_text.dart';
import 'package:blue_print_pos_table/receipt/receipt_text.dart';
import 'package:blue_print_pos_table/receipt/receipt_text_left_right.dart';
import 'package:blue_print_pos_table/receipt/receipt_text_size_type.dart';
import 'package:blue_print_pos_table/receipt/receipt_text_style.dart';
import 'package:blue_print_pos_table/receipt/receipt_text_style_type.dart';
import 'package:blue_print_pos_table/receipt/receipt_text_table.dart';
import 'package:blue_print_pos_table/scanner/blue_scanner.dart';
1
likes
0
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

Plugin to connecting bluetooth printer device, support on Android and iOS with table

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

blue_thermal_printer, esc_pos_utils_plus, flutter, flutter_blue_plus, image, qr_flutter

More

Packages that depend on blue_print_pos_table

Packages that implement blue_print_pos_table