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

Localization #29

Closed Annos closed 5 months ago

Annos commented 6 months ago

Is there a way to localize the default actions and titles instead of changing them every time from code? like ( Are you sure ? ) , ( Okay ) , ( Cancel ) ... etc

ItsAkashS22 commented 5 months ago

Hello @Annos

To efficiently localize default actions and titles like "Are you sure?", "Okay", "Cancel", etc., you can leverage Flutter's built-in internationalization (i18n) capabilities. This involves setting up a centralized source for your localized strings and accessing them across your app. And use the same as a parameter to QuickAlert.

Happy Coding!!!