pax_player 0.0.7
pax_player: ^0.0.7 copied to clipboard
A Flutter package for POS (Point of Sale) devices, providing essential methods for card reading, barcode scanning, QR code scanning, and more. Simplify POS integration in your Flutter app with this ve [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pax_playerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pax_player: ^0.0.7Alternatively, 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:pax_player/pax_player.dart';