dartypod
A minimal Service Locator with compile-time safe provider references, enabling clean dependency injection patterns.
0.2.0
12K downloads/mo
#2747 most downloaded on pub.dev
robert-northmind/dartypod
What this package is like to depend on
Last release 6 months ago
05 Feb 2026
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
6 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Feb 2026 to Feb 2026Releases
latest 3-
0.2.005 Feb 2026Release notes
Open source →Added
- Circular dependency detection with
PodCycleErrorduring resolution - Optional
debugNamefor providers to improve diagnostics
Full Changelog: v0.1.1...v0.2.0
Release notes
Open source →Added
- Circular dependency detection with
PodCycleErrorduring resolution - Optional
debugNamefor providers to improve diagnostics
- Circular dependency detection with
-
0.1.104 Feb 2026Release notes
Open source →Added
- Release automation with tag-based publishing to pub.dev
- Numbered steps in RELEASING.md Quick Reference for easier scanning
- Version bump tooling (
dart tool/version_bump.dart) - Pre-release validation (
dart tool/pre_release_check.dart) - Release creation script (
dart tool/create_release.dart) - creates tag, pushes, and creates GitHub release with changelog - CI changelog check with
skip-changeloglabel escape hatch - Smart changelog validation (
dart tool/check_changelog.dart) - auto-detects release branches CONTRIBUTING.mdwith development workflow and PR guidelinesRELEASING.mddocumentation for maintainers- Contributing section in README
Release notes
Open source →Added
- Release automation with tag-based publishing to pub.dev
- Numbered steps in RELEASING.md Quick Reference for easier scanning
- Version bump tooling (
dart tool/version_bump.dart) - Pre-release validation (
dart tool/pre_release_check.dart) - Release creation script (
dart tool/create_release.dart) - creates tag, pushes, and creates GitHub release with changelog - CI changelog check with
skip-changeloglabel escape hatch - Smart changelog validation (
dart tool/check_changelog.dart) - auto-detects release branches CONTRIBUTING.mdwith development workflow and PR guidelinesRELEASING.mddocumentation for maintainers- Contributing section in README
-
0.1.004 Feb 2026Release notes
Open source →Added
- Initial release with core DI functionality
Podclass for defining dependencies with lazy initializationProviderfor scoped dependency managementScopefor hierarchical dependency resolution- Zero external dependencies