You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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)
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
The text was updated successfully, but these errors were encountered: