dev_string_converter 0.3.0 copy "dev_string_converter: ^0.3.0" to clipboard
dev_string_converter: ^0.3.0 copied to clipboard

converting strings via toVarName(x) <-> toLowerCamelCase(x) toClassName(x) <-> toUpperCamelCase(x) toConstName(x) <-> toUpperCaseWith(x,"_") toTableName( [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dev_string_converter

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

dependencies:
  dev_string_converter: ^0.3.0

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

Publisher

unverified uploader

converting strings via toVarName(x) <-> toLowerCamelCase(x) toClassName(x) <-> toUpperCamelCase(x) toConstName(x) <-> toUpperCaseWith(x,"_") toTableName(x) <-> toLowerCaseWith(x,"_") toPolyName(x) <-> toLowerCaseWith(x,"-")

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

More

Packages that depend on dev_string_converter