stormy_i18n 0.0.1 copy "stormy_i18n: ^0.0.1" to clipboard
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_i18n

Use 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_i18n

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

dependencies:
  stormy_i18n: ^0.0.1

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:stormy_i18n/stormy_i18n.dart';
0
likes
140
points
10
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A robust Flutter package for managing and automatically generating i18n localization files, streamlining the translation process.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

analyzer, args, flutter, flutter_localizations, path, watcher, yaml

More

Packages that depend on stormy_i18n