flutter_fluid_slider
flutter_fluid_slider copied to clipboard
A fluid design slider that works just like the Slider material widget.
Compile failed ../.pub-cache/hosted/pub.dartlang.org/flutter_fluid_slider-1.0.3/lib/flutter_fluid_slider.dart:292:14: Error: The getter 'subhead' isn't defined for the class 'TextTheme'. - 'TextTheme' is from 'package:flutter/src/material/text_theme.dart' ('packages/flutter/lib/src/material/text_theme.dart'). Try correcting the name to the name of an existing getter,...
Not much more to add there, how does this look without compiling the example project?
As mentioned here https://github.com/rvamsikrishna/flutter_fluid_slider/issues/18#issue-832725238 Migrated to null-safety
Does the slider have a vertical representation? If not, is it possible to be implemented such future?
## 🚀 Feature Requests Migrate to NNBD Any plans on null-safety migration? ### Platforms affected IOS ANDROID
## Original Animation (Bounce Out):  Here, as you can see, the bounce comes in with a delay, which seems a bit jittery or off. ## Decelerate ...
When we start the slider it takes a leap and after that it works perfectly fine.
The bounce effect in the thumb the comes in with a delay, which seems a bit jittery or off.  Proposed a couple of solutions in #14
I see in pub.dev that it support web but i don't see the slider works in web, could you please confirm.