inflection 0.1.0 copy "inflection: ^0.1.0" to clipboard
inflection: ^0.1.0 copied to clipboard

outdatedDart 1 only

A port of Rails' ActiveSupport inflection library to Dart.

Inflection. #

A port of the Rails/ActiveSupport inflector library to Dart.

Usage #

A simple usage example:

import 'package:inflection/inflection.dart' as infl;

main() {
  print(infl.convertToSnakeCase("CamelCaseName"));
}
0
likes
0
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

A port of Rails' ActiveSupport inflection library to Dart.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on inflection