Flutter carousel controller throwing null check error on nextPage()
As stated in the title, flutter carousel_slider’s CarouselController
doesn’t seem to work. When I trigger the nextPage
or jumpToPage
functions, I am met with a Unhandled Exception: Null check operator used on a null value
error.
Flutter – Trying to use filepath given in JSON data to show images in Carousel
I’m in the process of learning the Carousel widget in Flutter, and I understand how to upload images using assets folder directly.