grammer 1.0.1 copy "grammer: ^1.0.1" to clipboard
grammer: ^1.0.1 copied to clipboard

outdated

A library to process noun (plural to singular and singular to plural), verb (gerund, present & past) and adjective (comparative, superlative) transformations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add grammer

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

dependencies:
  grammer: ^1.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:grammer/grammer.dart';
12
likes
0
pub points
40%
popularity

Publisher

verified publisherjustkawal.dev

A library to process noun (plural to singular and singular to plural), verb (gerund, present & past) and adjective (comparative, superlative) transformations.

Homepage

License

unknown (LICENSE)

Dependencies

stemmer

More

Packages that depend on grammer