moon_ruler_picker 1.0.5 copy "moon_ruler_picker: ^1.0.5" to clipboard
moon_ruler_picker: ^1.0.5 copied to clipboard

Deliver a superior user experience through the smoothly customized Ruler Picker, featuring natural swipe acceleration and resistance!

Description #

this package provide you with good ruler picker!
Experience the Ruler Picker smoothly gliding through a swift swipe motion, coming to a natural halt!
Customize the movement of the Ruler Picker by setting acceleration and resistance to achieve your desired behavior.

Getting started #

flutter pub add moon_ruler_picker

Usage #

   RulerPicker(
      width: 300,
      height: 200,
      resistance: 1,
      acceleration: 1,
      callbackDouble: (data) {
        setState(() {
          _doubleData = data;
        });
      },
      callbackInt: (data) {
        setState(() {
          _intData = data;
        });
      },
      selectedNumber: _doubleData,
      borderWidth: 2,
      pickedBarColor: const Color(0XFF0180BE),
      barColor: const Color(0XFF0180BE).withOpacity(0.3)
    ),
3
likes
0
points
96
downloads

Publisher

unverified uploader

Weekly Downloads

Deliver a superior user experience through the smoothly customized Ruler Picker, featuring natural swipe acceleration and resistance!

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on moon_ruler_picker