dls_s600 1.0.0+5
dls_s600: ^1.0.0+5 copied to clipboard
A Flutter plugin by Dolly Solutions for S600 device functionality including printing, QR codes, and smart card operations.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dls_s600This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dls_s600: ^1.0.0+5Alternatively, 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:dls_s600/S600SDK.dart';
import 'package:dls_s600/main.dart';