singleton_manager 0.1.0 copy "singleton_manager: ^0.1.0" to clipboard
singleton_manager: ^0.1.0 copied to clipboard

A high-performance singleton manager for Dart with zero dependencies, type-safe generics support, lazy loading, and optional scope management. Ideal for dependency injection, service locators, and res [...]

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased] #

0.1.0 - 2026-03-11 #

Added #

  • Initial release of singleton_manager package
  • SingletonManager class for registering and retrieving singletons
  • Generic type-safe singleton support
  • Lazy loading of singletons
  • Zero external dependencies
  • Complete documentation and examples

Features #

  • O(1) time complexity for registration and retrieval
  • Type-safe generics support
  • Pure Dart implementation (multi-platform compatible)
0
likes
0
points
510
downloads

Publisher

unverified uploader

Weekly Downloads

A high-performance singleton manager for Dart with zero dependencies, type-safe generics support, lazy loading, and optional scope management. Ideal for dependency injection, service locators, and resource management.

Repository (GitHub)
View/report issues

Topics

#singleton #pattern #dependency-injection #service-locator #resource-management

License

unknown (license)

Dependencies

index_generator

More

Packages that depend on singleton_manager