gcprinter 1.0.3 copy "gcprinter: ^1.0.3" to clipboard
gcprinter: ^1.0.3 copied to clipboard

PlatformAndroid

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 Flutter:

 $ flutter pub add gcprinter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  gcprinter: ^1.0.3

Alternatively, 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:gcprinter/gcprinter.dart';
2
likes
150
pub points
60%
popularity

Publisher

unverified uploader

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on gcprinter