Flutter Carousel Slider - With REST API

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ม.ค. 2025

ความคิดเห็น •

  • @ashikmahmood4018
    @ashikmahmood4018 2 ปีที่แล้ว +1

    Please make tutorial how to see more and see less functionality...plz

    • @programmingnight
      @programmingnight  2 ปีที่แล้ว

      Thanks your feedback Ashik.
      I already started complete e-commerce app with rest api project.
      You can find it from my channel- th-cam.com/video/TxVK2c3vJ0Y/w-d-xo.html

  • @thushalmadhushankha9172
    @thushalmadhushankha9172 3 ปีที่แล้ว +3

    This is the best for the slider ❤

  • @romildojuniordev
    @romildojuniordev 2 ปีที่แล้ว +2

    Parabéns... Tutorial muito didático.

  • @jiankian
    @jiankian 3 ปีที่แล้ว +1

    支持这种开源的漂亮UI的教程

  • @mtzrmzia
    @mtzrmzia 3 ปีที่แล้ว +1

    is the same thing for the slides down? i mean the popular categories and popular items sliders?

    • @programmingnight
      @programmingnight  3 ปีที่แล้ว +1

      No. Those are just Row of widgets inside the SingleChildScrollView(horizontal).

    • @mtzrmzia
      @mtzrmzia 3 ปีที่แล้ว +1

      @@programmingnight thanks, btw great video

  • @LAADI786
    @LAADI786 3 ปีที่แล้ว +1

    bro ive implement this method to call my api but getting error at isLoading while parsing value in _c
    can you help me out of this

    • @programmingnight
      @programmingnight  3 ปีที่แล้ว

      Sure. Masrkperera@gmail.com send screenshot and more details to this mail.

    • @kathylee7394
      @kathylee7394 3 ปีที่แล้ว

      Hello, I have the same problem
      Can you help me out?

    • @LAADI786
      @LAADI786 3 ปีที่แล้ว

      I'll send you sure thankyou

    • @programmingnight
      @programmingnight  3 ปีที่แล้ว

      Send mail masrkperera@gmail.com

  • @zakblacki
    @zakblacki 3 ปีที่แล้ว +1

    Could make a follow up to this with firestore image storage

    • @programmingnight
      @programmingnight  2 ปีที่แล้ว

      th-cam.com/video/QqLJrSO_bV8/w-d-xo.html

  • @kamalCode
    @kamalCode 3 ปีที่แล้ว +2

    Plz speak for understanding of code for user

    • @programmingnight
      @programmingnight  3 ปีที่แล้ว +1

      Thank you @DevKamal for your feedback. Currently i don't have any good voice recordings setup. But i will try to add it with my next upcoming videos.

  • @XxK1LL3RZz
    @XxK1LL3RZz 3 ปีที่แล้ว +1

    Thank u

  • @surayutttttttt
    @surayutttttttt 3 ปีที่แล้ว +1

    lib/models/carousel.dart:9:10: Error: The parameter 'id' can't have a value of 'null' because of its type 'String', but the implicit default value is 'null'.
    Try adding either an explicit non-'null' default value or the 'required' modifier.
    this.id,
    ^^
    imhaving this problem n how to fix this , thanks

    • @programmingnight
      @programmingnight  3 ปีที่แล้ว

      Which flutter version are you using? 2.2+?

    • @surayutttttttt
      @surayutttttttt 3 ปีที่แล้ว +1

      @@programmingnight 2.2.2 ,Sir

    • @programmingnight
      @programmingnight  3 ปีที่แล้ว

      I think problem come because flutter 2.2 project run with null safety.
      Try with changing model constructor like this.
      Carousel({
      required this.id,
      required this.image
      )};

    • @h20-t1m
      @h20-t1m 2 ปีที่แล้ว

      @@surayutttttttt run terminal or cmd
      lutter clean
      flutter pub get
      flutter pub upgrade and attention kotlin version will fix problem