zubairehman / flutter_boilerplate_project

A boilerplate project created in flutter using MobX and Provider.
http://zubairehman.surge.sh/
MIT License
2.26k stars 905 forks source link

Why are `mixin`s used for the DI stuff, like `NetworkModule`? #144

Open noaonoszko opened 5 months ago

noaonoszko commented 5 months ago

NetworkModule, DataLayerInjection and ServiceLocator are all mixins. Why not classes? That seems to work as well, and the use doesn't seem to align with the typical use of mixins. I'm asking out of curiosity as I'm quite new to flutter.