yaml_localizations 0.1.0+5 copy "yaml_localizations: ^0.1.0+5" to clipboard
yaml_localizations: ^0.1.0+5 copied to clipboard

outdated

A minimal YAML localization package for Flutter built on LocalizationsDelegate.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add yaml_localizations

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

dependencies:
  yaml_localizations: ^0.1.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:yaml_localizations/yaml_localizations.dart';
2
likes
0
pub points
47%
popularity

Publisher

verified publisherapptakk.com

A minimal YAML localization package for Flutter built on LocalizationsDelegate.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, yaml

More

Packages that depend on yaml_localizations