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

A simple package for localization by using (json).

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.2

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 simple package for localization by using (json).

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on localization_lite