Possessive

style: very good analysis License: MIT

Dart package to get the possessive form of a String.

Based on the possessive Ruby gem by bclubb.

Installation 💻

Add possessive to your pubspec.yaml:

dependencies:
  possessive: ^1.0.0

Install it:

dart pub get

Use it:

'Brian'.possessive(); // Returns "Brian's"

Libraries

possessive
possessive