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

Поделиться
HTML-код
  • Опубликовано: 7 янв 2025

Комментарии • 89

  • @androidstc1258
    @androidstc1258 2 года назад +5

    1000000K likes 🥰🥰🥰🤩🤩🤩🤩

    • @CodingwithT
      @CodingwithT  2 года назад

      @Android STC so, nice of you dear 🤠✌️

  • @nourhamada1409
    @nourhamada1409 2 года назад +2

    Brilliant 🤩

  • @androidstc1258
    @androidstc1258 2 года назад

    nice and beuty design .thanks bro lets goo

    • @CodingwithT
      @CodingwithT  2 года назад

      I'm glad you like it 🤠🤠✌️✌️🎉😀

  • @GuzSurya
    @GuzSurya 2 года назад +1

    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?

  • @kennytan94
    @kennytan94 Год назад

    for the onboarding screen does it appear only once or each time u launch the app?

  • @khalidJava
    @khalidJava 2 года назад +1

    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 года назад +1

      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

  • @Matrix-jp2jn
    @Matrix-jp2jn 2 года назад +1

    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?

  • @Hamza-yq7sj
    @Hamza-yq7sj 2 года назад +1

    can you do OnBoardingScreen show only one time when you use app first time?

    • @CodingwithT
      @CodingwithT  2 года назад +1

      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

  • @playpauselofi
    @playpauselofi 2 года назад +1

    Great job 👏, bro how do I get your android avd custom skin?

    • @CodingwithT
      @CodingwithT  2 года назад

      I'm actually using my own device & Thank you 😊

  • @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

  • @SplendornetTest
    @SplendornetTest Год назад

    Where do i find all the images that have been used in the project ?

  • @Shahrukhkhan-ng5dp
    @Shahrukhkhan-ng5dp 8 месяцев назад +1

    On downloading images 404 error occur

  • @CaioHenriqueCapêlo
    @CaioHenriqueCapêlo Год назад +1

    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  Год назад +1

      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 10 месяцев назад

      did you get the solution plz help i m stuck at the same error

  • @zeeshanpc
    @zeeshanpc 2 года назад +1

    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

  • @mehdi_abik
    @mehdi_abik 10 месяцев назад

    goog awesome

    • @CodingwithT
      @CodingwithT  10 месяцев назад

      Thank you! I'm glad you found it great

  • @usefulone2094
    @usefulone2094 2 года назад +1

    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 года назад +1

      Well that's good 👍. The taps of water will become the sea soon. 😃✌️

    • @CaioHenriqueCapêlo
      @CaioHenriqueCapêlo Год назад

      Hi, how you solved the liquidController error?

  • @MRGAMING-xc8mw
    @MRGAMING-xc8mw Год назад

    from where we get images
    actual links given in description not working

  • @winko7900
    @winko7900 2 года назад +1

    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

  • @GadgetExp-f9t
    @GadgetExp-f9t 2 месяца назад

    sir whats the value of tdefaultsize ?

  • @ariesxd6571
    @ariesxd6571 2 года назад +1

    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

  • @guru2416
    @guru2416 2 года назад

    I'm waiting for your next video.

    • @CodingwithT
      @CodingwithT  2 года назад +1

      So nice of you dear, Will upload it in a few hours. 😊🤠

  • @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  Год назад +1

      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

  • @ashirwadkatkamwar5555
    @ashirwadkatkamwar5555 10 месяцев назад

    images are not available on the for download 404 error

  • @parthvaghani3858
    @parthvaghani3858 Год назад

    Onboarding screen not to navigate to welcome screen?

  • @Nitimoy
    @Nitimoy Год назад +1

    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?

  • @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

  • @varunmaheshsingh2670
    @varunmaheshsingh2670 Год назад +1

    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 RUclips video where it's giving error

    • @varunmaheshsingh2670
      @varunmaheshsingh2670 Год назад +1

      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

  • @majelistalimbahasyim
    @majelistalimbahasyim Год назад

    I runing app not installed getx an one boarding not runing 😭

  • @Sudip-bl6jm
    @Sudip-bl6jm 8 месяцев назад

    Everything is very Good but Bottom Center Arrow ans Skip is not working ...
    Please look after it...

    • @CodingwithT
      @CodingwithT  8 месяцев назад

      Double check the function calls

  • @yaswanthmitta8983
    @yaswanthmitta8983 Год назад +1

    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.

  • @maicolr8083
    @maicolr8083 Год назад

    Can you make the tutorials from scratch? sometimes i'm so confused :c

    • @CodingwithT
      @CodingwithT  Год назад +1

      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

  • @sidrudy7701
    @sidrudy7701 Год назад

    is there a proper github code?

  • @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

  • @khengarwithinvesting
    @khengarwithinvesting 2 года назад +1

    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

  • @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

  • @allhzzenmiserable2295
    @allhzzenmiserable2295 Год назад

    Image download link not working
    drive.google.com/drive/folders/1ZCI1cN64Geo7Ag4S5iB3A_PyKCC5xCc4?usp=sharing