qsu 1.7.0 copy "qsu: ^1.7.0" to clipboard
qsu: ^1.7.0 copied to clipboard

Everyday helpers you would otherwise write yourself: slugs, text case, date math, file size formatting, deep clone and merge, validation and hashing.

example/qsu_example.dart

import 'package:qsu/qsu.dart';

/// For the various functions provided by the package,
/// see the documentation: https://qsu.cdget.com/reference
void main() {
  trim(' hello '); // Returns 'hello'

  numberFormat(123456); // Returns '123,456'

  capitalizeFirst('abc'); // Returns 'Abc'

  isEmail('abc@example.com'); // Returns true
}
1
likes
160
points
159
downloads

Documentation

API reference

Publisher

verified publishercdget.com

Weekly Downloads

Everyday helpers you would otherwise write yourself: slugs, text case, date math, file size formatting, deep clone and merge, validation and hashing.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#utility #helper #string #validation #crypto

License

MIT (license)

Dependencies

crypto, path, unorm_dart

More

Packages that depend on qsu