printify 1.0.17 copy "printify: ^1.0.17" to clipboard
printify: ^1.0.17 copied to clipboard

A package for making Printify print-on-demand objects out of json response objects.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add printify

With Flutter:

 $ flutter pub add printify

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

dependencies:
  printify: ^1.0.17

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:printify/printify.dart';
1
likes
100
points
124
downloads

Publisher

unverified uploader

Weekly Downloads

A package for making Printify print-on-demand objects out of json response objects.

Repository

Documentation

API reference

License

unknown (license)

Dependencies

dio, flutter_riverpod, foundation, freezed, freezed_annotation, json_annotation, json_serializable, riverpod, riverpod_annotation

More

Packages that depend on printify