belovance / QuickAlert

An instantly ready, full-featured alerts for development on any platform with flutter. Enabling you to complete projects and deploy quickly. With QuickAlert, you can display animated alert dialogs such as success, error, warning, confirm, loading or even a custom dialog.
https://pub.dev/packages/quickalert
MIT License
46 stars 42 forks source link

dark theme support #17

Closed trevorwang closed 1 year ago

trevorwang commented 1 year ago

Is your feature request related to a problem? Please describe. add dark theme support

Describe the solution you'd like Can use dark theme when application switched to dark mode

Describe alternatives you've considered NONE

Additional context NONE

ItsAkashS22 commented 1 year ago

Hello @trevorwang 👋🏻

Please use Color attributes like backgroundColor etc, With Theme.of(context)..

Happy Coding ✨