handy 1.1.5 copy "handy: ^1.1.5" to clipboard
handy: ^1.1.5 copied to clipboard

A collection of handy utilities that I found useful while writing my own programs.

example/handy_example.dart

import 'package:handy/handy.dart';

void main() {
  final title = "rayman 2: the great escape";

  print(title.toTitleCase()); // Rayman 2: The Great Escape
  print(title.capitalize()); // Rayman 2: the great escape
}
2
likes
160
pub points
0%
popularity

Publisher

unverified uploader

A collection of handy utilities that I found useful while writing my own programs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

More

Packages that depend on handy