localization_lite 1.0.6 copy "localization_lite: ^1.0.6" to clipboard
localization_lite: ^1.0.6 copied to clipboard

A lightweight and easy-to-use package for multilingual support using JSON files. Simplifies adding localization in Flutter apps with minimal setup and integration

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add localization_lite

With Flutter:

 $ flutter pub add localization_lite

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  localization_lite: ^1.0.6

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:localization_lite/simple_localization.dart';
import 'package:localization_lite/translate.dart';
12
likes
0
points
36
downloads

Publisher

verified publisherhcody.com

Weekly Downloads

A lightweight and easy-to-use package for multilingual support using JSON files. Simplifies adding localization in Flutter apps with minimal setup and integration

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on localization_lite