Tommy Chang
Tommy Chang

Reputation: 173

Arc menu like Pinterest (longpress and drag & drop) on flutter

I want to implement Arc Menu like Pinterest.

on iOS:

https://iosexample.com/a-beautiful-and-minimalist-arc-menu-like-the-pinterest-one-written-in-swift/ https://github.com/GnosisHub/GHContextMenu

Is there any similar package/solution on Flutter?

Upvotes: 1

Views: 430

Answers (2)

rasitayaz
rasitayaz

Reputation: 507

I was also in need of this feature, so I developed a Flutter package for it called pie_menu. It's available here on pub.dev.

Please share your thoughts if you give it a try! 🥧

Upvotes: 0

Jim
Jim

Reputation: 7601

try these,

flutter_arc_speed_dial

awesome_speed_dial

Upvotes: 0

Related Questions