lazy_loc 0.0.6 copy "lazy_loc: ^0.0.6" to clipboard
lazy_loc: ^0.0.6 copied to clipboard

LazyLoc is a lightweight localization package for Flutter that automates translation file management and provides a simple `.tr()` extension for string translation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add lazy_loc

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

dependencies:
  lazy_loc: ^0.0.6

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:lazy_loc/lazy_loc.dart';
0
likes
160
points
164
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

LazyLoc is a lightweight localization package for Flutter that automates translation file management and provides a simple `.tr()` extension for string translation.

Homepage
Repository (GitHub)
View/report issues

Topics

#i18n #l10n #localization #translation

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

args, flutter, glob, path, plugin_platform_interface

More

Packages that depend on lazy_loc