lit_localization_service 0.0.2 copy "lit_localization_service: ^0.0.2" to clipboard
lit_localization_service: ^0.0.2 copied to clipboard

A Flutter package to enable localizations using JSON files.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add lit_localization_service
copied to clipboard

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

dependencies:
  lit_localization_service: ^0.0.2
copied to clipboard

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

Import it

Now in your Dart code, you can use:

import 'package:lit_localization_service/lit_localization_service.dart';
copied to clipboard
1
likes
150
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.15 - 2025.03.30

A Flutter package to enable localizations using JSON files.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on lit_localization_service