Carousel Slider in Flutter from scratch without any plugin. || Build Slider without using Pub. dev

Поділитися
Вставка
  • Опубліковано 4 січ 2025

КОМЕНТАРІ •

  • @ArudaKawa
    @ArudaKawa Рік тому +2

    Hello How can I make the color of the containers different one by one?

    • @Eg_Marshall
      @Eg_Marshall 11 місяців тому

      make a list of color and in the child child: name of the list[index],

  • @SandeepSahu-rj6sd
    @SandeepSahu-rj6sd 7 місяців тому

    how to use multiple images in this code means you use 5 container but how to add 5 different images????

  • @platypewwwsss
    @platypewwwsss 2 роки тому +1

    is there a way to replace the color with images?

    • @bentalla
      @bentalla 10 місяців тому

      Use Child in container

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

    this is what i have searched. some tutors only use third prty libs

  • @BrunoBosi-cy9lw
    @BrunoBosi-cy9lw Рік тому

    O Vasco vai pra sula!

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

    thank you so much

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

    how do i add pictures

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

      i came here to know that only

    • @41kunalsingh66
      @41kunalsingh66 Рік тому +2

      1.create a list of images either network or asset.
      2.Inside container create decoration box with asse timage or network .
      3.inside asset or network ex.( food [index] ).
      done

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

      @@41kunalsingh66 Thanks

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

    Good effort

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

    How to write the content in it

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

      Inside container use child widget to write conteng

  • @BrunoBosi-cy9lw
    @BrunoBosi-cy9lw Рік тому

    muito obrigado

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

    nice brother

  • @RamPatel-il1zi
    @RamPatel-il1zi Рік тому

    thanks

  • @BrunoBosi-cy9lw
    @BrunoBosi-cy9lw Рік тому

    voce é foda

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

    Technically correct, but a very long video and unnecessarily complicated with unwarranted timer and frills.

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

    how do i add pictures

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

    is there a way to replace the color with images?

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

      Yes, you can add 'Image widget' child to that container