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

#flutter #carouselsliderinflutter
In this video, we are going to see ... how we can build a carousel slider from scratch in a flutter.
code : github.com/vagish1/Flutter-App

Пікірлер: 24

  • @ComputerCode
    @ComputerCode2 жыл бұрын

    Good effort

  • @makisetakashi
    @makisetakashi Жыл бұрын

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

  • @ehsannazari1456
    @ehsannazari1456 Жыл бұрын

    thank you so much

  • @nullcodeer
    @nullcodeer2 жыл бұрын

    nice brother

  • @RamPatel-il1zi
    @RamPatel-il1zi Жыл бұрын

    thanks

  • @SandeepSahu-rj6sd
    @SandeepSahu-rj6sdАй бұрын

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

  • @BrunoBosi-cy9lw
    @BrunoBosi-cy9lw9 ай бұрын

    muito obrigado

  • @BrunoBosi-cy9lw
    @BrunoBosi-cy9lw9 ай бұрын

    O Vasco vai pra sula!

  • @ArudaKawa
    @ArudaKawa Жыл бұрын

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

  • @Eg_Marshall

    @Eg_Marshall

    5 ай бұрын

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

  • @rohagame
    @rohagame Жыл бұрын

    how do i add pictures

  • @emilpadilla6792
    @emilpadilla6792 Жыл бұрын

    is there a way to replace the color with images?

  • @bentalla

    @bentalla

    4 ай бұрын

    Use Child in container

  • @BrunoBosi-cy9lw
    @BrunoBosi-cy9lw9 ай бұрын

    voce é foda

  • @thirumuruganr2391
    @thirumuruganr2391 Жыл бұрын

    How to write the content in it

  • @BeDevelopers

    @BeDevelopers

    Жыл бұрын

    Inside container use child widget to write conteng

  • @MrVipulLal
    @MrVipulLal Жыл бұрын

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

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

  • @rohagame
    @rohagame Жыл бұрын

    how do i add pictures

  • @thakkarmaurya4729

    @thakkarmaurya4729

    Жыл бұрын

    i came here to know that only

  • @41kunalsingh66

    @41kunalsingh66

    11 ай бұрын

    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

    11 ай бұрын

    @@41kunalsingh66 Thanks