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

qsu is a utility library that contains useful and frequently used functions. It contains useful functions for processing array, object, and string data. Start with your preferred programming language [...]

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
150
points
48
downloads

Publisher

verified publishercdget.com

Weekly Downloads

qsu is a utility library that contains useful and frequently used functions. It contains useful functions for processing array, object, and string data. Start with your preferred programming language and the latest development environment.

Homepage
Repository (GitHub)
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

crypto, path

More

Packages that depend on qsu