simple, clear and straight to the point, to understand easily the principals of mixins. thanks.
@welcome_to_the_realwar2 ай бұрын
yeah, that's the point
@TragicGFuel11 күн бұрын
Principle*
@ajaykotiyal427Ай бұрын
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.
@umeshsarathy Жыл бұрын
Thanks for keeping us updated!
@sam-j4zy3 ай бұрын
Thanks for clear explanation.
@FlutterProject-zb8jm Жыл бұрын
Thanks for the nice explanation.
@AshishGautam-sy3vm5 ай бұрын
clear and crisp explanation
@elumalaim68578 ай бұрын
Simply put, mixin is multiple inheritance with "with" keyword
@hariharasudhans78282 ай бұрын
thankyou
@bivu8951 Жыл бұрын
We do this also with implement and abstract class ...
@LakshmiPataki16 күн бұрын
Clear Video. But you should have run the code and shown how it works.
@jakairo0335 Жыл бұрын
Thanks for this!
@nadirhamidou38119 ай бұрын
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 ?
@casualgaming93956 ай бұрын
Is it the same as interface in Java
@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