toln 0.0.3 copy "toln: ^0.0.3" to clipboard
toln: ^0.0.3 copied to clipboard

A revolutionary localization library for Flutter that automates the entire workflow, making multi-language support effortless and enjoyable.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate toln

Use it

The package has the following executables:

$ toln

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add toln

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

dependencies:
  toln: ^0.0.3

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:toln/toln.dart';
3
likes
150
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

A revolutionary localization library for Flutter that automates the entire workflow, making multi-language support effortless and enjoyable.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, args, dart_style, flutter, path, yaml

More

Packages that depend on toln