recase 4.1.0 copy "recase: ^4.1.0" to clipboard
recase: ^4.1.0 copied to clipboard

Changes the case of the input text to the desire case convention.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add recase
copied to clipboard

With Flutter:

 $ flutter pub add recase
copied to clipboard

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

dependencies:
  recase: ^4.1.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:recase/recase.dart';
copied to clipboard
351
likes
150
points
1.27M
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.02 - 2025.04.16

Changes the case of the input text to the desire case convention.

Repository (GitHub)

Documentation

API reference

License

BSD-2-Clause (license)

More

Packages that depend on recase