This monorepo contains my set of lightweight, focused packages that solve specific problems without unnecessary dependencies. Each tool is designed to be:
- Independent - can be used standalone or together
- Lightweight - minimal dependencies and overhead
- Native - follow Dart & Flutter practices
- Type-safe - leveraging Dart's type system for safety
- Well-documented - comprehensive examples and API docs
| Tool | Description | Updated |
|---|---|---|
| json | Type-safe JSON parsing class that provides convenient methods for accessing and transforming JSON data. | Dec 3, 2025 |
| copy | Package that simplifies the copyWith pattern for immutable state objects, eliminating boilerplate for nullable fields. | Dec 3, 2025 |
| http_middleware | HTTP middleware system for http package that enables powerful request/response interception patterns |
Dec 3, 2025 |