https://github.com/skycoder42/settings_builder
A dart builder that generates automatic accessors for reading and writing shared preferences.
https://github.com/skycoder42/settings_builder
Last synced: 9 months ago
JSON representation
A dart builder that generates automatic accessors for reading and writing shared preferences.
- Host: GitHub
- URL: https://github.com/skycoder42/settings_builder
- Owner: Skycoder42
- License: bsd-3-clause
- Created: 2022-02-17T08:27:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T19:38:17.000Z (almost 2 years ago)
- Last Synced: 2025-02-04T22:52:33.435Z (10 months ago)
- Language: Dart
- Homepage: https://pub.dev/packages/settings_builder
- Size: 119 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# settings_builder
[](https://github.com/Skycoder42/settings_builder/actions/workflows/settings_annotation_ci.yaml)
[](https://pub.dev/packages/settings_annotation)
[](https://github.com/Skycoder42/settings_builder/actions/workflows/settings_builder_ci.yaml)
[](https://pub.dev/packages/settings_builder)
This repository is a multi package repository for the settings_builder. It consists of the following packages. Please
check the READMEs of the specific packages for more details on them.
If you just landed here and don't know where to start, simply read the
[settings_builder README](packages/settings_builder), as that is the primary package of this repository.
- [settings_annotation](packages/settings_builder): Annotations for the settings_builder package.
- [settings_builder](packages/settings_builder): A dart builder that generates automatic accessors for reading and writing shared preferences.