plural_noun 0.0.1 copy "plural_noun: ^0.0.1" to clipboard
plural_noun: ^0.0.1 copied to clipboard

outdated

Converts a singular noun to a plural noun using a set of rules. This works fine for most nouns, but note that some exceptions might not be covered, resulting in invalid conversions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add plural_noun

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  plural_noun: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:plural_noun/plural_noun.dart';
5
likes
0
points
1.1k
downloads

Publisher

unverified uploader

Weekly Downloads

Converts a singular noun to a plural noun using a set of rules. This works fine for most nouns, but note that some exceptions might not be covered, resulting in invalid conversions.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter

More

Packages that depend on plural_noun