tradutor 0.10.0 copy "tradutor: ^0.10.0" to clipboard
tradutor: ^0.10.0 copied to clipboard

A Flutter package that simplify the internationalizing process using JSON and YAML files.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tradutor

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

dependencies:
  tradutor: ^0.10.0

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:tradutor/tradutor.dart';
3
likes
110
pub points
0%
popularity

Publisher

verified publishertiagohm.dev

A Flutter package that simplify the internationalizing process using JSON and YAML files.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, code_builder, dart_style, equatable, flutter, flutter_localizations, path, stream_transform, yaml

More

Packages that depend on tradutor