brother no matter how much we say thank you, it's all less... you are always there in the first video when I found any problem. if you observed closely most of the Indian students watch your video so from all the Indian students once again I would like to say thank you so much #never stop making flutter tutorial
I just started Flutter, but a long time desktop client server developer. This is the most straightforward example of any kind of real state management I have seen yet. Liked and Subscribed!!!
good question. I found this in the Mobx.dart documentation: Stay on watch If you are making changes to the store and want to generate *.g.dart files automatically, you can use the following command: flutter packages pub run build_runner watch References: mobx.netlify.app/getting-started
Setstate in long run becomes so horrific because you don't know on which places you wrote setState. So it becomes pretty messy and complex to manage state since state is available on different places, however, instead, mobx or any other state management may look complex initially but in long run, it makes your code more easy to manage since there is only one place where the state exist.
Assalmulaikum . Sir I want to ask a question.I want to learn mobile application development . I have zero knowledge about that . I have little bit experience on web development using Asp.net . Some of my seniors suggest me to Learn flutter or react native because you will create apps for both Android and iOS using single codebase. Some suggest that start from native development using kotlin or Java for Android and Swift for iOS because you will stuck in messy code of widgets in flutter If you work on big projects and flutter is only good for interactive user interfaces .I realize that Dart syntax is pretty much simliar to c# or Java and I have good knowledge about c# including oop concepts . So please guide me either I learn flutter for mobile development or react native and what is the future of mobile development .
Pick flutter, I code in mainly python and have on experience in either dart or flutter be4 I start but my knowledge on python oop made learning dart and flutter very easy and now I can actually code in flutter (I won't say an a pro or very good at it but I can the average stuff).
This is some boilerplate code that have to write in order to generate code corresponding to out store class. Basically it is requirement from mobx code generator package.
Easiest Explanation on mobx i found on the Interenet.... Good Work Man
Thank you man. Please subscribe the channel
Stupid me didn't add the Observer widget and has been scratching my head since yesterday. Thanks for your videos.
brother no matter how much we say thank you, it's all less...
you are always there in the first video when I found any problem. if you observed closely most of the Indian students watch your video
so from all the Indian students once again I would like to say thank you so much #never stop making flutter tutorial
Love from Pakistan for all indians :)
One of the best crash course on mobx, thank you
thanks
I just started Flutter, but a long time desktop client server developer. This is the most straightforward example of any kind of real state management I have seen yet. Liked and Subscribed!!!
Thank you. I appreciate :)
This is the best video on MobX I've found
You are perfect teacher
Thank you. Please subscribe the channel.
Mobx is so much more practical than BLOC.Tnx for explaining
Thanks. If you like the video, please subscribe the channel
Thanks for the video, i am your subscriber now..
Thanks
@@EasyApproach please make video on getx
It's very helpful !!
U deserve million subscriber...
Nice one, Create a crud in mobx
Thank you. Please subscribe the channel.
Thank you, You are awseome
Thank you. Please subscribe the channel.
This is Gold! Thank you so much!
Thank you. Please subscribe the channel.
Big thumbs up deserved, big thumbs up given.
Thank you. Please subscribe the channel.
thank you for this video.
Glad it was helpful!
nice tutorial, tnx!)
Thank you. Please subscribe the channel.
@@EasyApproach yeah, i did it)
Commenting for better reach
Do we have to run build runner command whenever we add new observable or action ?
good question.
I found this in the Mobx.dart documentation:
Stay on watch
If you are making changes to the store and want to generate *.g.dart files automatically, you can use the following command:
flutter packages pub run build_runner watch
References:
mobx.netlify.app/getting-started
Good job!
What about reaction? we dont have to define it?
Great work !!🔥
Thanks 🔥
please subscribe the channel!
@@EasyApproach already subscribed !
is that all that MOBX is?? or is there more??
Nice. Can you please explain on how to make mobx as global store used by several pages. Thanks.
Thanks for the video 😁. Please can you do this but with state management with firebase collection documents 😇
Sure soon :) thanks please subscribe the channel
Sure sir😇, Tanx
Thanks for the video. Which do you like best? Provider, Mobx or BLoc?
Both are good but mobx is relatively easier
I am gonna make video on differences between different state managements. Subscribe the channel
Nice video,
Thanks for the visit
please make one on redux with middleware
Should make one on MODULAR as well.
Thanks. Can you easily use mobx with a rest api (that is not a stream)? Maybe a video on that?
Yes we can use. Thanks for the suggestion will make video on that :) subscribe the channel for notification
awesome.. need real time example with some api call and states.
Thanks will do. Please subscribe the channsl
mobx is perfect!!
Yeah!
Thank you
Awesome thanks you❤️
Thank you too!
I don't get it. It seems like it has made things way more complicated than they need to be with the default setState() logic
Setstate in long run becomes so horrific because you don't know on which places you wrote setState. So it becomes pretty messy and complex to manage state since state is available on different places, however, instead, mobx or any other state management may look complex initially but in long run, it makes your code more easy to manage since there is only one place where the state exist.
Assalmulaikum . Sir I want to ask a question.I want to learn mobile application development . I have zero knowledge about that . I have little bit experience on web development using Asp.net . Some of my seniors suggest me to Learn flutter or react native because you will create apps for both Android and iOS using single codebase. Some suggest that start from native development using kotlin or Java for Android and Swift for iOS because you will stuck in messy code of widgets in flutter If you work on big projects and flutter is only good for interactive user interfaces .I realize that Dart syntax is pretty much simliar to c# or Java and I have good knowledge about c# including oop concepts . So please guide me either I learn flutter for mobile development or react native and what is the future of mobile development .
i suggest Flutter! you can built for: Android, Apple (iphone and MAC!), WEB, Windows (in future i think), Linux
I prefer flutter because it's easy, great, power, and owned by google ;)
Pick flutter, I code in mainly python and have on experience in either dart or flutter be4 I start but my knowledge on python oop made learning dart and flutter very easy and now I can actually code in flutter (I won't say an a pro or very good at it but I can the average stuff).
Hi, great video,
Thanks a lot for posting it,
I am still a bit confused on why at 15:08 we have used _$counterStore; , where is that coming from?
This is some boilerplate code that have to write in order to generate code corresponding to out store class. Basically it is requirement from mobx code generator package.
mobX vs provider? which is better?
provider is google official
can you create an video like that for Provider state managment? please
Sure i will make
Obs
Provider isn't used for state management.
@@mars3142 in inherit widgets, so you can use!!! And is very comfortable!!!
Try it!!!! Trust in me :)
I've shared on my LinkedIn.
Thank you :) Please subscribe the channel
import 'package:mobx/mobx.dart';
class genderState{
Observable male = Observable(true);
Action change;
gender_changer(bool value){
change = Action((){
male.value = value;
});
}
}
Can anyone tell me how I can call this action?
Hi dear. Make something about HIVE please.
Soon. Please subcribe the channel :)
mobX vs BLOC? mobX seems more natural to me.
Mobx is easy as compared to bloc. Bloc is sometimes super complex.