• 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
413
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

13
likes
150
points
417
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
250
downloads
A pure Dart implementation of Rust patterns. Types include Result, Option, Cell, Slice, Array, Iterator, etc. Facilitates functional programming and error handling.

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

6
likes
160
points
98
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.

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

21
likes
160
points
42
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

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

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

9
likes
140
points
48
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.

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

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

async_state_buildercopy "async_state_builder: ^0.4.2" to clipboard
async_state_builder: ^0.4.2 copied to clipboard

3
likes
160
points
32
downloads
Lightweight and improved versions of FutureBuilder and StreamBuilder as state machines. Useful for handling Futures and Streams.

thiserrorcopy "thiserror: ^0.3.2" to clipboard
thiserror: ^0.3.2 copied to clipboard

3
likes
160
points
29
downloads
A library for concisely defining error types (error enums / sealed classes) and their String representation.