Questions tagged [flutter-slider]
52 questions
1
vote
1 answer
ListTile Switch in flutter how to change the shape and size of the button alone
Now making some changes at the calling part it worked
I have Edited the source as per the answer mentioned below, nothing changes the output remains the same
Here is the output: it is now in oval shape, I need to change it in to rectangular…

Nabil Nazar
- 63
- 1
- 8
1
vote
2 answers
How to stop loop in flutter card swiper?
I made slide learning app but slide was looping playing continuously
I need to stop auto play it reaches the end.
I'm using card_swiper: ^1.0.2
I update my full code is here
-I'm also using a Assets audio player
I try loop: false it won't…
user10993979
1
vote
1 answer
How to give rectangular shape to the thumb icon in slider in flutter?
i am learning flutter. I used Slider class to create slider ( in android its called Seekbar ), here i want to change the thumb icon to rectangular shape, it is possible or not, Please let me know any solution for…

Rakesh Saini
- 660
- 2
- 7
- 20
1
vote
2 answers
Slider in AnimatedList has wrong value
I have a chat bubble widget which has a audio player support with a Slider widget.
The slider's value is changed according to the AudioPlayer's progress which seems to work fine.
When the first audio is played completely (meaning the slider's value…

Darshan
- 4,020
- 2
- 18
- 49
1
vote
0 answers
Flutter - How to make a slider widget behave like a SeekBar
My Flutter Code (Just-Audio Plugin)
SliderTheme(
data: SliderThemeData(
trackHeight: 3,
thumbShape:
RoundSliderThumbShape(enabledThumbRadius: 8),
thumbColor: kWhiteColor,
activeTrackColor: kPrimaryColor,
inactiveTrackColor:…

Rezia
- 35
- 1
- 6
1
vote
1 answer
Flutter- how to get currentValue out of FlutterSlider (flutter_xlider)
I am using the flutterSilder dependency since it gives me the possibility to use "FluterSliderSteps", making a non linear increase of the value possible (exponential).
Now I got the problem that I don't know how to get the current value out of the…

Henri Klein
- 85
- 7
0
votes
0 answers
Add a current value indicator to Flutter RangeSlider
I am working on using the RangeSlider to navigate a user selected range of WMS layers which can be animated to a map based on the current value which is between the range. The current value needs to be draggable, and of course set from the…

Need_Info
- 91
- 1
- 6
0
votes
0 answers
How I can insert image inside the slider thumb flutter
I have this code:
class _BSliderState extends State with SingleTickerProviderStateMixin {
@override
Widget build(BuildContext context) {
return Container(
color: AppColors.greyColor.withOpacity(0.3),
child: Padding(
…

joisberg
- 175
- 2
- 13
0
votes
0 answers
above widgets are done by pageview builder and below is listview builder
I want to make it responsive like if I move the slider then correspondent list which is below should be highlighted and should move according to the slider.
I have tried PageView controller to pass in ListView controller but it never worked.

Ajith S
- 1
0
votes
1 answer
Slider not updating, and will not move when touched
I am having an issue with a slider for an audioplayer in flutter. It is not updating while audio is playing, and cannot be moved at all. The debugprint for position is always showing 0:00.
Here is where the slider is built:
Future slider()…

dstoner
- 49
- 1
- 5
0
votes
1 answer
How can we achieve infinite slider/swiper like this in flutter?
Is there any library or plugin that has the feature to enable infinite scroll with a slider/swiper view like the one below? I have searched for similar sliders, but I haven't found any.

Radhabinod
- 116
- 1
- 4
0
votes
0 answers
How to update the just_audio player state after scrolling?
I'm using just_audio widget with slider widget in ListView Builder. When audioplayer disappears during the scrolling, it destroys and audio continues to play. But I need to return its state, when it appears on screen again. E.g., users should be…
0
votes
2 answers
Flutter - Managing CarouselSlider to match the width of it's parent and making right and left edges transparent
I am using CarouselSlider in Flutter to get the output as below (Special Event section):
But getting result as below :
The Issue is It should be with same width as top and bottom widget vertically (you can see in first image), In result Image,…

Jaimin Modi
- 1,530
- 4
- 20
- 72
0
votes
0 answers
How to show tool tip below the slider enable all time- Flutter
I need SfRangeSlider to display the tooltip below the slider instead of the top. As per here discussion here able to display the tooltip below the slider. It is displayed only when we change the slider. I need to display the tooltip below the slider…

Siva
- 81
- 1
- 9
0
votes
3 answers
How to close Action Pane By clicking button in action pane Flutter Slidable
How to close Action Pane By clicking "No" button in action pane. I'm Using Flutter Slidable Package