← All projects

easy_localization_loader

by @aissat

Active 66

custom assets loaders for easy_localization

About this project

Custom assets loaders for Easy Localization package Supported formats [x] JSON (JsonAssetLoader) [x] CSV (CsvAssetLoader) [x] HTTP (HttpAssetLoader) [x] XML (XmlAssetLoader, XmlSingleAssetLoader) [x] Yaml (YamlAssetLoader, YamlSingleAssetLoader) [x] FILE (FileAssetLoader) Configuration Add this to your package's pubspec.yaml file: Change assetLoader and path All done!. Loaders Specification HttpAssetLoader In order to use HttpAssetLoader you must provide a path to a folder (i.e. base path) where all your translations are placed like https://example.com/translations Your translations should be created as separate files with .json extension. Placing translations as individual files reduces the size of the file to load on application init. Example:

From the project README on GitHub

Stars
66
Forks
98
License
MIT
Last push
17 Nov 2025

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/easy-localization-loader.svg)](https://www.madeinalgeria.dev/projects/easy-localization-loader)

Related projects