Тёмный

100x faster with GET_CLI || flutter setup tutorial 

CodeX
Подписаться 47 тыс.
Просмотров 23 тыс.
50% 1

In this video, I have discussed some common commands of get_cli to setup the project, page and views quickly with Flutter.
get_cli helps to setup feature first folder for all the pages with bindings, controllers, pages and route entry.
Install package globally:
pub global activate get_cli
Site:
pub.dev/packages/get_cli
If you like my work
Support Me on Ko-Fi : ko-fi.com/afzalali15
Join this channel to get access to perks:
ru-vid.comjoin
Gears ========
Camera 📸 || Canon 250D : amzn.to/34isdKr
Mic 🎤 || Maono AU-04 : amzn.to/341g9wS
#CodeX
Connect with me on social media:
FB: / codexdevs
Twitter: / afzalali_dev
LinkedIn: / afzalali15
Discord: / discord

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

 

10 апр 2022

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 90   
@aminelahrim8142
@aminelahrim8142 2 года назад
I worked with get cli in a lot of my production apps and it’s so cool
@CodeXdev
@CodeXdev 2 года назад
In fact, I tried it in one of my project and loving it 🥰
@abhishake5678
@abhishake5678 2 года назад
I want to fork this repo and add alot of features. Thanks for providing an awesome base :) Will be using for my freelance projects for sure
@nahiyanbasmeh709
@nahiyanbasmeh709 2 года назад
thank you for the explanation!!! Appreciate your work
@ninjacoder620
@ninjacoder620 Год назад
Amazing content like always!
@devan6001
@devan6001 2 года назад
It's better to have videos explaining MVC structure with provider or Bloc in flutter (without get_cli and after with get_cli). Because what i miss here is the understanding on how it's structure (if they were drawing or schemas, it will be fantastic)
@rafales1525
@rafales1525 2 года назад
Thank you Afzal 😊 It looks promising 😉
@CodeXdev
@CodeXdev 2 года назад
Hope you will use it your next project 🎉👍🏼
@AbdulSalam-nr9kw
@AbdulSalam-nr9kw Год назад
Bro, I just wanna say you are amazing. Thanks for uploading such a nice content. I like the way speak, and presentation and also you don't request for subscribing the channel and you are not wasting time, just come to the main point and explain practically.
@RenittoJose
@RenittoJose 2 года назад
Thanks for the tutorial. Can you Please explain what is the difference between the following executable $ get $ getx
@kunj_kanani
@kunj_kanani 2 года назад
Sir you are doing awesome job.
@CodeXdev
@CodeXdev 2 года назад
Thanks a ton
@raghav042
@raghav042 2 года назад
I'm going to use these tricks now
@ai_malllu
@ai_malllu 2 года назад
Always unique content
@juanmacias5922
@juanmacias5922 2 года назад
That's so useful!
@CodeXdev
@CodeXdev 2 года назад
Glad you think so!
@hmathiralazad5680
@hmathiralazad5680 2 года назад
Ow. I loved it man.
@CodeXdev
@CodeXdev 2 года назад
Same here 😉
@jailsoncarneiro4936
@jailsoncarneiro4936 2 года назад
Great!
@tharukerajapaksha3652
@tharukerajapaksha3652 2 года назад
Great video sir
@stackflow4007
@stackflow4007 Год назад
Can I know, what is that binding class? Is it same like a modal class?
@RANJEETKUMAR-wz4dg
@RANJEETKUMAR-wz4dg 2 года назад
Thanks
@d_roy_
@d_roy_ 2 года назад
I subscribed and you cannot stop me, because I loved your content!
@CodeXdev
@CodeXdev 2 года назад
Ohhh, I can't even remove from subscription list 😉 welcome mate!
@sharathbnaik3232
@sharathbnaik3232 2 года назад
Sprb. 🔥
@abhishake5678
@abhishake5678 2 года назад
Could you make a video on get_server please?
@ukarliptus2529
@ukarliptus2529 Год назад
how to generate model with DateTime not just string
@stackflow4007
@stackflow4007 Год назад
What is the use of extending the GetView? in earlier lessons I saw, LoginView was extended using a StatelessWidget.
@CodeXdev
@CodeXdev Год назад
With GetView your view is directly associated with Controller and you don’t need to reference it explicitly. You can access controller with ‘controller’ keyword anywhere inside View
@stackflow4007
@stackflow4007 Год назад
@@CodeXdev oh ok ok , thanks, So if I need to access any other controllers, need to declare again inside right?
@CodeXdev
@CodeXdev Год назад
Yes, if you need other controllers as well in same page you can reference it, but one with GetView is already referenced
@KabirulIslam-km1qm
@KabirulIslam-km1qm 2 года назад
When i'm creating project, it's showing like this -> No active package get_cli. What's the solution for this ?
@sinnoorc
@sinnoorc 2 года назад
💯🤗
@benji5589
@benji5589 2 года назад
😍
@asmaashabaka8339
@asmaashabaka8339 Год назад
wow
@Juliapak
@Juliapak Год назад
can you go over an example with googlemaps and getx?
@CodeXdev
@CodeXdev Год назад
Hey.. to be honest its the same as I have explained in my GoogleMap tutorial. Only thing that your map controller will be inside the GetXcontroller class.
@Juliapak
@Juliapak Год назад
@@CodeXdev I will look. But I’m having a problem with setstate and changing to a stateless widget
@BeaconofHopeNetwork
@BeaconofHopeNetwork 2 года назад
Hi, i have followed your vid. I was able to install get, but i am stuck at What is your company's domain? once i hit enter, it wont go down to the next question
@CodeXdev
@CodeXdev 2 года назад
Try deactivating and activate again dart pub global deactivate get_cli dart pub global activate get_cli
@BeaconofHopeNetwork
@BeaconofHopeNetwork 2 года назад
@@CodeXdev did the above command, and when doing get create page:test it gave me this error "File not found in pubspec.yaml"
@CodeXdev
@CodeXdev 2 года назад
You cannot run this command outside your project, first you need to jump to project directory.. simply you can open VS Code and run this command in terminal
@lbarria11
@lbarria11 2 года назад
Hello how are you, I have been using get cli for some time but since the last update I am having problems creating the project because it stops at the part where you create the company name and from there it does not continue. Greetings
@CodeXdev
@CodeXdev 2 года назад
Go to .pub-cache folder inside your home directory and delete get_cli instance. Reinstall again and see if that helps
@lbarria11
@lbarria11 2 года назад
@@CodeXdev thanks i will try ir.
@vlogpur4529
@vlogpur4529 2 года назад
I'm also getting the same issue and did not get any solution. :(
@lbarria11
@lbarria11 2 года назад
@@CodeXdev doesnt work for me. Thanks
@sreejith4568
@sreejith4568 2 года назад
Did you got any Solutions?
@mirmoktadir2170
@mirmoktadir2170 2 года назад
brother please make some videos on API interation with getx specially post methode....with complex nested json datya
@CodeXdev
@CodeXdev 2 года назад
Will upload soon, thank you for the feedback
@lottylone7557
@lottylone7557 2 года назад
when i create the app, i can go only upto providing the package name. After i provide the package name the terminal stops working. Help me
@CodeXdev
@CodeXdev 2 года назад
There’s something wrong, I got the same feedback from 3-4 viewers till now! Hopefully there should be solution to this.. can you put this question in Getx discord
@flutterquick
@flutterquick 2 года назад
hello Please give us a tutorial for image, Button.... like u do on textfield detailedthe. ❤❤❤❤
@CodeXdev
@CodeXdev 2 года назад
Noted!
@xikmat_dev
@xikmat_dev Год назад
Does it work on Windows OS?
@CodeXdev
@CodeXdev Год назад
Absolutely! It works everywhere. Just run below command in cmd dart pub global activate get_cli
@retrogamerdaddy
@retrogamerdaddy 2 года назад
Can someone explain how we can extend a statefull or stateless widget class with basecontroller which already extends get controller
@CodeXdev
@CodeXdev 2 года назад
Why should you do that? your widget should be separate than controller. You need to reference controller inside the Stf/Stl widget, either using GetView or var controller = Get.put(ControllerClass());
@mohamdjamal6266
@mohamdjamal6266 2 года назад
Cli generated file for routing but how can we edit it for /product/:id ?
@Sukhcha_in
@Sukhcha_in 2 года назад
*Just add it like this:* static const PRODUCT = '/product/:slug'; *For routing to this route you can simply use:* Get.toNamed('/product/my-product-slug');
@mohamdjamal6266
@mohamdjamal6266 2 года назад
@@Sukhcha_in yes but in the rout path they wrote do not edit this file? So what can i do?
@Sukhcha_in
@Sukhcha_in 2 года назад
@@mohamdjamal6266 no need to worry about that, you can edit paths without any issue.
@md.ruhulamin7963
@md.ruhulamin7963 2 года назад
After enter "What is your company's domain" my terminal is stacked,
@CodeXdev
@CodeXdev 2 года назад
you have to write company domain in reverse, eg. com.google
@mhddedekyansyah4720
@mhddedekyansyah4720 2 года назад
I'm stuck on the domain name, how I solve this problem?
@CodeXdev
@CodeXdev 2 года назад
try "dart pub global activate get_cli"
@AbdullahGad95
@AbdullahGad95 Год назад
ctrl+z then enter worked for me
@dipeshbadal4567
@dipeshbadal4567 2 года назад
is this the new concept in getx or what???
@CodeXdev
@CodeXdev 2 года назад
Nope, it’s template generation tool that helps you setup your project faster.. yes, it’s part of get ecosystem
@raghav042
@raghav042 2 года назад
get is not recognised as internal or external command, after activating get cli
@CodeXdev
@CodeXdev 2 года назад
If you restarted terminal then it might happen, you need to add '/Users/afzal/.pub-cache/bin' to your PATH. This is for mac, you can replace with your folder name.. for windows also there should be some pub-cache directory, so add it to PATH and you are good to go after restart as well.
@codegambit2507
@codegambit2507 2 года назад
I think I prefer Riverpod
@CodeXdev
@CodeXdev 2 года назад
That's awesome!
@galacticashunnek1354
@galacticashunnek1354 Год назад
flutter cli
@koyom90
@koyom90 2 года назад
I think you should start talking about other state management getx wont be here long
@CodeXdev
@CodeXdev 2 года назад
Well, if it happens then surely we all need to find better alternatives
@degroria
@degroria 2 года назад
It will be bro. The docs says it will be maintained as far as flutter lives
@olawoleoyedele4212
@olawoleoyedele4212 2 года назад
I mistakenly hit the subscribe button, sorry😩
@CodeXdev
@CodeXdev 2 года назад
Welcome to CodeX 😃
@india_med
@india_med Год назад
Who knows about installing get cli to Windows? Actually this way is not working on Windows.
@CodeXdev
@CodeXdev Год назад
have you tried "dart pub global activate get_cli"
@ajaykotiyal427
@ajaykotiyal427 Год назад
I think so many unnecessary automation there. we will have to take care of code.
@jithu8794
@jithu8794 2 года назад
Time to move on from getx stuffs, they are no longer maintained
@CodeXdev
@CodeXdev 2 года назад
Thats not true, check the pre-release version of Get package -> pub.dev/packages/get/versions/5.0.0-beta.51
@voicheci007
@voicheci007 2 года назад
Again with this GET shit? Unsubscribed, thanks
@CodeXdev
@CodeXdev 2 года назад
Best of luck 👍🏼
@jerryarekhandia1003
@jerryarekhandia1003 2 года назад
Fine, you can leave. Some folks don't just know what the heck their problem is.
@okeyshourovroy2769
@okeyshourovroy2769 2 года назад
A video request on graphql and refresh token implementation in flutter 🙏🙏🙏
@CodeXdev
@CodeXdev 2 года назад
Not sure about Graphql but refresh token I can consider as part of API tutorial 😊
Далее
Learn JSON | Complete beginner guide
1:15:28
Просмотров 4,9 тыс.
POLI зовет Газана
00:12
Просмотров 273 тыс.
GetX vs Riverpod | Which is better with Flutter❓
16:20
100+ Linux Things you Need to Know
12:23
Просмотров 274 тыс.
Get CLI: A GetX Tool
10:44
Просмотров 18 тыс.
Flutter State Management - The Grand Tour
14:07
Просмотров 237 тыс.
Flutter in 2024: Cross Platform Tool You Must Learn!
10:05
Is GetX Dead?
6:03
Просмотров 10 тыс.
REST API with GetX | Flutter tutorial | Shopping app
26:43
Every Flutter App needs this!
10:15
Просмотров 54 тыс.
Riverpod or Bloc? Which One is Better?
3:44
Просмотров 38 тыс.
tRPC, gRPC, GraphQL or REST: when to use what?
10:46
Просмотров 72 тыс.