dey_dev_utils 0.1.0-dev.1
dey_dev_utils: ^0.1.0-dev.1 copied to clipboard
A collection of utilities for development in Dart.
0.1.0-dev.1 #
First public prerelease of dey_dev_utils.
- Added typed
Resulthandling withOk,Err, guards, transformations, and extraction helpers. - Added scope helpers for resource cleanup, fluent transformations, side effects, and conditional filtering.
- Added type-safe comparison helpers through the
Comparisonenum. - Added stack-safe synchronous trampolines with
Bounce,Done, andMore. - Added experimental APIs for options, validation, lenses, isomorphisms, middleware, sagas, specifications, tracing, rate limiting, contracts, monoids, and lazy initialization.
- Added AI skills with implementation, testing, documentation, and review guidance for the stable libraries.
- Replaced the package template README with usage and contribution guidance.
- Added the MIT License for package and source-code reuse.