pattern_lock 1.0.2 copy "pattern_lock: ^1.0.2" to clipboard
pattern_lock: ^1.0.2 copied to clipboard

outdated

Pattern lock as Flutter widget. Customizable and easy to use.

Pattern Lock #

pub package

Pattern Lock as Flutter widget.

Demo #

Usage #

PatternLock(
  // color of selected points.
  selectedColor: Colors.red,
  // radius of points.
  pointRadius: 8,
  // whether show user's input and highlight selected points.
  showInput: true,
  // count of points horizontally and vertically.
  dimension: 3,
  // padding of points area relative to distance between points.
  relativePadding: 0.7,
  // needed distance from input to point to select point.
  selectThreshold: 25,
  // whether fill points.
  fillPoints: true,
  // callback that called when user's input complete. Called if user selected one or more points.
  onInputComplete: (List<int> input) {
    print("pattern is $input");
  },
);

Example #

Example app with pattern setting and checking can be found here.

Screenshots #

33
likes
0
pub points
90%
popularity

Publisher

unverified uploader

Pattern lock as Flutter widget. Customizable and easy to use.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on pattern_lock