copywriting 0.0.3 copywriting: ^0.0.3 copied to clipboard
Streamline software engagement with Copywriting. Your essential toolkit for persuasive and user-centric content in Dart
Installing: #
In your pubspec.yaml
dependencies:
copywriting: ^0.0.1
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"