i18n_json 1.0.0 copy "i18n_json: ^1.0.0" to clipboard
i18n_json: ^1.0.0 copied to clipboard

An alternative dart code generator for the vs-code plugin "vscode-flutter-i18n-json"

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add i18n_json

With Flutter:

 $ flutter pub add i18n_json

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

dependencies:
  i18n_json: ^1.0.0

Alternatively, 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:i18n_json/i18n_json.dart';
6
likes
130
points
85
downloads

Publisher

unverified uploader

Weekly Downloads

An alternative dart code generator for the vs-code plugin "vscode-flutter-i18n-json"

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

path, yaml

More

Packages that depend on i18n_json