gertec 0.0.8 copy "gertec: ^0.0.8" to clipboard
gertec: ^0.0.8 copied to clipboard

PlatformAndroid

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';
15
likes
150
pub points
56%
popularity

Publisher

verified publishermarcus.brasizza.com

Gertec package to help to print in SK120 device with a lot of features

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on gertec