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🙏🙏
@CodingwithT2 жыл бұрын
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.
@CodingwithT2 жыл бұрын
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.
@khalidJava2 жыл бұрын
@@CodingwithT Thanks alot
@GuzSurya Жыл бұрын
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?
@CodingwithT Жыл бұрын
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.
@GuzSurya Жыл бұрын
@@CodingwithT where i can do that? In onboarding_controller?
@kennytan94 Жыл бұрын
for the onboarding screen does it appear only once or each time u launch the app?
@Hamza-yq7sj2 жыл бұрын
can you do OnBoardingScreen show only one time when you use app first time?
@CodingwithT2 жыл бұрын
Yes in the Next few videos I'll create video on Shared Preferences. Using that we will only display it once.
@Hamza-yq7sj2 жыл бұрын
@@CodingwithT ty
@zeeshanpc2 жыл бұрын
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 ?
@CodingwithT2 жыл бұрын
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. 🤠
@zeeshanpc2 жыл бұрын
I already checked the API Documentation, but there is nothing about removing it. All I found a "Jugaar" through StackOverFlow.
@loganathan2010 Жыл бұрын
Just use run remove command flutter pub run flutter_native_splash:remove
@Matrix-jp2jn2 жыл бұрын
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
@CodingwithT2 жыл бұрын
You are welcome 😁. Code is not actually related to folders. There must be some issue in code. Did you get any errors?
@SplendornetTest Жыл бұрын
Where do i find all the images that have been used in the project ?
@MRGAMING-xc8mw Жыл бұрын
from where we get images actual links given in description not working
@playpauselofi2 жыл бұрын
Great job 👏, bro how do I get your android avd custom skin?
@CodingwithT2 жыл бұрын
I'm actually using my own device & Thank you 😊
@CaioHenriqueCapêlo Жыл бұрын
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!
@CodingwithT Жыл бұрын
I guess You actually forget to assign your controller created in OnboardController class to the widget called LiquidSwipe
@henryc5266 Жыл бұрын
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
@snehachalke10 ай бұрын
did you get the solution plz help i m stuck at the same error
@GadgetExp-f9tАй бұрын
sir whats the value of tdefaultsize ?
@CodingwithTАй бұрын
It's 24 by default!
@mehdi_abik9 ай бұрын
goog awesome
@CodingwithT9 ай бұрын
Thank you! I'm glad you found it great
@Shahrukhkhan-ng5dp7 ай бұрын
On downloading images 404 error occur
@ariesxd65712 жыл бұрын
GETTING ERROR ON required this.model how to solve ? Its showing saying create class required
@CodingwithT2 жыл бұрын
Please share your error details on support@codingwithT.com
@usefulone20942 жыл бұрын
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
@usefulone20942 жыл бұрын
Also, I used For primaryColor of elevated button, foregroundColor👍
@usefulone20942 жыл бұрын
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 💜
@CodingwithT2 жыл бұрын
Well that's good 👍. The taps of water will become the sea soon. 😃✌️
@CaioHenriqueCapêlo Жыл бұрын
Hi, how you solved the liquidController error?
@4ia02_satrioardyhamzah2 Жыл бұрын
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
@CodingwithT Жыл бұрын
Replied to your message at Instagram
@winko79002 жыл бұрын
Great Video ! btw Sir where i can get the image asset files
@CodingwithT2 жыл бұрын
Thank you 😊! You can get all the images from the link in the description 🙂 or Visit CodingwithT.com
@ashirwadkatkamwar555510 ай бұрын
images are not available on the for download 404 error
@khlifisafa779 Жыл бұрын
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*/'.
@CodingwithT Жыл бұрын
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
@khlifisafa779 Жыл бұрын
@@CodingwithT First thank you so much for the quick response, and I'll send you now the screen shot.
@Aman-9812 Жыл бұрын
Hello
@Nitimoy Жыл бұрын
how to move from onboarding screen to welcome screen ??
@CodingwithT Жыл бұрын
Just a simple redirect
@Nitimoy Жыл бұрын
Already did it... Thanks for the awesome tutorials..🙏🙏
@amaechichristopheribeme184 Жыл бұрын
Please where and how did you called the onboarding screen to load and then redirect to welcome screen?
@majelistalimbahasyim Жыл бұрын
I runing app not installed getx an one boarding not runing 😭
@CodingwithT Жыл бұрын
Can you share your error?
@majelistalimbahasyim Жыл бұрын
@@CodingwithT where ai share me code error ?
@varunmaheshsingh2670 Жыл бұрын
sir i am getting error while i m using obx it says improrer use of getx plzz help
@CodingwithT Жыл бұрын
It's because you are either not using .obs variable inside it or .obs used but not directly inside Obx
@varunmaheshsingh2670 Жыл бұрын
@@CodingwithT i followed ur process same as exact
@CodingwithT Жыл бұрын
No worries can you share the time on KZbin video where it's giving error
@varunmaheshsingh2670 Жыл бұрын
Sir when I m wrapping the position widget under Obx
@CodingwithT Жыл бұрын
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
@parthvaghani3858 Жыл бұрын
Onboarding screen not to navigate to welcome screen?
@pramodudayanga71022 жыл бұрын
hi sir, Onboarding images is not in your shared drive, Can you check it and say how to get that image
@CodingwithT2 жыл бұрын
You can download them from Icons8
@guru24162 жыл бұрын
I'm waiting for your next video.
@CodingwithT2 жыл бұрын
So nice of you dear, Will upload it in a few hours. 😊🤠
@Sudip-bl6jm8 ай бұрын
Everything is very Good but Bottom Center Arrow ans Skip is not working ... Please look after it...
@CodingwithT7 ай бұрын
Double check the function calls
@learnwithkomal12 Жыл бұрын
where I can get these resources free??
@CodingwithT Жыл бұрын
You can get them from Icons8.com
@sidrudy7701 Жыл бұрын
is there a proper github code?
@ritiksingh4170 Жыл бұрын
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
@maicolr8083 Жыл бұрын
Can you make the tutorials from scratch? sometimes i'm so confused :c
@CodingwithT Жыл бұрын
Please watch my Flutter Crash Course. It's a step by step course for absolute beginners.
@maicolr8083 Жыл бұрын
@@CodingwithT I already looked at your content, I appreciate what you do
@yaswanthmitta8983 Жыл бұрын
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
@CodingwithT Жыл бұрын
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.
@khengarwithinvesting2 жыл бұрын
City Guide App Half Hi Chhod Di n yaar Me projects Pura Nahi kar paya😭😭😭
@CodingwithT2 жыл бұрын
pardon bro, will try my best to complete that
@abdulkarimi80242 жыл бұрын
Sir don't use custom widget use built-in things
@CodingwithT2 жыл бұрын
Ok. I'll try not to. But they add extra elegance
@allhzzenmiserable2295 Жыл бұрын
Image download link not working drive.google.com/drive/folders/1ZCI1cN64Geo7Ag4S5iB3A_PyKCC5xCc4?usp=sharing