This package able to Auto implement intl globalization method from yaml.
intl_yaml: 0.0.1
intl
dependencies:
flutter_localizations:
sdk: flutter
e.g.
assets/i18n/en.yaml
make: 'Make'
stock: 'Stock'
helloUser:
value: 'hello :user'
examples:
user: 'Guest'
assets/i18n/ja.yaml
make: '作る'
stock: 'ストック'
helloUser:
value: ':user さん、こんにちわ'
examples:
user: 'ゲスト'
--config-file 'select globalize file'
--config-dir 'select globalize dir(ignore if use `--config-file`)'
--out-lang-dir 'select dir to output the globalize method';
--out-service-dir 'select dir to output the globalize service';
--file-prefix 'globalize method file prefix (defailt: intl_message)';
--default-locale 'default locale(default: en)';
--project-name(-p) 'project name(temporary option)';
Add this to your package's pubspec.yaml file:
dependencies:
intl_yaml: ^0.0.1
You can install packages from the command line:
with pub:
$ pub get
with Flutter:
$ flutter packages get
Alternatively, your editor might support pub get
or flutter packages get
.
Check the docs for your editor to learn more.
Now in your Dart code, you can use:
import 'package:intl_yaml/stub.dart';
import 'package:intl_yaml/parser.dart';
import 'package:intl_yaml/stub_file.dart';
Version | Uploaded | Documentation | Archive |
---|---|---|---|
0.0.5 | Oct 20, 2018 |
|
|
0.0.4 | Oct 5, 2018 |
|
|
0.0.3 | Oct 5, 2018 |
|
|
0.0.2 | Jun 29, 2018 |
|
|
0.0.1 | Jun 29, 2018 |
|
|
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
0
|
Health:
Code health derived from static analysis.
[more]
|
--
|
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
--
|
Overall:
Weighted score of the above.
[more]
|
0
|
The package version is not analyzed, because it does not support Dart 2. Until this is resolved, the package will receive a health and maintenance score of 0.
Support Dart 2 in pubspec.yaml
.
The SDK constraint in pubspec.yaml
doesn't allow the Dart 2.0.0 release. For information about upgrading it to be Dart 2 compatible, please see https://www.dartlang.org/dart-2#migration.
Make sure dartdoc
successfully runs on your package's source files. (-10 points)
Dependencies were not resolved.
Package | Constraint | Resolved | Available |
---|---|---|---|
Direct dependencies | |||
Dart SDK | >=1.19.0 <2.0.0 |