Tag: flutter
-
A comparison between Flutter’s Injectable and Dagger 2
I have been playing around with Flutter lately. More specifically I discovered Injectable; a dependency injection tool for Flutter, also built by google, but extremely similar to Dagger 2. Since I also feel very comfortable in Dagger 2, I would like to make some comparisons between them. Differences Generated code The biggest difference they have…