xyz_config 0.11.3 copy "xyz_config: ^0.11.3" to clipboard
xyz_config: ^0.11.3 copied to clipboard

discontinuedreplaced by: df_config
outdated

Configure your app and add language support using .json, .jsonc, and .yaml files

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add xyz_config

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

dependencies:
  xyz_config: ^0.11.3

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:xyz_config/xyz_config.dart';
3
likes
0
points
8
downloads

Publisher

unverified uploader

Weekly Downloads

Configure your app and add language support using .json, .jsonc, and .yaml files

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

xyz_utils, yaml

More

Packages that depend on xyz_config