Recent Posts

flutter dart singleton example

Singleton is useful to handle globally used instances as loggers and DB connectors. Dart provides the factory constructor to implement the Singleton class.