global_configs 1.1.2 copy "global_configs: ^1.1.2" to clipboard
global_configs: ^1.1.2 copied to clipboard

A flutter package to manage application configurations via singleton pattern.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add global_configs

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

dependencies:
  global_configs: ^1.1.2

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

Import it

Now in your Dart code, you can use:

import 'package:global_configs/global_configs.dart';
14
likes
160
points
641
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package to manage application configurations via singleton pattern.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter, gato

More

Packages that depend on global_configs