Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lexibigcheese/cross_settings
- Owner: LexiBigCheese
- License: mit
- Created: 2019-10-05T19:17:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-13T11:26:24.000Z (about 5 years ago)
- Last Synced: 2024-12-06T11:09:50.631Z (27 days ago)
- Topics: cross-platform, dartlang, settings-management
- Language: Dart
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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`