brother_native_print 0.2.0 copy "brother_native_print: ^0.2.0" to clipboard
brother_native_print: ^0.2.0 copied to clipboard

Flutter plugin to print images and PDFs to Brother label and mobile printers (RJ and QL series) over Wi-Fi, Bluetooth (BLE) and USB on Android.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add brother_native_print

With Flutter:

 $ flutter pub add brother_native_print

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  brother_native_print: ^0.2.0

Alternatively, 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:brother_native_print/brother_native_print.dart';
2
likes
0
points
286
downloads

Publisher

verified publishertekny.eu

Weekly Downloads

Flutter plugin to print images and PDFs to Brother label and mobile printers (RJ and QL series) over Wi-Fi, Bluetooth (BLE) and USB on Android.

Repository (GitHub)
View/report issues

Topics

#printing #printer #brother #bluetooth #label-printer

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on brother_native_print

Packages that implement brother_native_print