Тёмный

#16||Flutter GetX Tutorial || Dependency Injection Get.put - Get.lazyPut - Get.putAsync - Get.create 

Ripples Code
Подписаться 13 тыс.
Просмотров 27 тыс.
50% 1

Support : paypal.me/ripplescode
In this video I have discussed about dependency injection in getx
#GetX #GetXDependencyInjection #FlutterGetX

Опубликовано:

 

23 ноя 2020

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 54   
@jose-azevedo
@jose-azevedo 2 года назад
Your tutorials cover a lot that the official documentation don't. Thanks a lot!
@ripplescode
@ripplescode 2 года назад
Thanks
@natia2216
@natia2216 2 года назад
This helped a lot in my tutorial thanks a lot!!!! I was trying to initialize a method inside onInit() but results were null, getx was removing my controller from ram, if anyone has this problem make sure when you're putting your getx controller set the permanent parameter as true 👍 😊
@vicuongdiep1166
@vicuongdiep1166 3 года назад
Thank you very much for this useful series
@shimul6680
@shimul6680 3 года назад
Much more things learn from this little video, thank you very much.....
@ripplescode
@ripplescode 3 года назад
Keep learning
@JK92007
@JK92007 3 года назад
Thanks bro..keep it up..
@mehmetaltinsoy525
@mehmetaltinsoy525 2 года назад
Great video.
@andronasef
@andronasef 3 года назад
Thanks Bro You Are Great Please Continue To Make Awesome Content
@ripplescode
@ripplescode 3 года назад
Thanks buddy
@bapuniabhijeet4158
@bapuniabhijeet4158 3 года назад
Thank you very much
@furkankamaci6180
@furkankamaci6180 Год назад
I decided to like the video. Then I realized I already liked it. wish I could like more..
@ripplescode
@ripplescode Год назад
Thanks
@junxianguo5385
@junxianguo5385 3 года назад
thank you for your share
@thazeroword646
@thazeroword646 3 года назад
Thanks sir
@tungominh2094
@tungominh2094 3 года назад
Thank bro
@user-gp1uj9ml5t
@user-gp1uj9ml5t 3 года назад
very good
@theflutterninja5244
@theflutterninja5244 3 года назад
need tutorials for bindings apis. thank you. this series is great.
@ripplescode
@ripplescode 3 года назад
Coming soon!
@DedyFuadi
@DedyFuadi 2 года назад
i hope so
@codingwithbhs8145
@codingwithbhs8145 2 года назад
thanks
@jaswinder4011
@jaswinder4011 2 года назад
Bro, you are genius, I learnt a lot from your videos and source code from github code. Please upload of all Getx videos source code on github, It will be helpful for us. I am using Getx Framework in my latest project. Earlier I was using Bloc and Provider structure.
@ripplescode
@ripplescode 2 года назад
Thanks buddy..keep learning and keep sharing.
@anandmano4375
@anandmano4375 2 года назад
Excellent Thanks
@ripplescode
@ripplescode 2 года назад
You are welcome
@sale7680
@sale7680 Год назад
❤❤❤❤
@jodeveloper08
@jodeveloper08 3 года назад
thanks omar
@ripplescode
@ripplescode 3 года назад
Hey..just to correct you my name is Amar
@sergey_molchanovsky
@sergey_molchanovsky 3 года назад
I got a question. "The Controller instance is discarded when is not being used" - when exactly is it disposed? When does GetX decide it's time to get rid of Controller? I don't wanna surprises like Controller is suddenly disappeared with all its runtime data.
@ripplescode
@ripplescode 3 года назад
As soon as the widget using the controller removed from the navigation stack... controller is disposed.
@sergey_molchanovsky
@sergey_molchanovsky 3 года назад
@@ripplescode oh, that's too bad. And what about Bindings? Are they removed too?
@TheMRTIMBUK2
@TheMRTIMBUK2 3 года назад
Sir Please Answer If we don't need to initialize Controllers because they are all in AllBinding Class. Then why we need to import Controllers in main file ? If Controllers are not imported to main then Your Code will not work. Regards Your Student
@rawadmezher3843
@rawadmezher3843 3 года назад
Thanks , but i have problem to understand it . How can make multi instances from one controller , i have 20 pages i want put the same controller for all of it .
@TheMRTIMBUK2
@TheMRTIMBUK2 3 года назад
Notify me if you find answer, I have same question.
@ripplescode
@ripplescode 3 года назад
Create the controller once then use it by Get.find
@kundankumar-pv9gz
@kundankumar-pv9gz 3 года назад
How access one controller data in another controller
@ripplescode
@ripplescode 3 года назад
Find the controller by using Get.find and Access the data by using that instance.
@defender2212
@defender2212 Год назад
Life is too short to code without dark theme.
@abdulkaderhridoy5344
@abdulkaderhridoy5344 Год назад
what is the difference between get.put and get.find? please sir answer my question.
@ripplescode
@ripplescode Год назад
Please go through the tutorial...you will get answer
@haithemmihoubi
@haithemmihoubi 3 года назад
can you please provide the source code with the comments included
@ripplescode
@ripplescode 3 года назад
Please search for ripples code gist
@haithemmihoubi
@haithemmihoubi 3 года назад
@@ripplescode thanks 😊🙏
@otukenn79
@otukenn79 3 года назад
how can I refresh a page from another page?
@ripplescode
@ripplescode 3 года назад
Can you elaborate more
@otukenn79
@otukenn79 3 года назад
@@ripplescode I have two pages which called 'A' and 'B'. When I click the 'A' I want the 'B' to refresh(setState). Can you help me please.
@ripplescode
@ripplescode 3 года назад
Send me the code of your page A and B to ripplescode@gmail.com.
@otukenn79
@otukenn79 3 года назад
@@ripplescode Can you connect my computer ?
@otukenn79
@otukenn79 3 года назад
@@ripplescode I send you a message sir.
@GreatDynamism
@GreatDynamism 2 года назад
Typo: Dependency Injection in Title
@ripplescode
@ripplescode 2 года назад
Thanks for info
@GreatDynamism
@GreatDynamism 2 года назад
No issues, btw nice tutorial, helped me alot.
Далее
#17 || Flutter GetX Tutorial || Flutter GetX Service
5:30
🔴Ютуб закрывают... Пока?
00:39
Просмотров 1,8 млн
🤡Украли У ВСЕХ🤪
00:37
Просмотров 193 тыс.
Flutter GetX for Beginners | Bindings
6:48
Просмотров 3,5 тыс.
GetX State Management tutorial with Flutter 😍
38:13
Просмотров 135 тыс.
Dependency Injection, The Best Pattern
13:16
Просмотров 783 тыс.