Flutter Clean Architecture Part 3
After following the first 2 parts, it comes time for the last part. I think I put too much code in 2 previous part and because it still incomplete, we don’t have a chance to run it. Maybe some other time I’ll rewrite it with clearer steps, but for now let’s just finish what we have so far. Dependency Injection In clean architecture, we use dependency injection (or DI in short) to make our project cleaner....