localino_live 1.2.1 copy "localino_live: ^1.2.1" to clipboard
localino_live: ^1.2.1 copied to clipboard

Implementation of LocalinoRemoteApi via Localino REST API.

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';

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',
    ),
));

Usage #

LocalinoProvider.instance.localize('localization_key');

Additional information #

Localino is build as module for [Control].

Control.initControl(
  modules: [
    LocalinoModule(...)  
  ],
);

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

0
likes
100
pub points
29%
popularity

Publisher

unverified uploader

Implementation of LocalinoRemoteApi via Localino REST API.

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

control_config, control_core, flutter, http, localino, path_provider

More

Packages that depend on localino_live