copywriting 0.0.3 copy "copywriting: ^0.0.3" to clipboard
copywriting: ^0.0.3 copied to clipboard

Streamline software engagement with Copywriting. Your essential toolkit for persuasive and user-centric content in Dart

example/README.md

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"
5
likes
150
points
20
downloads

Publisher

verified publisheruditswaroopa.tech

Weekly Downloads

Streamline software engagement with Copywriting. Your essential toolkit for persuasive and user-centric content in Dart

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on copywriting