getnet_pos 0.0.1 copy "getnet_pos: ^0.0.1" to clipboard
getnet_pos: ^0.0.1 copied to clipboard

outdated

A new flutter plugin project.

getnet_pos #

A plugin wrapper to genet pos hardware interface methods.

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 {
  await 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

A new flutter plugin project.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on getnet_pos