An open API service indexing awesome lists of open source software.

https://github.com/hadesptit/flutter_dynamic_localization

Flutter Dynamic Localization
https://github.com/hadesptit/flutter_dynamic_localization

arb flutter intl localization

Last synced: 6 months ago
JSON representation

Flutter Dynamic Localization

Awesome Lists containing this project

README

          

# flutter_dynamic_localization

- Example of Flutter dynamic localization

### What's .arb file ?

ARB is google's format for localization, it is used in the web and in flutter framework.

- [https://github.com/google/app-resource-bundle/wiki/ApplicationResourceBundleSpecification](https://github.com/google/app-resource-bundle/wiki/ApplicationResourceBundleSpecification)

- [https://docs.flutter.dev/development/accessibility-and-localization/internationalization](https://docs.flutter.dev/development/accessibility-and-localization/internationalization)