singleton_manager_generator 1.4.1
singleton_manager_generator: ^1.4.1 copied to clipboard
CLI tool that generates Dart DI files for @isSingleton classes.
singleton_manager_generator Example #
Run the generator from the command line:
# Generate DI files for all Dart files in the specified directory
singleton_manager_generator lib/
This will create my_service_di.dart with an ISingletonStandardDI implementation.