When you are using "late" keyword, why do you have to initialize it in the onInit() function? Why dont you immediately initialize it when creating it?
@nico0lat33 жыл бұрын
thx a lot!
@ahkstudio15663 жыл бұрын
I can't access controller.pageController in my widget
@techzone20093 жыл бұрын
How to hold state of checkbox using getx and get store ..so that if I check the checkbox it will remain check even after restart ?
@ripplescode3 жыл бұрын
Watch the persistent theme video.... from that you can take help.
@nandhakumarappusamy94572 жыл бұрын
Could you please make a video on Nested navigation with Bottom Navigation and Left navigation bar with GetX routing?
@ripplescode2 жыл бұрын
Noted
@kamalCode3 жыл бұрын
Sir, please how to create flutter package from scratch video tuotorial
@vannanak66103 жыл бұрын
Hello! May u show me Getx with graphql?
@auwalaliyu174 Жыл бұрын
Assalam.. Mr Amar it seems like this fancy_bottom_navigation has issues. It consistentl fails to work on my project. I'm having issues as: /C:/src/flutter/packages/flutter/lib/src/widgets/basic.dart:3860:9: Context: Found this candidate, but the arguments don't match. const Stack({ ^^^^^
@auwalaliyu174 Жыл бұрын
Thank you Amar.. I was able to solve the issue by replacing flutter pub add fancy_bottom_navigation with flutter pub add fancy_bottom_navigation_2. 🤗🙏
@auwalaliyu174 Жыл бұрын
Thought I’m kinda having tough times implementing both fancy_bottom_navigation and stepper (multi step form) widgets in one single project ..😃