koukibadr / Elegant-Notification

https://pub.dev/packages/elegant_notification
MIT License
46 stars 30 forks source link

ElegantAlertDialogs #125

Closed SumeetKumarMulay closed 2 months ago

SumeetKumarMulay commented 3 months ago

Hey,

I've been working with your plugin on a recent project, and the codebase has been a fantastic learning resource. To contribute further, I've developed a cross-platform alert dialog functionality that I believe would be valuable.

While I've thoroughly tested it on Android, I'm confident it will work seamlessly on iOS as well. Unfortunately, I currently lack the resources to test on web or desktop platforms. However, if you consider my pull request, I'd be happy to update the documentation (README) and example application to reflect the new functionality.

Changelog:

Success Dialog:

Screenshot 2024-06-04 at 3 48 23 PM

Info Dialog:

Screenshot 2024-06-04 at 3 48 40 PM

Error Dialog:

Screenshot 2024-06-04 at 3 48 32 PM
koukibadr commented 3 months ago

@SumeetKumarMulay I've read your message and honestly this means lot to me thanks a lot for you contribution as well as integrating elegant_notification on your project can't wait to see your app live.

As you can see the package name indicates the purpose of the widget is to display a quick notification to users, but an elegant_dialog can be a perfect child package of this package.

koukibadr commented 3 months ago

@SumeetKumarMulay here's the new package repo I'm happy if you contribute to it with your ideas https://github.com/koukibadr/ElegantAlertDialog

SumeetKumarMulay commented 3 months ago

@koukibadr Thank you for your consideration. I will port the PR to the new repo and update the package ASAP.