merchize 0.0.2 copy "merchize: ^0.0.2" to clipboard
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. [...]

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:merchize/merchize.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatefulWidget {
  const MyApp({super.key});

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {

  @override
  void initState() {
    super.initState();
  }
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body: Center(
          child: Text('Running on'),
        ),
      ),
    );
  }
}
0
likes
140
points
48
downloads

Publisher

verified publishermgorki.id.vn

Weekly Downloads

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. Simple, efficient, and optimized for POD businesses.

Documentation

API reference

License

BSL-1.0 (license)

Dependencies

dio, flutter, get_it, json_annotation, logger, retrofit

More

Packages that depend on merchize