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

A lightweight Dart utility for smart word transformations - from singular to plural, snake_case to camelCase, and everything in between.

example/inflector_dart_example.dart

import 'package:inflector_dart/inflector_dart.dart';

void main() {
  print(Inflector.camelize("message_properties"));
}
2
likes
150
points
182
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight Dart utility for smart word transformations - from singular to plural, snake_case to camelCase, and everything in between.

Repository (GitHub)
View/report issues

Topics

#camelcase #snakecase #string #inflector #text-processing

Documentation

API reference

License

MIT (license)

More

Packages that depend on inflector_dart