m3e_slider 1.0.0 copy "m3e_slider: ^1.0.0" to clipboard
m3e_slider: ^1.0.0 copied to clipboard

PlatformAndroid

Material 3 Expressive slider components for Flutter.

1.0.0 #

  • pubspec: migrate to standalone material_ui package for flutter 3.47
  • pubspec: Update the minimum flutter SDK to 3.47.0

0.0.3 #

  • Migrate slider haptics to M3EHapticTracker
  • Fix layout issues where the divider dots were not perfect

0.0.2 #

  • Fix dot in vertical bar
  • Fix focused ring appearing in the normal interaction.

0.0.1 #

  • Initial release of m3e_slider.
  • M3ESlider — continuous, discrete, vertical, and icon-docking slider.
  • M3ERangeSlider — dual-thumb range slider with continuous/discrete modes.
  • M3ESliderDecoration — custom colors, haptics, track/thumb dimensions.
  • M3ESliderColors — full color token set for active, inactive, and disabled states.
  • M3EHapticFeedback — light, medium, and heavy haptic feedback levels.
  • M3EMotion — spring animation presets for slider interactions.