AngeloAvv / flutter_flavorizr

A flutter utility to easily create flavors in your flutter application
https://pub.dev/packages/flutter_flavorizr
MIT License
468 stars 85 forks source link

Localize app name for each flavor #228

Closed bismarabia closed 11 months ago

bismarabia commented 12 months ago

Let's say we have two flavors for my app, apple and avocado The app also supports two languages, English and French

  1. apple flavor

    • English: "Apple app"
    • French: "Pomme app"
  2. avocado flavor

    • English: "Avocado app"
    • French: "Avocate app"

How do I localize app name in each flavor?

AngeloAvv commented 11 months ago

Questions and bugs

If you need help with the use of the library or you just want to request new features, please use the Discussions section of the repository. Issues opened as questions will be automatically closed.

bismarabia commented 7 months ago

https://github.com/AngeloAvv/flutter_flavorizr/discussions/230