another_imin_printer 0.7.0 copy "another_imin_printer: ^0.7.0" to clipboard
another_imin_printer: ^0.7.0 copied to clipboard

PlatformAndroid

Flutter plugin to run Imin Printer with support for printing text, images, and QR codes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add another_imin_printer

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

dependencies:
  another_imin_printer: ^0.7.0

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:another_imin_printer/enums/print_size_imin.dart';
import 'package:another_imin_printer/enums/print_style_align.dart';
import 'package:another_imin_printer/enums/print_style_font.dart';
import 'package:another_imin_printer/imin_printer.dart';
import 'package:another_imin_printer/imin_printer_method_channel.dart';
import 'package:another_imin_printer/imin_printer_platform_interface.dart';
import 'package:another_imin_printer/print_style.dart';
2
likes
160
points
1.08k
downloads

Publisher

verified publisherfuadreza.top

Weekly Downloads

Flutter plugin to run Imin Printer with support for printing text, images, and QR codes.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on another_imin_printer

Packages that implement another_imin_printer