flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
166.75k stars 27.63k forks source link

[Feature Request] Support for more customisation on overlay widgets #106634

Closed preetshah21699 closed 2 years ago

preetshah21699 commented 2 years ago

Hi all. I am trying to make an app like this one.

I tried to use this widget.

But the widget is not customisable and only supports a few options.

I want to add animated widgets.

Is there any alternative or is there any work going on for this?

I am not good enough yet to contribute to it. But I would like to see something like this made.

Thank you.

exaby73 commented 2 years ago

Hello @preetshah21699. Flutter follows the Material specification. Within it, there is no requirement for such a widget or functionality. Unfortunately, you'd need to implement this by yourself. This does not seem like a suitable feature request.

You can probably start by diving into the source code of the package you are currently using and reverse engineer it. But since this is an invalid feature request, I am closing this issue.

preetshah21699 commented 2 years ago

Hi Nabeel.

Thank you for the reply. I understand. Do you have any other suggestions apart from this that could help me?

Reverse engineering the package might be an option. But I am not sure if it is viable.

Thank you.

exaby73 commented 2 years ago

@preetshah21699 I think reverse engineering the package or forking it is your best bet here.

github-actions[bot] commented 2 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.