merchize 0.0.2
merchize: ^0.0.2 copied to clipboard
Merchize plugin enables seamless integration with Merchize’s print-on-demand platform. Easily sync orders, manage products, update shipping statuses, and upload artworks directly from your dashboard. [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add merchize
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
merchize: ^0.0.2
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:merchize/merchize.dart';