gertec 0.0.8 gertec: ^0.0.8 copied to clipboard
Gertec package to help to print in SK120 device with a lot of features
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add gertec
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
gertec: ^0.0.8
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:gertec/core/helpers/constants.dart';
import 'package:gertec/core/helpers/models/gertec_response.dart';
import 'package:gertec/core/helpers/models/gertec_text.dart';
import 'package:gertec/gertec_printer.dart';
import 'package:gertec/gertec_printer_method_channel.dart';
import 'package:gertec/gertec_printer_platform_interface.dart';