Internationalization using locales
I would love to see support for different languages by passing a Locale as a parameter, then using the DateFormat to apply this locale, the chart would automatically support multiple languages. I have an app with support for different languages and at the moment it looks strange when everything is translated except for this chart which is still in english.
DateFormat('...', Localizations.locateOf(context)) should be all that is needed
Just apply de lib: https://pub.dev/packages/intl/versions/0.17.0-nullsafety.2/install This works for me, in Brazilian Portuguese!
What exactly do you mean by using that library? I am getting pub errors when trying this on flutter 2.0, and the current version of Bezier_chart because of dependency conflicts (bezier needs 1.16.0 and my flutter_localizations needs 1.17.0-nullsafety.2)
Any news ? I am getting errors too!