localize_it 1.1.3 copy "localize_it: ^1.1.3" to clipboard
localize_it: ^1.1.3 copied to clipboard

A tool for making localizing your Flutter App easy peasy lemmon squeezy.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add localize_it

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

dependencies:
  localize_it: ^1.1.3

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

Import it

Now in your Dart code, you can use:

import 'package:localize_it/localize_it.dart';
5
likes
140
pub points
17%
popularity

Publisher

verified publisherchristiankonnerth.me

A tool for making localizing your Flutter App easy peasy lemmon squeezy.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

analyzer, build, http, localize_it_annotation, source_gen

More

Packages that depend on localize_it