dls_s600 1.0.0 copy "dls_s600: ^1.0.0" to clipboard
dls_s600: ^1.0.0 copied to clipboard

A Flutter plugin by Dolly Solutions for S600 device functionality including printing, QR codes, and smart card operations.

DLS S600 Flutter Plugin #

A Flutter plugin for Dolly Solutions S600 device functionality including:

  • Barcode printing
  • QR code generation
  • Smart card operations
  • Device service binding

Installation #

Add this to your package's pubspec.yaml file:

dependencies:
  dls_s600: ^1.0.0

Usage #

Import the package:

import 'package:dls_s600/dls_s600.dart';

Example #

// Initialize printer
final printer = DlsS600.printer;

// Print barcode
await printer.printBarCode("1234567890");

// Generate QR code
final qrImage = await DlsS600.generateQRCode("https://example.com");

Platform Setup #

Android #

Add these permissions to your AndroidManifest.xml if not already present:

<uses-permission android:name="android.permission.INTERNET"/>

License #

MIT

1
likes
0
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin by Dolly Solutions for S600 device functionality including printing, QR codes, and smart card operations.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, image

More

Packages that depend on dls_s600

Packages that implement dls_s600