Dart package to get the possessive form of a String.
Based on the possessive Ruby gem by bclubb.
Add possessive to your pubspec.yaml:
dependencies:
possessive: ^1.0.0Install it:
dart pub getUse it:
'Brian'.possessive(); // Returns "Brian's"| Name | Name | Last commit date | ||
|---|---|---|---|---|
Dart package to get the possessive form of a String.
Based on the possessive Ruby gem by bclubb.
Add possessive to your pubspec.yaml:
dependencies:
possessive: ^1.0.0Install it:
dart pub getUse it:
'Brian'.possessive(); // Returns "Brian's"