localino_live 0.1.4 copy "localino_live: ^0.1.4" to clipboard
localino_live: ^0.1.4 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 is hosted at https://localino.app

0
likes
0
points
82
downloads

Publisher

unverified uploader

Weekly Downloads

Implementation of LocalinoRemoteApi via Localino REST API.

Homepage

License

unknown (license)

Dependencies

control_core, flutter, http, localino, path_provider

More

Packages that depend on localino_live