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

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.

Awesome Lists containing this project

README

          

# settings_builder
[![CI/CD for settings_annotation](https://github.com/Skycoder42/settings_builder/actions/workflows/settings_annotation_ci.yaml/badge.svg)](https://github.com/Skycoder42/settings_builder/actions/workflows/settings_annotation_ci.yaml)
[![settings_annotation Pub Version](https://img.shields.io/pub/v/settings_annotation)](https://pub.dev/packages/settings_annotation)

[![CI/CD for settings_builder](https://github.com/Skycoder42/settings_builder/actions/workflows/settings_builder_ci.yaml/badge.svg)](https://github.com/Skycoder42/settings_builder/actions/workflows/settings_builder_ci.yaml)
[![settings_builder Pub Version](https://img.shields.io/pub/v/settings_builder)](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.