gcprinter 1.0.5
gcprinter: ^1.0.5 copied to clipboard
This plugin allows the Flutter app to print tickets on a goodcom pos printer using a few simple apis,it support all the goodcom android pos printer.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add gcprinterWith Flutter:
$ flutter pub add gcprinterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
gcprinter: ^1.0.5Alternatively, 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:gcprinter/gcprinter.dart';