multi_languges 0.0.4
multi_languges: ^0.0.4 copied to clipboard
A Flutter/Dart translation tool to generate locale keys and JSON files.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate multi_langugesUse it
The package has the following executables:
$ translation
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add multi_langugesWith Flutter:
$ flutter pub add multi_langugesThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
multi_languges: ^0.0.4Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:multi_languges/core/app_strings.dart';
import 'package:multi_languges/core/localization/locale_keys.g.dart';
import 'package:multi_languges/translation.dart';