scratcher icon indicating copy to clipboard operation
scratcher copied to clipboard

Scratch card widget which temporarily hides content from user.

Results 18 scratcher issues
Sort by recently updated
recently updated
newest added

When using different images for different screen sizes lib always load the x1 dimension so in practically every phone the image is blurry

When drawing the circular paint changes to **spiky drawings**, see screencast below. Reproduce: - [Scratcher 2.2.0 Example Project](https://github.com/vintage/scratcher/tree/master/example) - Flutter (Channel stable, 3.0.0, on macOS 12.3.1 21E258 darwin-x64, locale en-US)...

bug

On iOS < 15, onPanUpdate function is being triggered when only TAP on scratcher area...

Hi , unless I've missed something within the API - I couldnt see anyway to disallow multi touch gestures ? Currently its easy to scratch out the entire widget in...

enhancement

Hi @vintage , When I scratch on the Scratcher widget composed by an image that covers a Container child, I noticed that the percentage is not correctly updated: the image...

enhancement

I was looking at the docs and I just noticed that the package allows the client to control it programmatically by using keys instead of a controller. Was there any...

enhancement
good first issue

To better fit the design of an app I'm making for scratch-off tickets, I tried having a grid of `Scratcher` widgets so I could have an icon centered over each...

enhancement

I have a website which need this scratch package but i am unable to do it here is my full code ``` import 'package:flutter/material.dart'; import 'package:scratcher/scratcher.dart'; // import 'advanced.dart'; //...

The painter's [code](https://github.com/vintage/scratcher/blob/22c66fd8a3423e37320e7780c91853c030d2c5c7/lib/painter.dart#L52) have this question: ```dart if (image != null && imageFit != null) { // TODO: why the ! are needed here, as check against null been performed?...

good first issue

This pr opened because of that pr: https://github.com/vintage/scratcher/issues/23