flutter_fluid_slider icon indicating copy to clipboard operation
flutter_fluid_slider copied to clipboard

A fluid design slider that works just like the Slider material widget.

Results 12 flutter_fluid_slider issues
Sort by recently updated
recently updated
newest added

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?

enhancement

## 🚀 Feature Requests Migrate to NNBD Any plans on null-safety migration? ### Platforms affected IOS ANDROID

## Original Animation (Bounce Out): ![Screen Capture__20200727034442](https://user-images.githubusercontent.com/43785086/88490848-fb4a3580-cfbb-11ea-94b6-0e53e2ea49f1.gif) Here, as you can see, the bounce comes in with a delay, which seems a bit jittery or off. ## Decelerate ![Screen Capture__20200727035627](https://user-images.githubusercontent.com/43785086/88491018-36009d80-cfbd-11ea-8c55-e11038151ee4.gif)...

When we start the slider it takes a leap and after that it works perfectly fine.

help wanted

The bounce effect in the thumb the comes in with a delay, which seems a bit jittery or off. ![example](https://user-images.githubusercontent.com/43785086/88490848-fb4a3580-cfbb-11ea-94b6-0e53e2ea49f1.gif) 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.