voyver.com

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

15
likes
150
points
49
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

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

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

4
likes
160
points
31
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
60
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
61
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.

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

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

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

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

bloc_subject_providercopy "bloc_subject_provider: ^0.4.1" to clipboard
bloc_subject_provider: ^0.4.1 copied to clipboard

2
likes
140
points
22
downloads
Reactive event based state management. Implementation of the Bloc pattern as an rxdart subject (BlocSubject) and a riverpod provider for the new subject (BlocSubjectProvider).#state-management#bloc#rxdart#reactive-programming#streams

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

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