Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lexibigcheese/cross_settings

Cross platform settings for dartlang
https://github.com/lexibigcheese/cross_settings

cross-platform dartlang settings-management

Last synced: 27 days ago
JSON representation

Cross platform settings for dartlang

Awesome Lists containing this project

README

        

# Cross settings

![Pub](https://img.shields.io/pub/v/cross_settings)

Cross platform settings, that is all this is.
If you want to load a settings file, all one needs to do is

```dart
Settings(vmBase:"appName").loadSettings("settingsFile");
```

`vmBase` is only used when ran on non-android/non-ios devices, for places like `~/.config/appName`