intl_yaml 0.0.5 copy "intl_yaml: ^0.0.5" to clipboard
intl_yaml: ^0.0.5 copied to clipboard

Auto implement intl globalization method from yaml.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add intl_yaml

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

dependencies:
  intl_yaml: ^0.0.5

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:intl_yaml/main.dart';
import 'package:intl_yaml/parser.dart';
import 'package:intl_yaml/stub.dart';
import 'package:intl_yaml/stub_file.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Auto implement intl globalization method from yaml.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

args, flutter, path, yaml

More

Packages that depend on intl_yaml