copywriter
Streamline software engagement with Copywriting: your essential toolkit for persuasive and user-centric content in Dart
Features
- Standard Copywritings across 38+ categories
- Customise Copwriting based on your requirements
- Multiple Language Support (coming soon)
Installing:
In your pubspec.yaml
dependencies:
copywriting: ^0.0.3
import 'package:copywriting/copywriting.dart' as copywriter;
Usage
Text(copywriter.customerFeedback); // "Customer Feedback"
To change default value of copywriting
copwriter.customerFeedback = "Customer Review";
Text(copywriter.customerFeedback); //"Customer Review"
Contributing
If you would like to contribute new copywriting examples or suggest improvements, please contribute here. We appreciate your contributions to make this library even more comprehensive and valuable.
License
This project is licensed under the MIT License.