portakal_flutter 0.1.4
portakal_flutter: ^0.1.4 copied to clipboard
Universal printer language SDK — TSC, ZPL, EPL, ESC/POS, CPCL, DPL, IPL, SBPL, Star PRNT. Text, images, printer-native commands, and Flutter preview widgets.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add portakal_flutterWith Flutter:
$ flutter pub add portakal_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
portakal_flutter: ^0.1.4Alternatively, 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:portakal_flutter/portakal_flutter.dart';