simple, clear and straight to the point, to understand easily the principals of mixins. thanks.
@welcome_to_the_realwar4 ай бұрын
yeah, that's the point
@TragicGFuel2 ай бұрын
Principle*
@umeshsarathy Жыл бұрын
Thanks for keeping us updated!
@ajaykotiyal4273 ай бұрын
this can also be done by interface (or abstract class). Important thing was - different between interface and mixin. Well ... thanks for sharing. It is too good to understand what mixin is.
@hussainazizi2-xu8ie4 күн бұрын
that void human was so disturbing i want you to make it class asap haha
@AshishGautam-sy3vm7 ай бұрын
clear and crisp explanation
@bivu8951 Жыл бұрын
We do this also with implement and abstract class ...
@sam-j4zy5 ай бұрын
Thanks for clear explanation.
@FlutterProject-zb8jm Жыл бұрын
Thanks for the nice explanation.
@casualgaming93958 ай бұрын
Is it the same as interface in Java
@jakairo0335 Жыл бұрын
Thanks for this!
@nadirhamidou381111 ай бұрын
i guess we can also create a mixin "Chordates" that has the three functions 'walk' 'talk' and 'reproduce' and we only call it human with Chordates , animal with Chordatesn it's better isn't ?
@sushantkumar7630 Жыл бұрын
Is it a good idea to use Stream controller and stream builder to manage state in app ? Instant of using any 3rd party provider or Flutter bloc.
@byhooprodbaby1339 Жыл бұрын
Yes it is. State providers are a very extend topic to talk, but simply use whatever you prefer or whatever is easier for you. Bloc is use by many companies so is great to try if you want something to learn as a hobby.
@shreyanshsrivastava9685 Жыл бұрын
Bro learn BLOC.. Almost every orgs are using bloc and mandatory for flutter profile
@elumalaim685710 ай бұрын
Simply put, mixin is multiple inheritance with "with" keyword
@hariharasudhans78284 ай бұрын
thankyou
@thajudheen23626 ай бұрын
Thanks
@LakshmiPataki2 ай бұрын
Clear Video. But you should have run the code and shown how it works.