pdfcraft_core 1.1.2 copy "pdfcraft_core: ^1.1.2" to clipboard
pdfcraft_core: ^1.1.2 copied to clipboard

Core models, schema definitions, and plugin contracts for the PDFCraft ecosystem.

example/pdfcraft_core_example.dart

// ignore_for_file: avoid_print
import 'package:pdfcraft_core/pdfcraft_core.dart';

void main() {
  const template = Template(
    version: '1.0.0',
    pages: [
      PageSchema(
        id: 'page_1',
        width: 595.28,
        height: 841.89,
      ),
    ],
  );

  final jsonMap = template.toJson();
  print('Generated template JSON: $jsonMap');
}
0
likes
150
points
368
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Core models, schema definitions, and plugin contracts for the PDFCraft ecosystem.

Homepage
Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

ko-fi.com
www.paypal.com

License

MIT (license)

Dependencies

flutter, freezed_annotation, json_annotation

More

Packages that depend on pdfcraft_core