feduke-nukem / flutter_easy_dialogs

Easy dialogs library for Flutter
https://pub.dev/packages/flutter_easy_dialogs
MIT License
13 stars 0 forks source link

[Feature]: Multiple dialogs at a time #27

Closed DevTello closed 5 months ago

DevTello commented 5 months ago

What is your idea?

Is there a possibility of showing more than one dialog at a time? I noticed that a dialog of each type holds the hardcoded identifier, and when I'm trying to open another dialog of the same type, the prev one gets closed... If that's possible, would have been nice to have user-defined ids + API to understand which one is visible and which is not.

Code of Conduct

feduke-nukem commented 5 months ago

Hello @DevTello.

Sure, why not.

Will implement that soon.

DevTello commented 5 months ago

Thanks, you're the best)

feduke-nukem commented 5 months ago

You may try it in 4.0.0 version https://pub.dev/packages/flutter_easy_dialogs @DevTello

DevTello commented 5 months ago

OMG, thanks, you're so fast)

dragongesa commented 4 months ago

fullscreen dialog id always => '\$FullScreenDialog', maybe you missing to add the id into fullscreen dialog