Last updated:
0 purchases
localino live
Localino Live - implementation of LocalinoRemoteApi via Localino REST API (https://api.localino.app).
Features #
Loads localization asset based on current or preferred locale.
Formatted as Json/Map. Handles single strings, maps and lists, plurals and simple formatting.\
Getting started #
import 'package:localino/localino.dart';
copied to clipboard
Localino has multiple ways how to init. One of the ways is to via standalone module and simple config options.
LocalinoModule.standalone(LocalinoOptions(
setup: LocalinoSetup(
space: 'custom_space_id',
project: 'custom_project_id',
),
));
copied to clipboard
Usage #
LocalinoProvider.instance.localize('localization_key');
copied to clipboard
Additional information #
Localino is build as module for [Control].
Control.initControl(
modules: [
LocalinoModule(...)
],
);
copied to clipboard
Localino can be used as standalone package to manage assets localization. But true power comes with other packages:
Localino Admin: localino.app
Localino Flutter: localino
Localino Live: localino_live
Localino Builder: localino_builder
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.