zebra_printer 0.1.3
zebra_printer: ^0.1.3 copied to clipboard
Zebra yazıcılar için Flutter yönetim paketi. Bluetooth bağlantısı ve ZPL gönderimi için Zebra Link-OS SDK kullanır.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add zebra_printerWith Flutter:
$ flutter pub add zebra_printerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
zebra_printer: ^0.1.3Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:zebra_printer/zebra_printer.dart';