Auto redirect to Login/Dashboard from Splash Screen in Flutter using GetX || Flutter || GetX

Поділитися
Вставка
  • Опубліковано 11 гру 2024

КОМЕНТАРІ • 20

  • @thazeroword646
    @thazeroword646 2 роки тому

    Very nice tutorial sir

  • @ajaypangare2487
    @ajaypangare2487 2 роки тому

    hye bro , i need help to build the scrolling effect in listview like one container at a time. but containers are having different heights. by scrolling only. not but pressing the button. by pressing button i know through jumtonextIndex it works but need same effect by scrolling on listview

  • @robertomejia3124
    @robertomejia3124 2 роки тому

    when I run my Flutter app (v 3.0) it shows a blank screen before running the "splash screen"...

    • @ripplescode
      @ripplescode  2 роки тому

      Use flutter native splash plugin

  • @iamrohitmondal
    @iamrohitmondal 2 роки тому

    Thanks for the video sir

  • @amdtechno4913
    @amdtechno4913 Рік тому

    plz do the tutor for web admin panel using get with navigation

  • @tajmul13
    @tajmul13 2 роки тому

    Please make a tutorial about send sms direcly from phone with sim slot selection functionality.
    Thanks ❤️

  • @tinchocbaar
    @tinchocbaar 2 роки тому

    Omar, what is your Main state managment ?
    Good video!

    • @ripplescode
      @ripplescode  2 роки тому

      GetX

    • @chind0na
      @chind0na 9 місяців тому

      How do you use Get.Snackbar in an asynchronous call that throws an error ? Does the Mai widget have to stateful or not ? The reason I’m using GetX lately is because we don’t really have to use StatefulWidget.
      Thanks

  • @nickledesmac.786
    @nickledesmac.786 2 роки тому

    I want to know what you think of get_server, greetings

    • @ripplescode
      @ripplescode  2 роки тому

      Do you want tutorial on that?

    • @nickledesmac.786
      @nickledesmac.786 2 роки тому

      @@ripplescode Yes please, I can't find any video that talks about this

  • @sidharthkumar1499
    @sidharthkumar1499 7 місяців тому

    Make video in multi select drop-down fetch data using api

  • @nickledesmac.786
    @nickledesmac.786 2 роки тому

    Thanks you

  • @ShafiqulIslam-sw6qv
    @ShafiqulIslam-sw6qv 2 роки тому

    Thanks

  • @faisalhidayat8404
    @faisalhidayat8404 Рік тому

    bro why onready not working for me

  • @crazy-man
    @crazy-man 2 роки тому

    Don't wait 2 second, just call WidgetsBinding.instance
    .addPostFrameCallback((_) => yourFunction(context));
    }, instead , to make sure all widgets is loaded