singular_plural 0.9.0 copy "singular_plural: ^0.9.0" to clipboard
singular_plural: ^0.9.0 copied to clipboard

A Dart package for converting English words between singular and plural forms

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add singular_plural

With Flutter:

 $ flutter pub add singular_plural

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

dependencies:
  singular_plural: ^0.9.0

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

Import it

Now in your Dart code, you can use:

import 'package:singular_plural/singular_plural.dart';
1
likes
150
points
10
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Dart package for converting English words between singular and plural forms

Repository (GitHub)
View/report issues

License

AGPL-3.0 (license)

More

Packages that depend on singular_plural