Jan 24, 2025
It's a naming convention we use to call files with DI modules `di_module.dart`, but the class itself main responsibility is to provide Dio, so we called it DioModule. Maybe something like `NetworkModule` could be an even better name here.