toln 0.0.3
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 tolnUse 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 tolnThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
toln: ^0.0.3Alternatively, 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';