stormy_i18n 0.0.1
stormy_i18n: ^0.0.1 copied to clipboard
A robust Flutter package for managing and automatically generating i18n localization files, streamlining the translation process.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate stormy_i18nUse it
The package has the following executables:
$ stormy_i18n
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add stormy_i18nThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
stormy_i18n: ^0.0.1Alternatively, 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:stormy_i18n/stormy_i18n.dart';