Smart Tool Factory

Results 21 comments of Smart Tool Factory

Hi Cüneyt. I don't have the device you experience the issue. Would you mind sending or debugging ``` drawImage( beforeImage, srcSize = IntSize(bitmapWidth, bitmapHeight), srcOffset = IntOffset(srcOffsetX, 0), dstSize =...

Material should not be part of gesture library in the first place. It's only needed in app for using Composables like `Text`

It's only in app for demos, there is no material in gesture module.

It's not available yet but i plan to add in future releases. In latest release i added touch to scroll to selector position. Next on my list is finite lists

You can change overlayRatio like this ``` var value by remember { mutableStateOf(0f) } val cropProperties by remember(value) { mutableStateOf( CropDefaults.properties( cropOutlineProperty = CropOutlineProperty( OutlineType.Rect, RectCropShape(0, "Rect") ), handleSize =...

Do you get this error when you select an image with picker?

There are no wiki file or instructions. I will add instructions soon. When do you get that exception?

So you run ImageCropDemoSimple and it crashes immediately, right? what's your screen resolution? I will re-write ImageWithConstraints since i need dimensions of Composable and draw area. It returns constraints which...

Hi. A little bit late, may i ask what's exactly the feature requested? You want it to be on README if i understand it correctly? There is nothing wrong with...

I can add option to assign a State like LazyColumn does. That why you can get touch state via it. If you have any suggestion feel free to post it