Apparence-io / CamerAwesome

📸 Embedding a camera experience within your own app shouldn't be that hard. A flutter plugin to integrate awesome Android / iOS camera experience.
https://ApparenceKit.dev
MIT License
919 stars 207 forks source link

AwesomeCircleButton export #254

Closed DevNim98 closed 1 year ago

DevNim98 commented 1 year ago

Proposal

I think it would be nice if you could expose AwesomeCircleButton, since it would be useful whenever a button with the same design wants to be added. For example, I wanted to add a close button with the same design, however the widget was not exposed, I had to search into the codebase and export it manually.

g-apparence commented 1 year ago

You're right. We should have exposed it. Thank you reporting this.