getnet_pos 0.1.1+1 copy "getnet_pos: ^0.1.1+1" to clipboard
getnet_pos: ^0.1.1+1 copied to clipboard

outdated

This is a plugin wrapper to handle calls to getnet pos hardware sdk.

getnet_pos #

A plugin wrapper to use getnet pos hardware sdk on your flutter apps.

ONLY WORKS ON ANDROID FOR NOW

Usage #

You can pass a list of string as argument. The first element of the list is the header.

import 'package:getnet_pos/getnet_pos.dart';

...

try {
  GetnetPos.print([
    "Header is the first line",
    "Content line 1",
    "Content line 2",
  ]);
} on PlatformException {
 ..
}
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

This is a plugin wrapper to handle calls to getnet pos hardware sdk.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on getnet_pos