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

discontinuedreplaced by: df_config

This package is designed to help you configure your apps or add language support to your apps.

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.15.4

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

This package is designed to help you configure your apps or add language support to your apps.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

equatable, meta, path, xyz_utils, yaml

More

Packages that depend on xyz_config