tss_poster 1.3.8
tss_poster: ^1.3.8 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.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add tss_posterWith Flutter:
$ flutter pub add tss_posterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
tss_poster: ^1.3.8Alternatively, 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:tss_poster/tss_poster.dart';