cs50sdkupdate 0.0.2
cs50sdkupdate: ^0.0.2 copied to clipboard
The CS50 SDK Update Flutter package provides a comprehensive solution for integrating with the CS POS ES, facilitating operations such as printer management, PICC operations, and more. This package si [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add cs50sdkupdate
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
cs50sdkupdate: ^0.0.2
Alternatively, 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:cs50sdkupdate/cs50sdkupdate.dart';