change_case 2.2.0 copy "change_case: ^2.2.0" to clipboard
change_case: ^2.2.0 copied to clipboard

An extension on String for the missing methods for 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
copied to clipboard

With Flutter:

 $ flutter pub add change_case
copied to clipboard

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

dependencies:
  change_case: ^2.2.0
copied to clipboard

Alternatively, your editor might support dart pub get or flutter 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';
copied to clipboard
57
likes
160
points
71.4k
downloads

Publisher

verified publishermrgnhnt.com

Weekly Downloads

2024.09.16 - 2025.03.31

An extension on String for the missing methods for camelCase, PascalCase, Capital Case, snake_case, param-case, CONSTANT_CASE and others.

Repository (GitHub)

Topics

#formatting #case #casing #camelcase #snakecase

Documentation

API reference

License

MIT (license)

Dependencies

meta

More

Packages that depend on change_case