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

outdated

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

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
90
pub points
88%
popularity

Publisher

unverified uploader

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