Flutter Onboarding Screen | Flutter Liquid Swipe | Flutter Smooth Page Indicator [2023]

  Рет қаралды 47,138

Coding With T

Coding With T

Күн бұрын

Пікірлер: 89
@androidstc1258
@androidstc1258 2 жыл бұрын
1000000K likes 🥰🥰🥰🤩🤩🤩🤩
@CodingwithT
@CodingwithT 2 жыл бұрын
@Android STC so, nice of you dear 🤠✌️
@nourhamada1409
@nourhamada1409 2 жыл бұрын
Brilliant 🤩
@CodingwithT
@CodingwithT 2 жыл бұрын
Thank you 😊
@androidstc1258
@androidstc1258 2 жыл бұрын
nice and beuty design .thanks bro lets goo
@CodingwithT
@CodingwithT 2 жыл бұрын
I'm glad you like it 🤠🤠✌️✌️🎉😀
@mehdi_abik
@mehdi_abik 11 ай бұрын
goog awesome
@CodingwithT
@CodingwithT 11 ай бұрын
Thank you! I'm glad you found it great
@khalidJava
@khalidJava 2 жыл бұрын
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🙏🙏
@CodingwithT
@CodingwithT 2 жыл бұрын
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
@CodingwithT 2 жыл бұрын
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.
@khalidJava
@khalidJava 2 жыл бұрын
@@CodingwithT Thanks alot
@4ia02_satrioardyhamzah2
@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
@CodingwithT Жыл бұрын
Replied to your message at Instagram
@GuzSurya
@GuzSurya 2 жыл бұрын
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
@CodingwithT 2 жыл бұрын
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
@GuzSurya 2 жыл бұрын
@@CodingwithT where i can do that? In onboarding_controller?
@guru2416
@guru2416 2 жыл бұрын
I'm waiting for your next video.
@CodingwithT
@CodingwithT 2 жыл бұрын
So nice of you dear, Will upload it in a few hours. 😊🤠
@playpauselofi
@playpauselofi 2 жыл бұрын
Great job 👏, bro how do I get your android avd custom skin?
@CodingwithT
@CodingwithT 2 жыл бұрын
I'm actually using my own device & Thank you 😊
@kennytan94
@kennytan94 Жыл бұрын
for the onboarding screen does it appear only once or each time u launch the app?
@Matrix-jp2jn
@Matrix-jp2jn 2 жыл бұрын
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
@CodingwithT
@CodingwithT 2 жыл бұрын
You are welcome 😁. Code is not actually related to folders. There must be some issue in code. Did you get any errors?
@winko7900
@winko7900 2 жыл бұрын
Great Video ! btw Sir where i can get the image asset files
@CodingwithT
@CodingwithT 2 жыл бұрын
Thank you 😊! You can get all the images from the link in the description 🙂 or Visit CodingwithT.com
@Hamza-yq7sj
@Hamza-yq7sj 2 жыл бұрын
can you do OnBoardingScreen show only one time when you use app first time?
@CodingwithT
@CodingwithT 2 жыл бұрын
Yes in the Next few videos I'll create video on Shared Preferences. Using that we will only display it once.
@Hamza-yq7sj
@Hamza-yq7sj 2 жыл бұрын
@@CodingwithT ty
@usefulone2094
@usefulone2094 2 жыл бұрын
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
@usefulone2094
@usefulone2094 2 жыл бұрын
Also, I used For primaryColor of elevated button, foregroundColor👍
@usefulone2094
@usefulone2094 2 жыл бұрын
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 💜
@CodingwithT
@CodingwithT 2 жыл бұрын
Well that's good 👍. The taps of water will become the sea soon. 😃✌️
@CaioHenriqueCapêlo
@CaioHenriqueCapêlo Жыл бұрын
Hi, how you solved the liquidController error?
@CaioHenriqueCapêlo
@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
@CodingwithT Жыл бұрын
I guess You actually forget to assign your controller created in OnboardController class to the widget called LiquidSwipe
@henryc5266
@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
@snehachalke
@snehachalke 11 ай бұрын
did you get the solution plz help i m stuck at the same error
@SplendornetTest
@SplendornetTest Жыл бұрын
Where do i find all the images that have been used in the project ?
@GadgetExp-f9t
@GadgetExp-f9t 3 ай бұрын
sir whats the value of tdefaultsize ?
@CodingwithT
@CodingwithT 3 ай бұрын
It's 24 by default!
@MRGAMING-xc8mw
@MRGAMING-xc8mw Жыл бұрын
from where we get images actual links given in description not working
@Shahrukhkhan-ng5dp
@Shahrukhkhan-ng5dp 9 ай бұрын
On downloading images 404 error occur
@zeeshanpc
@zeeshanpc 2 жыл бұрын
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 ?
@CodingwithT
@CodingwithT 2 жыл бұрын
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. 🤠
@zeeshanpc
@zeeshanpc 2 жыл бұрын
I already checked the API Documentation, but there is nothing about removing it. All I found a "Jugaar" through StackOverFlow.
@loganathan2010
@loganathan2010 Жыл бұрын
Just use run remove command flutter pub run flutter_native_splash:remove
@Sudip-bl6jm
@Sudip-bl6jm 9 ай бұрын
Everything is very Good but Bottom Center Arrow ans Skip is not working ... Please look after it...
@CodingwithT
@CodingwithT 9 ай бұрын
Double check the function calls
@ariesxd6571
@ariesxd6571 2 жыл бұрын
GETTING ERROR ON required this.model how to solve ? Its showing saying create class required
@CodingwithT
@CodingwithT 2 жыл бұрын
Please share your error details on support@codingwithT.com
@yaswanthmitta8983
@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
@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.
@khlifisafa779
@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
@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
@khlifisafa779 Жыл бұрын
@@CodingwithT First thank you so much for the quick response, and I'll send you now the screen shot.
@Aman-9812
@Aman-9812 Жыл бұрын
Hello
@maicolr8083
@maicolr8083 Жыл бұрын
Can you make the tutorials from scratch? sometimes i'm so confused :c
@CodingwithT
@CodingwithT Жыл бұрын
Please watch my Flutter Crash Course. It's a step by step course for absolute beginners.
@maicolr8083
@maicolr8083 Жыл бұрын
@@CodingwithT I already looked at your content, I appreciate what you do
@Nitimoy
@Nitimoy Жыл бұрын
how to move from onboarding screen to welcome screen ??
@CodingwithT
@CodingwithT Жыл бұрын
Just a simple redirect
@Nitimoy
@Nitimoy Жыл бұрын
Already did it... Thanks for the awesome tutorials..🙏🙏
@amaechichristopheribeme184
@amaechichristopheribeme184 Жыл бұрын
Please where and how did you called the onboarding screen to load and then redirect to welcome screen?
@varunmaheshsingh2670
@varunmaheshsingh2670 Жыл бұрын
sir i am getting error while i m using obx it says improrer use of getx plzz help
@CodingwithT
@CodingwithT Жыл бұрын
It's because you are either not using .obs variable inside it or .obs used but not directly inside Obx
@varunmaheshsingh2670
@varunmaheshsingh2670 Жыл бұрын
@@CodingwithT i followed ur process same as exact
@CodingwithT
@CodingwithT Жыл бұрын
No worries can you share the time on KZbin video where it's giving error
@varunmaheshsingh2670
@varunmaheshsingh2670 Жыл бұрын
Sir when I m wrapping the position widget under Obx
@CodingwithT
@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
@ashirwadkatkamwar5555
@ashirwadkatkamwar5555 Жыл бұрын
images are not available on the for download 404 error
@pramodudayanga7102
@pramodudayanga7102 2 жыл бұрын
hi sir, Onboarding images is not in your shared drive, Can you check it and say how to get that image
@CodingwithT
@CodingwithT 2 жыл бұрын
You can download them from Icons8
@parthvaghani3858
@parthvaghani3858 Жыл бұрын
Onboarding screen not to navigate to welcome screen?
@majelistalimbahasyim
@majelistalimbahasyim Жыл бұрын
I runing app not installed getx an one boarding not runing 😭
@CodingwithT
@CodingwithT Жыл бұрын
Can you share your error?
@majelistalimbahasyim
@majelistalimbahasyim Жыл бұрын
@@CodingwithT where ai share me code error ?
@abdulkarimi8024
@abdulkarimi8024 2 жыл бұрын
Sir don't use custom widget use built-in things
@CodingwithT
@CodingwithT 2 жыл бұрын
Ok. I'll try not to. But they add extra elegance
@khengarwithinvesting
@khengarwithinvesting 2 жыл бұрын
City Guide App Half Hi Chhod Di n yaar Me projects Pura Nahi kar paya😭😭😭
@CodingwithT
@CodingwithT 2 жыл бұрын
pardon bro, will try my best to complete that
@learnwithkomal12
@learnwithkomal12 Жыл бұрын
where I can get these resources free??
@CodingwithT
@CodingwithT Жыл бұрын
You can get them from Icons8.com
@ritiksingh4170
@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
@sidrudy7701
@sidrudy7701 2 жыл бұрын
is there a proper github code?
@allhzzenmiserable2295
@allhzzenmiserable2295 Жыл бұрын
Image download link not working drive.google.com/drive/folders/1ZCI1cN64Geo7Ag4S5iB3A_PyKCC5xCc4?usp=sharing
Welcome Screen | Flutter Login UI | Flutter UI | 2023
16:39
Coding With T
Рет қаралды 37 М.
📱DOPE Introduction Screens • Flutter Tutorial ♡
12:08
Mitch Koko
Рет қаралды 104 М.
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
10x Your Speed With Flutter
8:04
Flutter Mapp
Рет қаралды 92 М.
What if all the world's biggest problems have the same solution?
24:52
BLoC for Beginners 📱 State Management • Flutter Tutorial
8:44
The Easy Way to Design Top Tier Websites
11:54
Sajid
Рет қаралды 729 М.
Most overpowered way to build mobile apps?
8:33
Beyond Fireship
Рет қаралды 886 М.
🖥📱RESPONSIVE DESIGN • Flutter Tutorial
8:03
Mitch Koko
Рет қаралды 311 М.
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН