littlefish_interfaces 4.0.2
littlefish_interfaces: ^4.0.2 copied to clipboard
Interface definitions for pos gateway
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add littlefish_interfacesWith Flutter:
$ flutter pub add littlefish_interfacesThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
littlefish_interfaces: ^4.0.2Alternatively, 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:littlefish_interfaces/card_payment_gateway.dart';
import 'package:littlefish_interfaces/inventory_interface.dart';
import 'package:littlefish_interfaces/pos_result_interface.dart';
import 'package:littlefish_interfaces/print_address_interface.dart';
import 'package:littlefish_interfaces/printer_gateway.dart';
import 'package:littlefish_interfaces/printer_request_interface.dart';
import 'package:littlefish_interfaces/scan_result_interface.dart';
import 'package:littlefish_interfaces/scanner_gateway.dart';