TSS Poster
A powerful Flutter package for creating posters, flyers, and social media graphics.
Features
- Drag & Drop Editor: Add text, images, and shapes. Move, resize, and rotate layers.
- Auto-Creator: Generate posters automatically from a simple form.
- Templates: Support for free and paid templates.
- Export: Export designs as high-quality images.
- Customizable: Built-in property editor for text and colors.
Getting Started
Add tss_poster to your pubspec.yaml:
dependencies:
tss_poster: ^0.0.1
Usage
Basic Editor
import 'package:tss_poster/tss_poster.dart';
class MyEditor extends StatelessWidget {
@override
Widget build(BuildContext context) {
return PosterEditor();
}
}
Auto-Generate Poster
AutoPosterForm(
onGenerate: (poster) {
// Handle generated poster
},
)
License
MIT