onepub.dev

  • Packages
Results39 packages owned by onepub.dev
Sort by
Money and Currency classes with fixed precision maths, parsing and formatting. (Money.parse('$2010.00') * 10).format('S CC#,##0') -> $ US20,100
Provides easy access to useful information about the system (architecture, bitness, kernel, memory, operating system, CPU, user).
Provides a set of String related aimed at extending the core String class and provide safer methods for working with nullable strings and strings in general.
A Dependency injection (Inversion of Control) library. Supports nested Scopes and multiple values of the same type.
A helper library for command-line applications that need more control over input/output than the standard library provides.
Provides a simple means of saving/loading settings from a yaml file without the yaml fuss.
Fixed scale decimal numbers with mathematical operations, formatting and parsing.
String validation and sanitization for Dart.
Dart console SDK - write console (cli) apps/scripts using dart.
Provides simple operations for traversing a tree. Works with any tree structure providing that you can return the set of children for a node when requested.