copywriting 0.0.1
copywriting: ^0.0.1 copied to clipboard
Essential software copywriting for seamless development
copywriter #
Comprehensive copywriting library with standard phrases for software development projects
Features #
- Standard Copywritings across 38+ categories
- Customise Copwriting based on your requirements
- Multiple Language Support (coming soon)
Installing: #
In your pubspec.yaml
dependencies:
copywriter: ^0.0.1
import 'package:copywriter/copywriter.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.