print 0.1.0 copy "print: ^0.1.0" to clipboard
print: ^0.1.0 copied to clipboard

outdated

A simple Flutter plugin for printing images. Currently only Android is supported.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add print

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

dependencies:
  print: ^0.1.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:print/print.dart';
0
likes
30
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

A simple Flutter plugin for printing images. Currently only Android is supported.

Homepage

License

unknown (license)

Dependencies

flutter, path_provider

More

Packages that depend on print

Packages that implement print