Loopex2020
Loopex2020
I created a custom class called ItemData , like : ``` class ItemData { final int index; final bool selected; ItemData({this.index, this.selected = false}); } ``` The i passed the...
Hi the firebase ml package released version 0.9.2 which includes support for face counter , which means for ios and android.
Anyone ?
Hi since it is a stack this means that i can add The CircleWheel Widget or even a normal listview on top of the circle list widget . Can you...
Any updates ?
Hi there , In case you want to add resize the CameraPreview i am sure it will be stretched , so for example by adding it inside a Container or...