#6 || Flutter GetX Tutorial || Route Navigation for named Routes using GetX Library

  Рет қаралды 31,908

Ripples Code

Ripples Code

3 жыл бұрын

Support : paypal.me/ripplescode
In this video I have discussed about Route Navigation for named Routes in getx
#GetX #GetXRouteNavigation #FlutterGetX

Пікірлер: 49
@ankansharma4897
@ankansharma4897 2 жыл бұрын
I just started with getX and already loving it, Awesome great video with great detailing
@raghavakonki4688
@raghavakonki4688 2 жыл бұрын
Ur a great trainer. Awesome explanation. loved it
@ramioooz
@ramioooz Жыл бұрын
Thank you very much. you are so beautiful and I am subscribing to your wonderful channel 👍
@agilecode_ke
@agilecode_ke Жыл бұрын
Great!
@nikhilkukreja8498
@nikhilkukreja8498 3 жыл бұрын
Brilliant sir :)
@cub3608
@cub3608 10 ай бұрын
really cool
@christianmichael7270
@christianmichael7270 4 ай бұрын
You make learning Getx so easy. I'm glad i found your course. For the UnknownRoute(), did you create a new file wiith stateles widget with the content of the body as unknown route?? and then import it to unknownroute parameter ?? Please explain
@smttartu
@smttartu 3 жыл бұрын
Thank you for the videos. They are very helpful. I got a question about GetPage middlewares. How are we going to interfere with auth service before going to some page ? I couldn't manage it. GetX documentation was not helpful. I would be appreciated if you can make a small video about it.Thank you.
@andronasef
@andronasef 3 жыл бұрын
You're Working Too Hard To Make These Videos. Thank You From Egypt.
@mehmetaltinsoy525
@mehmetaltinsoy525 2 жыл бұрын
Thanks.
@sale7680
@sale7680 Жыл бұрын
Bravo
@anandmano4375
@anandmano4375 Жыл бұрын
Excellent
@leonardomaia4186
@leonardomaia4186 3 жыл бұрын
Amazing video. Watching from Brazil
@ripplescode
@ripplescode 3 жыл бұрын
Thanks
@parasarora4711
@parasarora4711 2 жыл бұрын
what if we want to use popAndPush functionality? is there any way?
@rahmanullahhaqyar6339
@rahmanullahhaqyar6339 25 күн бұрын
please can you tell me how to add pull to refresh functionality to getx view
@jugadorrajpal8978
@jugadorrajpal8978 2 жыл бұрын
Thanks for this awesome video and I tried your code it's working fine except the unknown route. While using unknown route there is no error in compile time but runtime error is throwing, below is the error - The specific parent that did not update after having one or more children forcibly removed due to GlobalKey reparenting is: - Builder(dependencies: [MediaQuery]) A GlobalKey can only be specified on one widget at a time in the widget tree. Can you plz help me to resolve this issue?
@simplelife3105
@simplelife3105 2 жыл бұрын
Hi, thanks for such nice playlist. I am facing problem using getx navigation because it shows error on page refresh in web. Can you please suggest me what can I do to prevent this problem? Thanks
@engineeringqaiserkhan4300
@engineeringqaiserkhan4300 Жыл бұрын
sir how can pass api model data from next page and return model data from next page in getx
@Inandoutpk
@Inandoutpk Жыл бұрын
Get Unknown route is not Working for GETX. This issue that is not even solved by the Getx Team yet
@edimulyono5475
@edimulyono5475 3 жыл бұрын
Hi ... this is a great video does getx route work on flutter web using url?
@silentprogrammer2574
@silentprogrammer2574 3 жыл бұрын
waiting for complete project with rest api implementation
@user-mh4yg4ts6l
@user-mh4yg4ts6l 4 ай бұрын
Can you please help with the unknown routes? I want to show the error page when user try to navigate to random routes.
@ripplescode
@ripplescode 4 ай бұрын
It's already discussed in playlist
@nazar87ali
@nazar87ali 3 жыл бұрын
how can translate this play list to english or arabic ???
@jaygabani2064
@jaygabani2064 2 жыл бұрын
if i'm not using home of myapp and trying to add random route name then i'm not able to redirect to the unknown page. is there any solution? Thanks in advance i love your videos.
@hassankazem8295
@hassankazem8295 2 жыл бұрын
unknownrout dont work with me Why??
@shahohabib8439
@shahohabib8439 3 жыл бұрын
First I would like to thank you so mcuh ...would you please share the code ?
@hoekbrwr
@hoekbrwr 3 жыл бұрын
OK ! Very nice series about GetX. 5 months ago you said code will go to Github. Did you already save it to Github?
@ripplescode
@ripplescode 3 жыл бұрын
gist.github.com/RipplesCode
@Thuleedin
@Thuleedin 3 жыл бұрын
How to check if user is logged in. I use GetMaterialApp ... initialRoute: '/' ... and getPage: [ GetPage(name: '/', page: () => Login()), GetPage(name: '/homePage', page: () => HomeScreen()),] I use sharedpreferences to store bool (isLoggedin) i want to check if user is logged then go to home screen;
@ripplescode
@ripplescode 3 жыл бұрын
Use middleware...check my latest video on getx
@skywasolutions5054
@skywasolutions5054 Жыл бұрын
Unknown Route is not working
@PrakashIndorkar
@PrakashIndorkar 3 жыл бұрын
Hi.. I'm following all your GetX videos. Please share the code.. I'll keep the code as a reference library whenever I'll be using GetX in my mobile app. I requested earlier as well ..
@ripplescode
@ripplescode 3 жыл бұрын
Share your email I will send you the code
@ripplescode
@ripplescode 3 жыл бұрын
Later on I will upload to GitHub as well. Stay tuned for more Getx tutorial.
@ripplescode
@ripplescode 3 жыл бұрын
@@PrakashIndorkar Sent..Check your mail.
@PrakashIndorkar
@PrakashIndorkar 3 жыл бұрын
@@ripplescode Thanks man!.. really appreciated. I'll keep an eye open for your future GetX videos.. Just one suggestion please come up with a compele app tutorial using GetX.. like having Firebase Auth, Storage, and a CRUD for blog with comments.. would be really good example .. ( Sorry if I'm daring to ask too much ;)..
@ripplescode
@ripplescode 3 жыл бұрын
Welcome buddy. I have already planned for a complete project using GetX but before that let me finish all the basics of GetX.
@waqarirshad1889
@waqarirshad1889 2 жыл бұрын
Please share the source code.
@ripplescode
@ripplescode 2 жыл бұрын
Please search Ripplescode gist... already uploaded
@waqarirshad1889
@waqarirshad1889 2 жыл бұрын
@@ripplescode ok i found it .. Please tell me the project name in which you write the getx series code ??
@rahmanullahhaqyar6339
@rahmanullahhaqyar6339 25 күн бұрын
Hi dear how are you
@ripplescode
@ripplescode 25 күн бұрын
Fine
@DevMukh
@DevMukh Жыл бұрын
1.Tried to build dirty widget in the wrong build scope. 2.Duplicate GlobalKey detected in widget tree. 3.Assertion failed: file:///C:/src/flutter/packages/flutter/lib/src/widgets/framework.dart:5334:14 _dependents.isEmpty is not true still facing these errors
#2 || Flutter GetX Tutorial || Showing Snackbar using GetX Library
17:58
New model rc bird unboxing and testing
00:10
Ruhul Shorts
Рет қаралды 29 МЛН
Introduction to GetX | Flutter made easy
6:11
CodeX
Рет қаралды 67 М.
Flutter Getx Routes And Navigation
9:39
dbestech
Рет қаралды 21 М.
#21 || Flutter GetX Tutorial || GetView and GetWidget in GetX
7:39
New model rc bird unboxing and testing
00:10
Ruhul Shorts
Рет қаралды 29 МЛН