Alireza Easazade

Results 41 comments of Alireza Easazade

@drager Great, do you have any suggestion on how to approach implementing feature? I'm thinking something like this for example : ```dart faker.languages.farsi.words(3) ```

@drager I checked. **Python** package supports Localization of Data and implemented it using different `Data Providers` to provide localized data for each different Locale. here is what they do :...

@drager I was thinking we should add `LocaleDataProvider` for each locale (which falls to the community to do so). but also allow user to add its own `CustomDataProvider`. this is...

@drager thanks for the merge. I will start adding `DataProvider` to the rest of the faker features that can be customized by localizations or etc.

next time I contributed in order to finish this. I remember to add some documentation.

@nombrekeff thank you for the comment. reminded me there is unfinished work to be done here. I decided to add the rest of the data providers to other data generators...

I should also update the docs

hey @nombrekeff I added the rest of the DataProviders in here (#49) . feel free to check it

@rebootcode this is very useful feature being able to load the page from disk when offline. if your reading this issue you should also check [issue 366](https://github.com/pichillilorenzo/flutter_inappwebview/issues/366)