xyz_config 0.31.0 copy "xyz_config: ^0.31.0" to clipboard
xyz_config: ^0.31.0 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.31.0

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
110
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

This package allows you to add configurations and language support to your apps.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

df_collection, df_type, equatable, meta, path, yaml

More

Packages that depend on xyz_config