brother_native_print 0.2.0
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_printWith Flutter:
$ flutter pub add brother_native_printThis 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.0Alternatively, 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';