strings 0.1.4 strings: ^0.1.4 copied to clipboard
The 'strings' is a helper for the string transformation which can be useful in the code generators (such as 'camelize', 'escape', 'underscore' etc).
import 'package:strings/strings.dart';
void main(List<String> args) {
print(camelize('DART VM'));
}