gertec 0.0.4 copy "gertec: ^0.0.4" to clipboard
gertec: ^0.0.4 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 Dart:

 $ dart pub add gertec

With Flutter:

 $ flutter pub add gertec

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

dependencies:
  gertec: ^0.0.4

Alternatively, 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: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
0
points
433
downloads

Publisher

verified publishermarcus.brasizza.com

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on gertec