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

A Flutter plugin for connecting to the portable iData Label Printer via bluetooth.

idata_label_printer #

pub package](https://pub.dev/packages/idata_label_printer)

A new Flutter plugin for connecting to iData thermal/label printer via bluetooth (Android Only), this plugin is still under development.

Platform Support #

Android iOS MacOS Web Linux Windows
✔️ ️X ️X ️X ️X ️X

Getting Started #

  1. Depend on it

    Add this to your package's pubspec.yaml file:

     dependencies:
     idata_label_printer: ^any
    
  2. Install it

    You can install packages from the command line:

    with Flutter:

     flutter packages get
    

    Alternatively, your editor might support flutter packages get. Check the docs for your editor to learn more.

  3. Import it

    Now in your Dart code, you can use:

     import 'package:idata_label_printer/idata_label_printer.dart';
    

EXAMPLE:

For detail demonstration please look at example folder

Note: make sure to upgrade your project to compileSdkVersion 31 or above

If you like my content, please consider buying me a coffee. Thank you for your support!

2
likes
140
points
17
downloads

Publisher

verified publishermithran.dev

Weekly Downloads

A Flutter plugin for connecting to the portable iData Label Printer via bluetooth.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on idata_label_printer

Packages that implement idata_label_printer