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

discontinuedreplaced by: df_config

This package allows you to add configurations and 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.28.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

This package allows you to add configurations and 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