change_case 1.0.0+2 copy "change_case: ^1.0.0+2" to clipboard
change_case: ^1.0.0+2 copied to clipboard

outdated

An extension on String to transform a string between camelCase, PascalCase, Capital Case, snake_case, param-case, CONSTANT_CASE and others.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add change_case

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

dependencies:
  change_case: ^1.0.0+2

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:change_case/change_case.dart';
44
likes
0
pub points
95%
popularity

Publisher

verified publishermrgnhnt.com

An extension on String to transform a string between camelCase, PascalCase, Capital Case, snake_case, param-case, CONSTANT_CASE and others.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

meta

More

Packages that depend on change_case