more_functions 0.0.1 copy "more_functions: ^0.0.1" to clipboard
more_functions: ^0.0.1 copied to clipboard

A dart package which provides a lot of helpers functions for easy development.

example/more_functions_example.dart

import 'package:more_functions/more_functions.dart'
    show ExtensionsStringCaseUpper;

void main() {
  print('hello world!'.toUpperCamelCase);
}
1
likes
140
pub points
0%
popularity

Publisher

unverified uploader

A dart package which provides a lot of helpers functions for easy development.

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on more_functions