• Packages
Results 13 packages owned by voyver.com
Sort by

anyhowcopy "anyhow: ^3.0.1" to clipboard
anyhow: ^3.0.1 copied to clipboard

31
likes
160
points
333
downloads
Idiomatic error handling capabilities to make your code safer, more maintainable, and errors easier to debug. Dart implementation of Rust's Result monad type and "anyhow" crate.

rustcopy "rust: ^3.1.0" to clipboard
rust: ^3.1.0 copied to clipboard

14
likes
150
points
384
downloads
A pure Dart implementation of Rust patterns. Types include Result, Option, Cell, Slice, Array, Iterator, Channels, Mutex, Path, etc.

rust_corecopy "rust_core: ^1.3.7" to clipboard
rust_core: ^1.3.7 copied to clipboard

28
likes
140
points
422
downloads
A pure Dart implementation of Rust patterns. Types include Result, Option, Cell, Slice, Array, Iterator, etc. Facilitates functional programming and error handling.

shellercopy "sheller: ^1.0.2" to clipboard
sheller: ^1.0.2 copied to clipboard

21
likes
160
points
46
downloads
Ergonomic scripting in Dart. Utilities for interacting with shells and converting output to Dart types. Replace your scripts (e.g. bash or python) with Dart.

tappercopy "tapper: ^2.0.0" to clipboard
tapper: ^2.0.0 copied to clipboard

8
likes
150
points
85
downloads
Provides extension methods on all types to allow inspection/mutation (tap), transformation (pipe), and converting (conv)

path_typecopy "path_type: ^3.0.1" to clipboard
path_type: ^3.0.1 copied to clipboard

6
likes
160
points
60
downloads
A path type providing a type-safe and cross-platform path abstraction for managing and manipulating file paths, supporting both POSIX and Windows file systems.

bloc_subjectcopy "bloc_subject: ^0.4.1" to clipboard
bloc_subject: ^0.4.1 copied to clipboard

4
likes
160
points
70
downloads
Reactive event based state management. Implementation of the Bloc pattern as an rxdart subject (BlocSubject).#bloc#rxdart#reactive-programming#streams#reactive

similaritycopy "similarity: ^0.2.1" to clipboard
similarity: ^0.2.1 copied to clipboard

5
likes
140
points
67
downloads
Similarity algorithms for Dart.

offset_listcopy "offset_list: ^0.1.0" to clipboard
offset_list: ^0.1.0 copied to clipboard

3
likes
140
points
65
downloads
A list with an offset for accessing elements. This is useful for correctly implementing mathematical formulas that assume a different starting index than 0.

rewindcopy "rewind: ^0.3.5" to clipboard
rewind: ^0.3.5 copied to clipboard

9
likes
130
points
35
downloads
A logging tool that enables you to record any data, with full customization of what is captured and the appearance of your logs at every logging level.