Search code examples
flutterflutter-layoutflutter-dependenciesflutter-webflutter-animation

PLEASE HELP How can write circular category selection page in flutter


imgae

I wanna do a app just like that. But I dont know how can I do this category selection panel. Please help me


Solution

  • You may use stack as parent widget and then place these circular objects(container widgets) in the children's tag of stack widget and each child(circle) must be having a positioned widget as parent.