tss_poster 1.3.9 copy "tss_poster: ^1.3.9" to clipboard
tss_poster: ^1.3.9 copied to clipboard

A professional Canva-style poster editor with realistic templates, advanced editing tools, drag-and-drop, and cross-platform support for all devices.

example/tss_poster_example.dart

import 'package:tss_poster/tss_poster.dart';

void main() {
  // Only static, non-UI, non-IO demonstration.
  final controller = PosterController();
  controller.addLayer(TextLayer(text: "Sample text"));
  print("Poster created successfully with ${controller.poster.layers.length} layer.");
}
11
likes
0
points
1.04k
downloads

Publisher

verified publishertechsukras.com

Weekly Downloads

A professional Canva-style poster editor with realistic templates, advanced editing tools, drag-and-drop, and cross-platform support for all devices.

Repository (GitHub)
View/report issues

Topics

#image-editor #canvas #poster #design

License

unknown (license)

Dependencies

file_picker, flutter, flutter_colorpicker, google_fonts, image_picker, path_provider, share_plus, universal_html, universal_io, uuid

More

Packages that depend on tss_poster