hasan-hm1 / circular_menu

A simple animated circular menu for Flutter, Adjustable radius, colors, alignment, animation curve and animation duration.
MIT License
101 stars 54 forks source link

CircularMenuItem need to open by default instead of waiting for user to click #17

Closed rashmisridar closed 3 years ago

rashmisridar commented 3 years ago

I want to CircularMenu taped by default so CircularMenuItem will be visible when the user comes to that screen. How to achieve this?

hasan-hm1 commented 3 years ago

Hi Rashmi, Please read README.md file , there is a section titled "control animation anywhere in your code using a key" , by using a GlobalKey you can control circular menu state as you need.

Regards.

On Wed, 12 May 2021 at 12:13, Rashmi Bhandari @.***> wrote:

I want to CircularMenu taped by default so CircularMenuItem will be visible when the user comes to that screen. How to achieve this?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hasan-hm1/circular_menu/issues/17, or unsubscribe https://github.com/notifications/unsubscribe-auth/APEBSIQG4QMWDWTCC3YXTDDTNJBDNANCNFSM44YFWU5A .

rashmisridar commented 3 years ago

@hasan-hm1 Thanks