Loopex2020

Results 16 comments of 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.

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...

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...