it will be great to add support for other languages as well.
though I understand that there are alot of languages and comming up with a solution to this problem can be hard.
one problem is that some languages are RTL (like farsi aka persian) unlike english which is LTR. and developers who make their app RTL first will override the flutter app locale to show the entire app in RTL. because of this showing faker's fake text which are read from left to right (LTR) because they are in english in an app which loaded its entire widget tree in (RTL) is very confusing.
it will be great to add support for other languages as well.
though I understand that there are alot of languages and comming up with a solution to this problem can be hard.
one problem is that some languages are RTL (like farsi aka persian) unlike english which is LTR. and developers who make their app
RTL firstwill override the flutter app locale to show the entire app in RTL. because of this showing faker's fake text which are read from left to right (LTR) because they are in english in an app which loaded its entire widget tree in (RTL) is very confusing.