local_config 0.0.1 copy "local_config: ^0.0.1" to clipboard
local_config: ^0.0.1 copied to clipboard

A Flutter package to manage local configs in your app.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add local_config

With Flutter:

 $ flutter pub add local_config

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

dependencies:
  local_config: ^0.0.1

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:local_config/local_config.dart';
0
likes
0
points
159
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to manage local configs in your app.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_localizations, flutter_secure_storage, get_it, intl, provider, re_editor, re_highlight, shared_preferences

More

Packages that depend on local_config