strings 0.2.2 strings: ^0.2.2 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'));
}