core/network/dependency_injection library

Dependency injection setup using the GetIt service locator.

This file registers singleton instances for services used throughout the app.

Properties

locator GetIt
The global GetIt instance used for dependency injection.
getter/setter pair

Functions

setupLocator() → void
Registers singleton services with the locator.