Questions tagged [carousel-slider]
36 questions
0
votes
0 answers
How to Implement a manual carousel slider in Flutter? like swipe left or right
I installed carousel_slider: ^4.2.1 . I am trying to implement move image with swipe only but lots of research did not get any solution.
Please help me how to implement show a slide (not auto) with sipe left or right only using carousel_slider.
no…

Nitin
- 1
- 2
0
votes
0 answers
how to convert asynchronus function to synchronous
i am trying to make a youtube video carousel such that when a video completes it should move to next slide and play the next video automatically. and if a user manually swipes slide then also previous one should stop and the next one should play…

Brahm Bind Singh
- 37
- 3
0
votes
1 answer
How to slow down scroll velocity in flutter
I am trying to implement a slower scroll velocity in carousel_slider widget, or some better snapping. the problem is that if the user does a very fast swipe motion a couple of items will be scrolled instead of snapping tot he next one. i want to…

Tom Cohen
- 79
- 6
0
votes
1 answer
Variable value (indicator) referenced among different widgets
I have a call that call this carousel and based on the widget clicked, it shows different content (through the contentUrls argument). The content shows up fine but I tried including the DotsIndicator widget and the position (activePage) variable is…

Oer
- 447
- 5
- 8
0
votes
0 answers
Flutter Carousel framed by taking pictures in the moment
How can I display a Carousel framed by taking pictures in the moment?
This carousel needs a function to remove photos if needed. And an indicator of what image I'm seeing.
I'm using packages: 'image_picker' to get the photos from gallery or camera.…

Vitor Dalefi
- 1
- 1
0
votes
1 answer
How to make carousel slider on the left side
i was new on programming and now i was learning by try design to coding from internet. And this the sample i want to create
i was try making that slider using carousel_slider, i can show it but i cant relocate the location of the slider ( carousel…

raei
- 27
- 4
0
votes
0 answers
Flutter carousel_slider widget issue
I am new to flutter development and I am using the carousel_slider (https://pub.dev/packages/carousel_slider) widget in my flutter application. Simply this widget is used within the list builder so there are multiple carousels within a single…

Eranga Wijethunga
- 185
- 8
0
votes
0 answers
different data-interval for img and YouTube video is not working
I have a carousel slider with one img and YouTube embed video.
I want to set different data-interval on img "5000" and youtube"102000" video but its not working for my carousel slide.
can you please help me.

Bajwa Qasim
- 21
- 3
0
votes
1 answer
Flutter: Position my text on top of my Carousel Slider
I am trying to position my text on top of my Carousel Slider using Stack and Positioned Widget but it was staying on top of the Carousel, is there a way I can go about it.
body: ListView(
shrinkWrap: true,
children: [
…

Samson
- 19
- 1
- 5
0
votes
1 answer
Carousel Auto Slide not working ? what is the issue, help me to slove the issue?
Carousel Autoslide not working. ?
I have tried using bootstrap manually it's working, the only problem I am facing is auto-slide-doesn't work.
Bootstrap Carousel Auto Slide not working? what is the issue, help me to solve the issue?
not got…

RAM MYLSAMY
- 1
- 2
0
votes
1 answer
Flutter: How to use my stored images for carousel
I am using a carousel slider widget, instead of sourcing for images link, I have them in an asset folder, is there anyway I can use it for my carousel instead of images link.
class _HomePageState extends State {
final List…

Samson
- 19
- 1
- 5
0
votes
2 answers
I can't build text under CarouselSlider
I want to build text in this shape.
I tried write build text command, But it's not working like death code.
This is my code in this screen.
import 'package:flutter/material.dart';
import 'package:carousel_slider/carousel_slider.dart';
class…

KanG49
- 9
- 3
0
votes
1 answer
How can get array data from firebase store?
How can get array data from firebase store?
Format
I used this code, but it will got error.
Exception has occurred. NoSuchMethodError (NoSuchMethodError: The method '[]' was called on null. Receiver: null Tried calling:…

Stanley
- 311
- 5
- 15
0
votes
2 answers
Error in carousel_slider when restart or reload
I'm using carousel_slider to change between my screen pages as a carousel, but when I click a button to change to another screen I use the method animateToPage from a CarouselController to change to the new screen ->…

Gustavo F.
- 95
- 13
0
votes
1 answer
Flutter Change pictures
worth the package "flutter_carousel_slider", CarouselSlider is assigned to OnTap, it opens and you cannot scroll left and right to change images, can I do that somehow?