All your GetX videos are really good & explanatory to understand the concepts. Thanks for all your efforts. Keep it up 👍 Can you please share the command doc you used in tutorial? to hav it handy while exploring GetX.
in CMD i create project succecufuly and i open the project and want to create a login page in it then i open the terminal and write "get create page:login" and then i got this eror "The term 'get' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + get create page"
Wow, thanks for the video series. Get CLI is so flexible and cool. Please how can I use the translated file generated with "get generate locales assets/locales" ? Thanks 9:11
Need a full fledged tutorial with GetX, authentication, geo location, background sync, file upload/download, push notifications, stripe, Google pay payment system.
Kindly explain why you left data folder empty while creating a project with Getx Pattern and you put provider in modules do what is the role of data folder
@@ripplescode kindly share link as due to shortage of time time very inconvenient for me to go and check in each and every folder it's a humble request pls
Sir you are doing nice job Sir I need help on getx I am developing a eCommerce application on the product is there is a section called similar product I am going to a page product page When i am going to same page its its updating But on pop Updated product data showing Please help if there anything on pop Previous product data
Mac users: set env export PATH="$PATH:/Users/path-to-flutter/flutter/bin" => enables cli with flutter keyword (ex. - flutter doctor, flutter pub get, etc.) export PATH="$PATH:/Users/path-to-flutter/flutter/.pub-cache/bin" => this and below line enables cli with pub keyword (ex. - pub get, pub global activate get_cli, etc.) export PATH="$PATH:/Users/path-to-flutter/flutter/bin/cache/dart-sdk/bin" export PATH="$PATH":"$HOME/.pub-cache/bin" => enables cli with get keyword (ex. - get create project, get init, etc)
good job sir but i think we need to install cli by this commad pub global activate get_cli before activat it you can see this in decomation pub.dev/packages/get_cli
Your way of teaching is better then others, great sir❤
Thanks
Thank you so much! I finished this series and make notes for ever video.
Glad that you liked the series.
Can you please share your notes?
wow excellent till now i don't know this much of stuff exist in Getx
i think thats it is the king of stateManagement compared to other
Thank you so much Amar for putting So much effort into your videos. Thanks, AMAR
Best video with CLI command
Thanks you so much, it's super clear to understand the Get CLI.
this is very important subject, please tell us more and more. specially in getconnect (api).. etc
very very informative, thank you.
Hello when i try to get cli but not working ..
when i install that is active but after create project that time showing is no package actvie in cli
very productive...very nice
All your GetX videos are really good & explanatory to understand the concepts.
Thanks for all your efforts. Keep it up 👍
Can you please share the command doc you used in tutorial? to hav it handy while exploring GetX.
Sure...will upload on GitHub
@@ripplescode Any link available?
gist.github.com/RipplesCode
in CMD i create project succecufuly and i open the project and want to create a login page in it then i open the terminal and write "get create page:login" and then i got this eror "The term 'get' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ get create page"
Stucked on project name ?
Pls help sir
so interesting, thank you very much
Thank you
Can't load Kernel binary: Invalid SDK hash. error I can't solve this...I add path 4 to 5 times but it is not working.give me solution
how to set path
How to use this cli command in macbook?
Can you please check the doc
will this tutorial work on latest get packagae ver 4.xx?
With latest version get cli is having some issues
when i'am type com.company name is not reponse system. what error that? thnk'u
u found any solutions
Create the flutter project then run get init in that project
Great Video! How can Get CLI be added to an existing Flutter project already depending on GetX?
Activate the CLI and then run the command 'get init'
awesome!
Wow, thanks for the video series. Get CLI is so flexible and cool.
Please how can I use the translated file generated with "get generate locales assets/locales" ? Thanks 9:11
Nice, Which package is better? GetConnect or http ?
Http
bro i need your help, not able to fix my environment variable and don't have that folder at that specific path
What is the exact error.
@@ripplescode 'get
' is not recognized as an internal or external command,
operable program or batch file
Upgrade flutter then activate CLI...then let me know
@@ripplescode flutter is up to date just checked.. it is the environment variable that needs to be fixe i guess :(
i did put the same path in the video exept for the user name i put mine.. but shouldn't there be a folder of that name at that path ?
stucked on ? what is the name of the project? _______
Same issue
Did you solve it
I am also facing same problem
Update your cli
Need a full fledged tutorial with GetX, authentication, geo location, background sync, file upload/download, push notifications, stripe, Google pay payment system.
😱
Don't you want a tutorial on how to create Facebook or Google from scratch?
@@manjurulislamkhan4722 😂
I'm using Linux, do I need to update the path?
After installation of get cli it will give you message in the window....you should update the path or not
@@ripplescode thanks mate.
Why I am getting a feeling that getx is working on its own way.. They have customized many flutter things in their own way. Please reply.
Just enjoy working with GetX...leave how it is customized.
Kindly explain why you left data folder empty while creating a project with Getx Pattern and you put provider in modules do what is the role of data folder
Please watch my other videos..you will get to know the use of data folder
@@ripplescode kindly share link as due to shortage of time time very inconvenient for me to go and check in each and every folder it's a humble request pls
Dil bole wow,
Sir you are doing nice job
Sir I need help on getx
I am developing a eCommerce application
on the product is there is a section called similar product
I am going to a page product page
When i am going to same page its its updating
But on pop
Updated product data showing
Please help if there anything on pop
Previous product data
Mac users:
set env
export PATH="$PATH:/Users/path-to-flutter/flutter/bin" => enables cli with flutter keyword (ex. - flutter doctor, flutter pub get, etc.)
export PATH="$PATH:/Users/path-to-flutter/flutter/.pub-cache/bin" => this and below line enables cli with pub keyword (ex. - pub get, pub global activate get_cli, etc.)
export PATH="$PATH:/Users/path-to-flutter/flutter/bin/cache/dart-sdk/bin"
export PATH="$PATH":"$HOME/.pub-cache/bin" => enables cli with get keyword (ex. - get create project, get init, etc)
you haven't told about path. how to set the path
Please check video it's there
good job sir
but i think we need to install cli
by this commad
pub global activate get_cli
before activat it you can see this in decomation pub.dev/packages/get_cli
hello
how can I use Getx with FluentApp?
please help.
I have not tried