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

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

32
likes
160
points
101
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.

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

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

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

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

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

21
likes
160
points
24
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
29
downloads
Provides extension methods on all types to allow inspection/mutation (tap), transformation (pipe), and converting (conv)

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

4
likes
160
points
37
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
34
downloads
Similarity algorithms for Dart.

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

3
likes
150
points
34
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.

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

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

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

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