inflector_dart 1.0.2 copy "inflector_dart: ^1.0.2" to clipboard
inflector_dart: ^1.0.2 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
160
points
170
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