settings_provider 0.1.0 settings_provider: ^0.1.0 copied to clipboard
A library for providing declarative configuration of app settings (wraper for shared_preference).
0.0.1 #
- Init project structure
- Implemented some base fuction
0.0.2 #
- The implemented system of implementing settings in the widget tree is similar to the provider, but simpler;
- Some interfaces have been created: for building repositories and controllers;
- Implemented work with Shared Preferences separately from the controller;
- Created a separate type of settings and additional classes to build a dependent UI from Enum.
0.1.0 #
- first release on pub.dev