string_converters 1.0.0 copy "string_converters: ^1.0.0" to clipboard
string_converters: ^1.0.0 copied to clipboard

Converts strings via: toVarName(x), toLowerCamelCase(x), toClassName(x), toUpperCamelCase(x), toConstName(x), toUpperCaseWith(x,"_")\, toTableName(x), toLowerCaseWith(x,"_"), toPolyName(x), toLowerCas [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add string_converters

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

dependencies:
  string_converters: ^1.0.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:string_converters/string_converters.dart';
0
likes
20
pub points
5%
popularity

Publisher

unverified uploader

Converts 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 string_converters