arcade_config 0.1.3 copy "arcade_config: ^0.1.3" to clipboard
arcade_config: ^0.1.3 copied to clipboard

Configuration for your Arcade app

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add arcade_config
copied to clipboard

With Flutter:

 $ flutter pub add arcade_config
copied to clipboard

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

dependencies:
  arcade_config: ^0.1.3
copied to clipboard

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

Import it

Now in your Dart code, you can use:

import 'package:arcade_config/arcade_config.dart';
copied to clipboard
1
likes
140
points
107
downloads

Publisher

verified publisherex3.dev

Weekly Downloads

2024.08.01 - 2025.02.13

Configuration for your Arcade app

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

arcade_logger

More

Packages that depend on arcade_config