You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In discussions with folks about future features, it seems like it would be cool to add custom DotShapes via something like:
drawDot:DrawScope.() ->Unit
and maybe even
interfaceQrDotDrawScope : DrawScope {
val dotPosition:IntOffsetval dotColor:Color
}
This would even allow people to customize dot color and shape by position of the dot. Not sure how that'll affect scanner reliability, but could do some pretty cool stuff!
The text was updated successfully, but these errors were encountered:
In discussions with folks about future features, it seems like it would be cool to add custom DotShapes via something like:
and maybe even
This would even allow people to customize dot color and shape by position of the dot. Not sure how that'll affect scanner reliability, but could do some pretty cool stuff!
The text was updated successfully, but these errors were encountered: