singleton_macro 0.0.1-dev.1 singleton_macro: ^0.0.1-dev.1 copied to clipboard
A Dart package that provides a `Singleton` macro to transform classes into singletons automatically. This package leverages Dart's macro system to enforce the singleton pattern on the annotated classes.