top of page


Robert Odrowaz-Sypniewski
LeanCode, Senior Flutter Developer

Robert is a Senior Flutter Developer at LeanCode a software house from Poland specializing in Flutter apps.
Dependency Injection in Enterprise Flutter Applications
Dependency injection (DI) is a crucial pattern for ensuring application maintainability and testability. These aspects are especially important in enterprise applications, where DI can become significantly more complex to implement effectively. In modular applications developed by multiple teams, DI requires additional consideration to ensure loose coupling and clear dependency definitions while avoiding cumbersome boilerplate.
In this talk, we will explore:
- DI challenges in enterprise Flutter applications
- DI solutions used in a couple of enterprise Flutter projects
- The benefits and drawbacks of each approach
bottom of page
