ciontek 0.0.4+2025041701
ciontek: ^0.0.4+2025041701 copied to clipboard
Wrapper for Ciontek SDK, with this package you can print text
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ciontekWith Flutter:
$ flutter pub add ciontekThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ciontek: ^0.0.4+2025041701Alternatively, 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:ciontek/ciontek.dart';