0 purchases
copywriting
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
copied to clipboard
import 'package:copywriting/copywriting.dart' as copywriter;
copied to clipboard
Usage #
Text(copywriter.customerFeedback); // "Customer Feedback"
copied to clipboard
To change default value of copywriting #
copwriter.customerFeedback = "Customer Review";
Text(copywriter.customerFeedback); //"Customer Review"
copied to clipboard
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.