ruler_picker 0.1.1 copy "ruler_picker: ^0.1.1" to clipboard
ruler_picker: ^0.1.1 copied to clipboard

This is a picker with ruler style for flutter. It is a easy way to select a number.

ruler_picker 标尺选择器 #

This is a picker with ruler style for flutter.

标尺样式来选择数字,支持自定义 marker

demo 演示 #

demo

Usage 使用方法 #

RulerPicker(
  controller: _rulerPickerController,
  onValueChange: (value) {
    setState(() {
      _textEditingController.text = value.toString();
    });
  },
  width: 300,
  height: 100,
),

Example 示例代码 #

./example 文件夹

16
likes
40
pub points
50%
popularity

Publisher

unverified uploader

This is a picker with ruler style for flutter. It is a easy way to select a number.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on ruler_picker