hallo, great tutorial. i wanna ask a question, how to add a button "get started" on end of onboarding screen ? can you tell me, where i can add the button?
Well using this design, I'll suggest hiding this current Black button & showing your get started button instead. You can do that by getting the current index and check when it reaches at the last like [2] in case of 3 screens and then you can perform your actions.
Hi Dear , Thanks for this great tutorial , I have one Question, if I need to make this onBoarding screen appear one time and then go to Welcome screen , So how to code it please🙏🙏
Thank you 😊. You can do it with Shared Preferences (Sessions). Also after the next tutorial I'm about to start Shared Preferences and Firebase and will learn in that.
Thank you 😊. You can do it with Shared Preferences (Sessions). Also after the next tutorial I'm about to start Shared Preferences and Firebase and will learn in that.
thank you for the tutorial, can you give us the tutorial how to add button in the last page of onboarding page please, i need the button for go to welcome page thank you
Hello, sir! I'm having an error in my code. It says: LiquidController not attached to any LiquidSwip widget. Can u elucidate what it's going on and how can I solve it? Thank you for your great playlist!
Thank you for your fast reply! When u say assign your controller to the widget u mean the "liquidController:" in LiquidSwipe()? Because I already assigned obController.controller in liquidController: . But the error continues :\ @@CodingwithT
I created the flutter_native_splash, but now, I do not want that to be shown as I have custom Splash Screen. How to disable that flutter_native_splash ?
Thank you for your great tutorial 💜 I followed u every step , every thing is working except the black button doesn't navigate & skip also doesn't work with me 😥 The error says: LiquidController not attached to any LiquidSwip widget
Finally I found the problem in my code 🤓 I should type currentPage with a letter p capital .. it was my fault I wrote wrongly like that currentpage😂 🤗 Thank you for your tutorial sir 💜
Hi! I finished all the series and bought the code source, also I've followed all the steps but I'm getting this error when I'm launching the emulator: Error: The argument type 'OnBoardingModel/*1*/' can't be assigned to the parameter type 'OnBoardingModel/*2*/'.
Can you share your function here. It seems like you have not called the .obs value properly like currentPage.value so here .value is important to be used
idk but i feel like you are making things complex by using different folders for everything . you kept splash screen controller in controller rather than you can create a seperate folder for splash screen and all all the items related to splash screen there
There are multiple approaches and It was just a learning video showing all possibilities. I keep all the controllers of Authentication in a separate Authentication folder. And screens in separate which helps to easily find anything in a large app which has more than 20 + controllers, screens models, authentication files and so on.
NEED ALL THE ASSEST/IMAGES USED HERE IN YOUR WEBSITE WHEN WE CLICK ON DOWNLOAD IMAGES IT SHOW 404 ERROR he requested URL was not found on this server. PLEASE PROVIDE ALL THE USED ASSESTS
1000000K likes 🥰🥰🥰🤩🤩🤩🤩
@Android STC so, nice of you dear 🤠✌️
Brilliant 🤩
Thank you 😊
nice and beuty design .thanks bro lets goo
I'm glad you like it 🤠🤠✌️✌️🎉😀
hallo, great tutorial. i wanna ask a question, how to add a button "get started" on end of onboarding screen ? can you tell me, where i can add the button?
Well using this design, I'll suggest hiding this current Black button & showing your get started button instead.
You can do that by getting the current index and check when it reaches at the last like [2] in case of 3 screens and then you can perform your actions.
@@CodingwithT where i can do that? In onboarding_controller?
for the onboarding screen does it appear only once or each time u launch the app?
Hi Dear , Thanks for this great tutorial , I have one Question, if I need to make this onBoarding screen appear one time and then go to Welcome screen , So how to code it please🙏🙏
Thank you 😊. You can do it with Shared Preferences (Sessions). Also after the next tutorial I'm about to start Shared Preferences and Firebase and will learn in that.
Thank you 😊. You can do it with Shared Preferences (Sessions). Also after the next tutorial I'm about to start Shared Preferences and Firebase and will learn in that.
@@CodingwithT Thanks alot
Thank you for this Osm video, welcome screen and splash screen is not working. What can I do for it? Even after creating Same folders
You are welcome 😁.
Code is not actually related to folders. There must be some issue in code. Did you get any errors?
can you do OnBoardingScreen show only one time when you use app first time?
Yes in the Next few videos I'll create video on Shared Preferences. Using that we will only display it once.
@@CodingwithT ty
Great job 👏, bro how do I get your android avd custom skin?
I'm actually using my own device & Thank you 😊
thank you for the tutorial, can you give us the tutorial how to add button in the last page of onboarding page please, i need the button for go to welcome page thank you
Replied to your message at Instagram
Where do i find all the images that have been used in the project ?
On downloading images 404 error occur
Hello, sir! I'm having an error in my code. It says: LiquidController not attached to any LiquidSwip widget. Can u elucidate what it's going on and how can I solve it? Thank you for your great playlist!
I guess You actually forget to assign your controller created in OnboardController class to the widget called LiquidSwipe
Thank you for your fast reply! When u say assign your controller to the widget u mean the "liquidController:" in LiquidSwipe()? Because I already assigned obController.controller in liquidController: . But the error continues :\ @@CodingwithT
did you get the solution plz help i m stuck at the same error
I created the flutter_native_splash, but now, I do not want that to be shown as I have custom Splash Screen. How to disable that flutter_native_splash ?
Please find the documentation of native Splash screen in this playlist.
You will get the section at the bottom about how to remove it easily. 🤠
I already checked the API Documentation, but there is nothing about removing it. All I found a "Jugaar" through StackOverFlow.
Just use run remove command
flutter pub run flutter_native_splash:remove
goog awesome
Thank you! I'm glad you found it great
Thank you for your great tutorial 💜
I followed u every step , every thing is working except the black button doesn't navigate & skip also doesn't work with me 😥
The error says: LiquidController not attached to any LiquidSwip widget
Also, I used For primaryColor of elevated button, foregroundColor👍
Finally I found the problem in my code 🤓
I should type currentPage with a letter p capital .. it was my fault I wrote wrongly like that currentpage😂 🤗
Thank you for your tutorial sir 💜
Well that's good 👍. The taps of water will become the sea soon. 😃✌️
Hi, how you solved the liquidController error?
from where we get images
actual links given in description not working
Great Video !
btw Sir where i can get the image asset files
Thank you 😊! You can get all the images from the link in the description 🙂 or Visit CodingwithT.com
sir whats the value of tdefaultsize ?
It's 24 by default!
GETTING ERROR ON required this.model how to solve ? Its showing saying create class required
Please share your error details on support@codingwithT.com
I'm waiting for your next video.
So nice of you dear, Will upload it in a few hours. 😊🤠
Hi! I finished all the series and bought the code source, also I've followed all the steps but I'm getting this error when I'm launching the emulator: Error: The argument type 'OnBoardingModel/*1*/' can't be assigned to the parameter type 'OnBoardingModel/*2*/'.
This means that you are assigning the different variable type to the different one. You can send me a screen shot at support@codingwitht.com
@@CodingwithT First thank you so much for the quick response, and I'll send you now the screen shot.
Hello
images are not available on the for download 404 error
Onboarding screen not to navigate to welcome screen?
how to move from onboarding screen to welcome screen ??
Just a simple redirect
Already did it...
Thanks for the awesome tutorials..🙏🙏
Please where and how did you called the onboarding screen to load and then redirect to welcome screen?
hi sir, Onboarding images is not in your shared drive, Can you check it and say how to get that image
You can download them from Icons8
sir i am getting error while i m using obx it says improrer use of getx
plzz help
It's because you are either not using .obs variable inside it or .obs used but not directly inside Obx
@@CodingwithT i followed ur process same as exact
No worries can you share the time on RUclips video where it's giving error
Sir when I m wrapping the position widget under Obx
Can you share your function here. It seems like you have not called the .obs value properly like currentPage.value so here .value is important to be used
I runing app not installed getx an one boarding not runing 😭
Can you share your error?
@@CodingwithT where ai share me code error ?
Everything is very Good but Bottom Center Arrow ans Skip is not working ...
Please look after it...
Double check the function calls
idk but i feel like you are making things complex by using different folders for everything . you kept splash screen controller in controller rather than you can create a seperate folder for splash screen and all all the items related to splash screen there
There are multiple approaches and It was just a learning video showing all possibilities.
I keep all the controllers of Authentication in a separate Authentication folder.
And screens in separate which helps to easily find anything in a large app which has more than 20 + controllers, screens models, authentication files and so on.
Can you make the tutorials from scratch? sometimes i'm so confused :c
Please watch my Flutter Crash Course. It's a step by step course for absolute beginners.
@@CodingwithT I already looked at your content, I appreciate what you do
is there a proper github code?
NEED ALL THE ASSEST/IMAGES USED HERE IN YOUR WEBSITE WHEN WE CLICK ON DOWNLOAD IMAGES IT SHOW 404 ERROR he requested URL was not found on this server. PLEASE PROVIDE ALL THE USED ASSESTS
City Guide App Half Hi Chhod Di n yaar
Me projects Pura Nahi kar paya😭😭😭
pardon bro, will try my best to complete that
where I can get these resources free??
You can get them from Icons8.com
Sir don't use custom widget use built-in things
Ok. I'll try not to. But they add extra elegance
Image download link not working
drive.google.com/drive/folders/1ZCI1cN64Geo7Ag4S5iB3A_PyKCC5xCc4?usp=sharing